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) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
TestRoleResult |
TestRoleResult.clone() |
TestRoleResult |
TestRoleResult.withMessages(java.util.Collection<java.lang.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(java.lang.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(java.lang.String success)
If the operation is successful, this value is
true ;
otherwise, the value is false . |
Modifier and Type | Method and Description |
---|---|
TestRoleResult |
TestRoleResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |