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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
TestRoleResult |
TestRoleResult.withMessages(Collection<String> messages)
If the
Success element contains false , this
value is an array of one or more error messages that were generated
during the test process. |
TestRoleResult |
TestRoleResult.withMessages(String... messages)
If the
Success element contains false , 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 is
true ;
otherwise, the value is false . |
Copyright © 2014. All rights reserved.