Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model | |
com.amazonaws.services.elastictranscoder.model.transform |
Modifier and Type | Field and Description |
---|---|
private Notifications |
UpdatePipelineRequest.notifications |
private Notifications |
UpdatePipelineNotificationsRequest.notifications
The topic ARN for the Amazon Simple Notification Service (Amazon SNS)
topic that you want to notify to report job status.
|
private Notifications |
Pipeline.notifications
The Amazon Simple Notification Service (Amazon SNS) topic that you want
to notify to report job status.
|
private Notifications |
CreatePipelineRequest.notifications
The Amazon Simple Notification Service (Amazon SNS) topic that you want
to notify to report job status.
|
Modifier and Type | Method and Description |
---|---|
Notifications |
Notifications.clone() |
Notifications |
UpdatePipelineRequest.getNotifications() |
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(java.lang.String completed)
The Amazon SNS topic that you want to notify when Elastic Transcoder has
finished processing the job.
|
Notifications |
Notifications.withError(java.lang.String error)
The Amazon SNS topic that you want to notify when Elastic Transcoder
encounters an error condition.
|
Notifications |
Notifications.withProgressing(java.lang.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(java.lang.String warning)
The Amazon SNS topic that you want to notify when Elastic Transcoder
encounters a warning condition.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdatePipelineRequest.setNotifications(Notifications notifications) |
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) |
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.
|
Modifier and Type | Method and Description |
---|---|
Notifications |
NotificationsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
NotificationsJsonMarshaller.marshall(Notifications notifications,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|