Uses of Class
com.amazonaws.services.elastictranscoder.model.Notifications
-
Packages that use Notifications Package Description com.amazonaws.services.elastictranscoder.model -
-
Uses of Notifications in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return Notifications Modifier and Type Method Description Notifications
Notifications. clone()
Notifications
CreatePipelineRequest. getNotifications()
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
UpdatePipelineNotificationsRequest. getNotifications()
The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.Notifications
UpdatePipelineRequest. getNotifications()
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 Modifier and Type Method Description void
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
CreatePipelineRequest. withNotifications(Notifications notifications)
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.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.UpdatePipelineRequest
UpdatePipelineRequest. withNotifications(Notifications notifications)
-