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 TestRoleResult
AbstractAmazonElasticTranscoder. testRole(TestRoleRequest request)
TestRoleResult
AmazonElasticTranscoder. testRole(TestRoleRequest testRoleRequest)
The TestRole operation tests the IAM role used to create the pipeline.TestRoleResult
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 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 TestRoleResult
TestRoleResult. clone()
TestRoleResult
TestRoleResult. withMessages(String... messages)
If theSuccess
element containsfalse
, this value is an array of one or more error messages that were generated during the test process.TestRoleResult
TestRoleResult. withMessages(Collection<String> messages)
If theSuccess
element containsfalse
, this value is an array of one or more error messages that were generated during the test process.TestRoleResult
TestRoleResult. withSuccess(String success)
If the operation is successful, this value istrue
; otherwise, the value isfalse
.
-