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 NotificationsNotifications. clone()NotificationsCreatePipelineRequest. getNotifications()The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.NotificationsPipeline. getNotifications()The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.NotificationsUpdatePipelineNotificationsRequest. getNotifications()The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.NotificationsUpdatePipelineRequest. getNotifications()NotificationsNotifications. withCompleted(String completed)The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.NotificationsNotifications. withError(String error)The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.NotificationsNotifications. 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.NotificationsNotifications. 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 voidCreatePipelineRequest. setNotifications(Notifications notifications)The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.voidPipeline. setNotifications(Notifications notifications)The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.voidUpdatePipelineNotificationsRequest. setNotifications(Notifications notifications)The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.voidUpdatePipelineRequest. setNotifications(Notifications notifications)CreatePipelineRequestCreatePipelineRequest. withNotifications(Notifications notifications)The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.PipelinePipeline. withNotifications(Notifications notifications)The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.UpdatePipelineNotificationsRequestUpdatePipelineNotificationsRequest. withNotifications(Notifications notifications)The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.UpdatePipelineRequestUpdatePipelineRequest. withNotifications(Notifications notifications)
-