Package | Description |
---|---|
com.amazonaws.services.elastictranscoder | |
com.amazonaws.services.elastictranscoder.model | |
com.amazonaws.services.elastictranscoder.model.transform |
Modifier and Type | Method and Description |
---|---|
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.
|
TestRoleResult |
AbstractAmazonElasticTranscoder.testRole(TestRoleRequest request) |
java.util.concurrent.Future<TestRoleResult> |
AmazonElasticTranscoderAsyncClient.testRoleAsync(TestRoleRequest request) |
java.util.concurrent.Future<TestRoleResult> |
AmazonElasticTranscoderAsync.testRoleAsync(TestRoleRequest testRoleRequest)
The TestRole operation tests the IAM role used to create the pipeline.
|
java.util.concurrent.Future<TestRoleResult> |
AbstractAmazonElasticTranscoderAsync.testRoleAsync(TestRoleRequest request) |
java.util.concurrent.Future<TestRoleResult> |
AmazonElasticTranscoderAsyncClient.testRoleAsync(TestRoleRequest request,
AsyncHandler<TestRoleRequest,TestRoleResult> asyncHandler) |
java.util.concurrent.Future<TestRoleResult> |
AmazonElasticTranscoderAsync.testRoleAsync(TestRoleRequest testRoleRequest,
AsyncHandler<TestRoleRequest,TestRoleResult> asyncHandler)
The TestRole operation tests the IAM role used to create the pipeline.
|
java.util.concurrent.Future<TestRoleResult> |
AbstractAmazonElasticTranscoderAsync.testRoleAsync(TestRoleRequest request,
AsyncHandler<TestRoleRequest,TestRoleResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<TestRoleResult> |
AmazonElasticTranscoderAsyncClient.testRoleAsync(TestRoleRequest request,
AsyncHandler<TestRoleRequest,TestRoleResult> asyncHandler) |
java.util.concurrent.Future<TestRoleResult> |
AmazonElasticTranscoderAsync.testRoleAsync(TestRoleRequest testRoleRequest,
AsyncHandler<TestRoleRequest,TestRoleResult> asyncHandler)
The TestRole operation tests the IAM role used to create the pipeline.
|
java.util.concurrent.Future<TestRoleResult> |
AbstractAmazonElasticTranscoderAsync.testRoleAsync(TestRoleRequest request,
AsyncHandler<TestRoleRequest,TestRoleResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
TestRoleRequest |
TestRoleRequest.clone() |
TestRoleRequest |
TestRoleRequest.withInputBucket(java.lang.String inputBucket)
The Amazon S3 bucket that contains media files to be transcoded.
|
TestRoleRequest |
TestRoleRequest.withOutputBucket(java.lang.String outputBucket)
The Amazon S3 bucket that Elastic Transcoder will write transcoded media
files to.
|
TestRoleRequest |
TestRoleRequest.withRole(java.lang.String role)
The IAM Amazon Resource Name (ARN) for the role that you want Elastic
Transcoder to test.
|
TestRoleRequest |
TestRoleRequest.withTopics(java.util.Collection<java.lang.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(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
Request<TestRoleRequest> |
TestRoleRequestMarshaller.marshall(TestRoleRequest testRoleRequest) |
Modifier and Type | Method and Description |
---|---|
Request<TestRoleRequest> |
TestRoleRequestMarshaller.marshall(TestRoleRequest testRoleRequest) |