Uses of Class
com.amazonaws.services.elastictranscoder.model.TestRoleRequest
Packages that use TestRoleRequest
Package
Description
-
Uses of TestRoleRequest in com.amazonaws.services.elastictranscoder
Methods in com.amazonaws.services.elastictranscoder with parameters of type TestRoleRequestModifier and TypeMethodDescriptionAbstractAmazonElasticTranscoder.testRole
(TestRoleRequest request) AmazonElasticTranscoder.testRole
(TestRoleRequest testRoleRequest) The TestRole operation tests the IAM role used to create the pipeline.AmazonElasticTranscoderClient.testRole
(TestRoleRequest testRoleRequest) The TestRole operation tests the IAM role used to create the pipeline.AbstractAmazonElasticTranscoderAsync.testRoleAsync
(TestRoleRequest request) AbstractAmazonElasticTranscoderAsync.testRoleAsync
(TestRoleRequest request, AsyncHandler<TestRoleRequest, TestRoleResult> asyncHandler) AmazonElasticTranscoderAsync.testRoleAsync
(TestRoleRequest testRoleRequest) The TestRole operation tests the IAM role used to create the pipeline.AmazonElasticTranscoderAsync.testRoleAsync
(TestRoleRequest testRoleRequest, AsyncHandler<TestRoleRequest, TestRoleResult> asyncHandler) The TestRole operation tests the IAM role used to create the pipeline.AmazonElasticTranscoderAsyncClient.testRoleAsync
(TestRoleRequest request) AmazonElasticTranscoderAsyncClient.testRoleAsync
(TestRoleRequest request, AsyncHandler<TestRoleRequest, TestRoleResult> asyncHandler) Method parameters in com.amazonaws.services.elastictranscoder with type arguments of type TestRoleRequestModifier and TypeMethodDescriptionAbstractAmazonElasticTranscoderAsync.testRoleAsync
(TestRoleRequest request, AsyncHandler<TestRoleRequest, TestRoleResult> asyncHandler) AmazonElasticTranscoderAsync.testRoleAsync
(TestRoleRequest testRoleRequest, AsyncHandler<TestRoleRequest, TestRoleResult> asyncHandler) The TestRole operation tests the IAM role used to create the pipeline.AmazonElasticTranscoderAsyncClient.testRoleAsync
(TestRoleRequest request, AsyncHandler<TestRoleRequest, TestRoleResult> asyncHandler) -
Uses of TestRoleRequest in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return TestRoleRequestModifier and TypeMethodDescriptionTestRoleRequest.clone()
TestRoleRequest.withInputBucket
(String inputBucket) The Amazon S3 bucket that contains media files to be transcoded.TestRoleRequest.withOutputBucket
(String outputBucket) The Amazon S3 bucket that Elastic Transcoder will write transcoded media files to.The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.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.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.