Uses of Class
software.amazon.awssdk.services.auditmanager.model.Notification
-
Packages that use Notification Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of Notification in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type Notification Modifier and Type Method Description List<Notification>ListNotificationsResponse. notifications()The returned list of notifications.Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type Notification Modifier and Type Method Description ListNotificationsResponse.BuilderListNotificationsResponse.Builder. notifications(Notification... notifications)The returned list of notifications.Method parameters in software.amazon.awssdk.services.auditmanager.model with type arguments of type Notification Modifier and Type Method Description ListNotificationsResponse.BuilderListNotificationsResponse.Builder. notifications(Collection<Notification> notifications)The returned list of notifications.
-