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

Packages that use Notifications
com.amazonaws.services.elastictranscoder.model Classes modeling the various types represented by AmazonElasticTranscoder. 
 

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

Methods in com.amazonaws.services.elastictranscoder.model that return Notifications
 Notifications UpdatePipelineRequest.getNotifications()
          The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status.
 Notifications UpdatePipelineNotificationsRequest.getNotifications()
          The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
 Notifications Pipeline.getNotifications()
          The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
 Notifications CreatePipelineRequest.getNotifications()
          The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
 Notifications Notifications.withCompleted(String completed)
          The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
 Notifications Notifications.withError(String error)
          The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
 Notifications Notifications.withProgressing(String progressing)
          The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
 Notifications Notifications.withWarning(String warning)
          The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
 

Methods in com.amazonaws.services.elastictranscoder.model with parameters of type Notifications
 void UpdatePipelineRequest.setNotifications(Notifications notifications)
          The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status.
 void UpdatePipelineNotificationsRequest.setNotifications(Notifications notifications)
          The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
 void Pipeline.setNotifications(Notifications notifications)
          The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
 void CreatePipelineRequest.setNotifications(Notifications notifications)
          The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
 UpdatePipelineRequest UpdatePipelineRequest.withNotifications(Notifications notifications)
          The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status.
 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.
 Pipeline Pipeline.withNotifications(Notifications notifications)
          The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
 CreatePipelineRequest CreatePipelineRequest.withNotifications(Notifications notifications)
          The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
 



Copyright © 2016. All rights reserved.