Uses of Class
com.amazonaws.services.elastictranscoder.model.TestRoleResult
Packages that use TestRoleResult
Package
Description
-
Uses of TestRoleResult in com.amazonaws.services.elastictranscoder
Methods in com.amazonaws.services.elastictranscoder that return TestRoleResultModifier and TypeMethodDescriptionAbstractAmazonElasticTranscoder.testRole(TestRoleRequest request) AmazonElasticTranscoder.testRole(TestRoleRequest testRoleRequest) The TestRole operation tests the IAM role used to create the pipeline.AmazonElasticTranscoderClient.testRole(TestRoleRequest testRoleRequest) The TestRole operation tests the IAM role used to create the pipeline.Methods in com.amazonaws.services.elastictranscoder that return types with arguments of type TestRoleResultModifier and TypeMethodDescriptionAbstractAmazonElasticTranscoderAsync.testRoleAsync(TestRoleRequest request) AbstractAmazonElasticTranscoderAsync.testRoleAsync(TestRoleRequest request, AsyncHandler<TestRoleRequest, TestRoleResult> asyncHandler) AmazonElasticTranscoderAsync.testRoleAsync(TestRoleRequest testRoleRequest) The TestRole operation tests the IAM role used to create the pipeline.AmazonElasticTranscoderAsync.testRoleAsync(TestRoleRequest testRoleRequest, AsyncHandler<TestRoleRequest, TestRoleResult> asyncHandler) The TestRole operation tests the IAM role used to create the pipeline.AmazonElasticTranscoderAsyncClient.testRoleAsync(TestRoleRequest request) AmazonElasticTranscoderAsyncClient.testRoleAsync(TestRoleRequest request, AsyncHandler<TestRoleRequest, TestRoleResult> asyncHandler) Method parameters in com.amazonaws.services.elastictranscoder with type arguments of type TestRoleResultModifier and TypeMethodDescriptionAbstractAmazonElasticTranscoderAsync.testRoleAsync(TestRoleRequest request, AsyncHandler<TestRoleRequest, TestRoleResult> asyncHandler) AmazonElasticTranscoderAsync.testRoleAsync(TestRoleRequest testRoleRequest, AsyncHandler<TestRoleRequest, TestRoleResult> asyncHandler) The TestRole operation tests the IAM role used to create the pipeline.AmazonElasticTranscoderAsyncClient.testRoleAsync(TestRoleRequest request, AsyncHandler<TestRoleRequest, TestRoleResult> asyncHandler) -
Uses of TestRoleResult in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return TestRoleResultModifier and TypeMethodDescriptionTestRoleResult.clone()TestRoleResult.withMessages(String... messages) If theSuccesselement containsfalse, this value is an array of one or more error messages that were generated during the test process.TestRoleResult.withMessages(Collection<String> messages) If theSuccesselement containsfalse, this value is an array of one or more error messages that were generated during the test process.TestRoleResult.withSuccess(String success) If the operation is successful, this value istrue; otherwise, the value isfalse.