Uses of Class
com.amazonaws.services.elastictranscoder.model.UpdatePipelineNotificationsRequest

Packages that use UpdatePipelineNotificationsRequest
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 UpdatePipelineNotificationsRequest in com.amazonaws.services.elastictranscoder
 

Methods in com.amazonaws.services.elastictranscoder with parameters of type UpdatePipelineNotificationsRequest
 UpdatePipelineNotificationsResult AmazonElasticTranscoderClient.updatePipelineNotifications(UpdatePipelineNotificationsRequest updatePipelineNotificationsRequest)
           With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.
 UpdatePipelineNotificationsResult AmazonElasticTranscoder.updatePipelineNotifications(UpdatePipelineNotificationsRequest updatePipelineNotificationsRequest)
           With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.
 Future<UpdatePipelineNotificationsResult> AmazonElasticTranscoderAsyncClient.updatePipelineNotificationsAsync(UpdatePipelineNotificationsRequest updatePipelineNotificationsRequest)
           With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.
 Future<UpdatePipelineNotificationsResult> AmazonElasticTranscoderAsync.updatePipelineNotificationsAsync(UpdatePipelineNotificationsRequest updatePipelineNotificationsRequest)
           With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.
 Future<UpdatePipelineNotificationsResult> AmazonElasticTranscoderAsyncClient.updatePipelineNotificationsAsync(UpdatePipelineNotificationsRequest updatePipelineNotificationsRequest, AsyncHandler<UpdatePipelineNotificationsRequest,UpdatePipelineNotificationsResult> asyncHandler)
           With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.
 Future<UpdatePipelineNotificationsResult> 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.
 

Method parameters in com.amazonaws.services.elastictranscoder with type arguments of type UpdatePipelineNotificationsRequest
 Future<UpdatePipelineNotificationsResult> AmazonElasticTranscoderAsyncClient.updatePipelineNotificationsAsync(UpdatePipelineNotificationsRequest updatePipelineNotificationsRequest, AsyncHandler<UpdatePipelineNotificationsRequest,UpdatePipelineNotificationsResult> asyncHandler)
           With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.
 Future<UpdatePipelineNotificationsResult> 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.
 

Uses of UpdatePipelineNotificationsRequest in com.amazonaws.services.elastictranscoder.model
 

Methods in com.amazonaws.services.elastictranscoder.model that return UpdatePipelineNotificationsRequest
 UpdatePipelineNotificationsRequest UpdatePipelineNotificationsRequest.withId(String id)
          The identifier of the pipeline for which you want to change notification settings.
 UpdatePipelineNotificationsRequest 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.
 



Copyright © 2016. All rights reserved.