Uses of Class
com.amazonaws.services.elastictranscoder.model.TestRoleResult
-
Packages that use TestRoleResult Package Description com.amazonaws.services.elastictranscoder com.amazonaws.services.elastictranscoder.model -
-
Uses of TestRoleResult in com.amazonaws.services.elastictranscoder
Methods in com.amazonaws.services.elastictranscoder that return TestRoleResult Modifier and Type Method Description TestRoleResultAbstractAmazonElasticTranscoder. testRole(TestRoleRequest request)TestRoleResultAmazonElasticTranscoder. testRole(TestRoleRequest testRoleRequest)The TestRole operation tests the IAM role used to create the pipeline.TestRoleResultAmazonElasticTranscoderClient. 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 TestRoleResult Modifier and Type Method Description Future<TestRoleResult>AbstractAmazonElasticTranscoderAsync. testRoleAsync(TestRoleRequest request)Future<TestRoleResult>AbstractAmazonElasticTranscoderAsync. testRoleAsync(TestRoleRequest request, AsyncHandler<TestRoleRequest,TestRoleResult> asyncHandler)Future<TestRoleResult>AmazonElasticTranscoderAsync. testRoleAsync(TestRoleRequest testRoleRequest)The TestRole operation tests the IAM role used to create the pipeline.Future<TestRoleResult>AmazonElasticTranscoderAsync. testRoleAsync(TestRoleRequest testRoleRequest, AsyncHandler<TestRoleRequest,TestRoleResult> asyncHandler)The TestRole operation tests the IAM role used to create the pipeline.Future<TestRoleResult>AmazonElasticTranscoderAsyncClient. testRoleAsync(TestRoleRequest request)Future<TestRoleResult>AmazonElasticTranscoderAsyncClient. testRoleAsync(TestRoleRequest request, AsyncHandler<TestRoleRequest,TestRoleResult> asyncHandler)Method parameters in com.amazonaws.services.elastictranscoder with type arguments of type TestRoleResult Modifier and Type Method Description Future<TestRoleResult>AbstractAmazonElasticTranscoderAsync. testRoleAsync(TestRoleRequest request, AsyncHandler<TestRoleRequest,TestRoleResult> asyncHandler)Future<TestRoleResult>AmazonElasticTranscoderAsync. testRoleAsync(TestRoleRequest testRoleRequest, AsyncHandler<TestRoleRequest,TestRoleResult> asyncHandler)The TestRole operation tests the IAM role used to create the pipeline.Future<TestRoleResult>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 TestRoleResult Modifier and Type Method Description TestRoleResultTestRoleResult. clone()TestRoleResultTestRoleResult. withMessages(String... messages)If theSuccesselement containsfalse, this value is an array of one or more error messages that were generated during the test process.TestRoleResultTestRoleResult. 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.TestRoleResultTestRoleResult. withSuccess(String success)If the operation is successful, this value istrue; otherwise, the value isfalse.
-