Uses of Class
com.amazonaws.services.elastictranscoder.model.UpdatePipelineNotificationsRequest
Packages that use UpdatePipelineNotificationsRequest
Package
Description
-
Uses of UpdatePipelineNotificationsRequest in com.amazonaws.services.elastictranscoder
Methods in com.amazonaws.services.elastictranscoder with parameters of type UpdatePipelineNotificationsRequestModifier and TypeMethodDescriptionAbstractAmazonElasticTranscoder.updatePipelineNotifications
(UpdatePipelineNotificationsRequest request) AmazonElasticTranscoder.updatePipelineNotifications
(UpdatePipelineNotificationsRequest updatePipelineNotificationsRequest) With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.AmazonElasticTranscoderClient.updatePipelineNotifications
(UpdatePipelineNotificationsRequest updatePipelineNotificationsRequest) With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.AbstractAmazonElasticTranscoderAsync.updatePipelineNotificationsAsync
(UpdatePipelineNotificationsRequest request) AbstractAmazonElasticTranscoderAsync.updatePipelineNotificationsAsync
(UpdatePipelineNotificationsRequest request, AsyncHandler<UpdatePipelineNotificationsRequest, UpdatePipelineNotificationsResult> asyncHandler) AmazonElasticTranscoderAsync.updatePipelineNotificationsAsync
(UpdatePipelineNotificationsRequest updatePipelineNotificationsRequest) With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.AmazonElasticTranscoderAsync.updatePipelineNotificationsAsync
(UpdatePipelineNotificationsRequest updatePipelineNotificationsRequest, AsyncHandler<UpdatePipelineNotificationsRequest, UpdatePipelineNotificationsResult> asyncHandler) With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.AmazonElasticTranscoderAsyncClient.updatePipelineNotificationsAsync
(UpdatePipelineNotificationsRequest request) AmazonElasticTranscoderAsyncClient.updatePipelineNotificationsAsync
(UpdatePipelineNotificationsRequest request, AsyncHandler<UpdatePipelineNotificationsRequest, UpdatePipelineNotificationsResult> asyncHandler) Method parameters in com.amazonaws.services.elastictranscoder with type arguments of type UpdatePipelineNotificationsRequestModifier and TypeMethodDescriptionAbstractAmazonElasticTranscoderAsync.updatePipelineNotificationsAsync
(UpdatePipelineNotificationsRequest request, AsyncHandler<UpdatePipelineNotificationsRequest, UpdatePipelineNotificationsResult> asyncHandler) AmazonElasticTranscoderAsync.updatePipelineNotificationsAsync
(UpdatePipelineNotificationsRequest updatePipelineNotificationsRequest, AsyncHandler<UpdatePipelineNotificationsRequest, UpdatePipelineNotificationsResult> asyncHandler) With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.AmazonElasticTranscoderAsyncClient.updatePipelineNotificationsAsync
(UpdatePipelineNotificationsRequest request, AsyncHandler<UpdatePipelineNotificationsRequest, UpdatePipelineNotificationsResult> asyncHandler) -
Uses of UpdatePipelineNotificationsRequest in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return UpdatePipelineNotificationsRequestModifier and TypeMethodDescriptionUpdatePipelineNotificationsRequest.clone()
The identifier of the pipeline for which you want to change notification settings.UpdatePipelineNotificationsRequest.withNotifications
(Notifications notifications) The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.