|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestRoleRequest | |
---|---|
com.amazonaws.services.elastictranscoder | Synchronous and asynchronous client classes for accessing AmazonElasticTranscoder. |
com.amazonaws.services.elastictranscoder.model | Classes modeling the various types represented by AmazonElasticTranscoder. |
Uses of TestRoleRequest in com.amazonaws.services.elastictranscoder |
---|
Methods in com.amazonaws.services.elastictranscoder with parameters of type TestRoleRequest | |
---|---|
TestRoleResult |
AmazonElasticTranscoderClient.testRole(TestRoleRequest testRoleRequest)
The TestRole operation tests the IAM role used to create the pipeline. |
TestRoleResult |
AmazonElasticTranscoder.testRole(TestRoleRequest testRoleRequest)
The TestRole operation tests the IAM role used to create the pipeline. |
Future<TestRoleResult> |
AmazonElasticTranscoderAsyncClient.testRoleAsync(TestRoleRequest testRoleRequest)
The TestRole operation tests the IAM role used to create the pipeline. |
Future<TestRoleResult> |
AmazonElasticTranscoderAsync.testRoleAsync(TestRoleRequest testRoleRequest)
The TestRole operation tests the IAM role used to create the pipeline. |
Future<TestRoleResult> |
AmazonElasticTranscoderAsyncClient.testRoleAsync(TestRoleRequest testRoleRequest,
AsyncHandler<TestRoleRequest,TestRoleResult> asyncHandler)
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. |
Method parameters in com.amazonaws.services.elastictranscoder with type arguments of type TestRoleRequest | |
---|---|
Future<TestRoleResult> |
AmazonElasticTranscoderAsyncClient.testRoleAsync(TestRoleRequest testRoleRequest,
AsyncHandler<TestRoleRequest,TestRoleResult> asyncHandler)
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. |
Uses of TestRoleRequest in com.amazonaws.services.elastictranscoder.model |
---|
Methods in com.amazonaws.services.elastictranscoder.model that return TestRoleRequest | |
---|---|
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(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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |