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 NotificationConfigurationCreateWorkteamRequest. notificationConfiguration()Configures notification of workers regarding available or expiring work items.NotificationConfigurationUpdateWorkteamRequest. notificationConfiguration()Configures SNS topic notifications for available or expiring work itemsNotificationConfigurationWorkteam. 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.BuilderCreateWorkteamRequest.Builder. notificationConfiguration(NotificationConfiguration notificationConfiguration)Configures notification of workers regarding available or expiring work items.UpdateWorkteamRequest.BuilderUpdateWorkteamRequest.Builder. notificationConfiguration(NotificationConfiguration notificationConfiguration)Configures SNS topic notifications for available or expiring work itemsWorkteam.BuilderWorkteam.Builder. notificationConfiguration(NotificationConfiguration notificationConfiguration)Configures SNS notifications of available or expiring work items for work teams.
-