Uses of Class
com.amazonaws.services.elastictranscoder.model.Notifications
Packages that use Notifications
-
Uses of Notifications in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return NotificationsModifier and TypeMethodDescriptionNotifications.clone()
CreatePipelineRequest.getNotifications()
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.Pipeline.getNotifications()
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.UpdatePipelineNotificationsRequest.getNotifications()
The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.UpdatePipelineRequest.getNotifications()
Notifications.withCompleted
(String completed) The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.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.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 NotificationsModifier and TypeMethodDescriptionvoid
CreatePipelineRequest.setNotifications
(Notifications notifications) 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
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
UpdatePipelineRequest.setNotifications
(Notifications notifications) CreatePipelineRequest.withNotifications
(Notifications notifications) The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.Pipeline.withNotifications
(Notifications notifications) The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.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.UpdatePipelineRequest.withNotifications
(Notifications notifications)