Uses of Class
software.amazon.awssdk.services.sagemaker.model.NotificationConfiguration
-
Packages that use NotificationConfiguration Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of NotificationConfiguration in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return NotificationConfiguration Modifier and Type Method Description NotificationConfiguration
CreateWorkteamRequest. notificationConfiguration()
Configures notification of workers regarding available or expiring work items.NotificationConfiguration
UpdateWorkteamRequest. notificationConfiguration()
Configures SNS topic notifications for available or expiring work itemsNotificationConfiguration
Workteam. notificationConfiguration()
Configures SNS notifications of available or expiring work items for work teams.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type NotificationConfiguration Modifier and Type Method Description CreateWorkteamRequest.Builder
CreateWorkteamRequest.Builder. notificationConfiguration(NotificationConfiguration notificationConfiguration)
Configures notification of workers regarding available or expiring work items.UpdateWorkteamRequest.Builder
UpdateWorkteamRequest.Builder. notificationConfiguration(NotificationConfiguration notificationConfiguration)
Configures SNS topic notifications for available or expiring work itemsWorkteam.Builder
Workteam.Builder. notificationConfiguration(NotificationConfiguration notificationConfiguration)
Configures SNS notifications of available or expiring work items for work teams.
-