|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestRoleResult | |
---|---|
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 TestRoleResult in com.amazonaws.services.elastictranscoder |
---|
Methods in com.amazonaws.services.elastictranscoder that return TestRoleResult | |
---|---|
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. |
Methods in com.amazonaws.services.elastictranscoder that return types with arguments of type TestRoleResult | |
---|---|
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 TestRoleResult | |
---|---|
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 TestRoleResult in com.amazonaws.services.elastictranscoder.model |
---|
Methods in com.amazonaws.services.elastictranscoder.model that return TestRoleResult | |
---|---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |