Uses of Class
software.amazon.awssdk.services.glue.model.NotificationProperty
-
Packages that use NotificationProperty Package Description software.amazon.awssdk.services.glue.model -
-
Uses of NotificationProperty in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return NotificationProperty Modifier and Type Method Description NotificationPropertyAction. notificationProperty()Specifies configuration properties of a job run notification.NotificationPropertyCreateJobRequest. notificationProperty()Specifies configuration properties of a job notification.NotificationPropertyJob. notificationProperty()Specifies configuration properties of a job notification.NotificationPropertyJobRun. notificationProperty()Specifies configuration properties of a job run notification.NotificationPropertyJobUpdate. notificationProperty()Specifies the configuration properties of a job notification.NotificationPropertyStartJobRunRequest. notificationProperty()Specifies configuration properties of a job run notification.Methods in software.amazon.awssdk.services.glue.model with parameters of type NotificationProperty Modifier and Type Method Description Action.BuilderAction.Builder. notificationProperty(NotificationProperty notificationProperty)Specifies configuration properties of a job run notification.CreateJobRequest.BuilderCreateJobRequest.Builder. notificationProperty(NotificationProperty notificationProperty)Specifies configuration properties of a job notification.Job.BuilderJob.Builder. notificationProperty(NotificationProperty notificationProperty)Specifies configuration properties of a job notification.JobRun.BuilderJobRun.Builder. notificationProperty(NotificationProperty notificationProperty)Specifies configuration properties of a job run notification.JobUpdate.BuilderJobUpdate.Builder. notificationProperty(NotificationProperty notificationProperty)Specifies the configuration properties of a job notification.StartJobRunRequest.BuilderStartJobRunRequest.Builder. notificationProperty(NotificationProperty notificationProperty)Specifies configuration properties of a job run notification.
-