Package | Description |
---|---|
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.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014. All rights reserved.