Uses of Class
com.amazonaws.services.elastictranscoder.model.TestRoleRequest
-
Packages that use TestRoleRequest Package Description com.amazonaws.services.elastictranscoder com.amazonaws.services.elastictranscoder.model -
-
Uses of TestRoleRequest in com.amazonaws.services.elastictranscoder
Methods in com.amazonaws.services.elastictranscoder with parameters of type TestRoleRequest 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.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 TestRoleRequest 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 TestRoleRequest in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return TestRoleRequest Modifier and Type Method Description TestRoleRequest
TestRoleRequest. clone()
TestRoleRequest
TestRoleRequest. withInputBucket(String inputBucket)
The Amazon S3 bucket that contains media files to be transcoded.TestRoleRequest
TestRoleRequest. withOutputBucket(String outputBucket)
The Amazon S3 bucket that Elastic Transcoder will write transcoded media files to.TestRoleRequest
TestRoleRequest. withRole(String role)
The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.TestRoleRequest
TestRoleRequest. withTopics(String... topics)
The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.TestRoleRequest
TestRoleRequest. withTopics(Collection<String> topics)
The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.
-