| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationConfiguration |
NotificationConfiguration.clone() |
NotificationConfiguration |
Workteam.getNotificationConfiguration()
Configures SNS notifications of available or expiring work items for work teams.
|
NotificationConfiguration |
UpdateWorkteamRequest.getNotificationConfiguration()
Configures SNS topic notifications for available or expiring work items
|
NotificationConfiguration |
CreateWorkteamRequest.getNotificationConfiguration()
Configures notification of workers regarding available or expiring work items.
|
NotificationConfiguration |
NotificationConfiguration.withNotificationTopicArn(String notificationTopicArn)
The ARN for the Amazon SNS topic to which notifications should be published.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Workteam.setNotificationConfiguration(NotificationConfiguration notificationConfiguration)
Configures SNS notifications of available or expiring work items for work teams.
|
void |
UpdateWorkteamRequest.setNotificationConfiguration(NotificationConfiguration notificationConfiguration)
Configures SNS topic notifications for available or expiring work items
|
void |
CreateWorkteamRequest.setNotificationConfiguration(NotificationConfiguration notificationConfiguration)
Configures notification of workers regarding available or expiring work items.
|
Workteam |
Workteam.withNotificationConfiguration(NotificationConfiguration notificationConfiguration)
Configures SNS notifications of available or expiring work items for work teams.
|
UpdateWorkteamRequest |
UpdateWorkteamRequest.withNotificationConfiguration(NotificationConfiguration notificationConfiguration)
Configures SNS topic notifications for available or expiring work items
|
CreateWorkteamRequest |
CreateWorkteamRequest.withNotificationConfiguration(NotificationConfiguration notificationConfiguration)
Configures notification of workers regarding available or expiring work items.
|
Copyright © 2022. All rights reserved.