| Package | Description |
|---|---|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
Notification |
Notification.clone() |
Notification |
JobMetadata.getNotification()
The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job.
|
Notification |
UpdateJobRequest.getNotification()
The new or updated Notification object.
|
Notification |
UpdateClusterRequest.getNotification()
The new or updated Notification object.
|
Notification |
CreateJobRequest.getNotification()
Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.
|
Notification |
CreateClusterRequest.getNotification()
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
|
Notification |
ClusterMetadata.getNotification()
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
|
Notification |
Notification.withDevicePickupSnsTopicARN(String devicePickupSnsTopicARN)
Used to send SNS notifications for the person picking up the device (identified during job creation).
|
Notification |
Notification.withJobStatesToNotify(Collection<String> jobStatesToNotify)
The list of job states that will trigger a notification for this job.
|
Notification |
Notification.withJobStatesToNotify(JobState... jobStatesToNotify)
The list of job states that will trigger a notification for this job.
|
Notification |
Notification.withJobStatesToNotify(String... jobStatesToNotify)
The list of job states that will trigger a notification for this job.
|
Notification |
Notification.withNotifyAll(Boolean notifyAll)
Any change in job state will trigger a notification for this job.
|
Notification |
Notification.withSnsTopicARN(String snsTopicARN)
The new SNS
TopicArn that you want to associate with this job. |
| Modifier and Type | Method and Description |
|---|---|
void |
JobMetadata.setNotification(Notification notification)
The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job.
|
void |
UpdateJobRequest.setNotification(Notification notification)
The new or updated Notification object.
|
void |
UpdateClusterRequest.setNotification(Notification notification)
The new or updated Notification object.
|
void |
CreateJobRequest.setNotification(Notification notification)
Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.
|
void |
CreateClusterRequest.setNotification(Notification notification)
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
|
void |
ClusterMetadata.setNotification(Notification notification)
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
|
JobMetadata |
JobMetadata.withNotification(Notification notification)
The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job.
|
UpdateJobRequest |
UpdateJobRequest.withNotification(Notification notification)
The new or updated Notification object.
|
UpdateClusterRequest |
UpdateClusterRequest.withNotification(Notification notification)
The new or updated Notification object.
|
CreateJobRequest |
CreateJobRequest.withNotification(Notification notification)
Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.
|
CreateClusterRequest |
CreateClusterRequest.withNotification(Notification notification)
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
|
ClusterMetadata |
ClusterMetadata.withNotification(Notification notification)
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
|
Copyright © 2023. All rights reserved.