| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Notification |
Notification.clone() |
Notification |
Notification.withAssessmentId(String assessmentId)
The identifier for the assessment.
|
Notification |
Notification.withAssessmentName(String assessmentName)
The name of the related assessment.
|
Notification |
Notification.withControlSetId(String controlSetId)
The identifier for the control set.
|
Notification |
Notification.withControlSetName(String controlSetName)
Specifies the name of the control set that the notification is about.
|
Notification |
Notification.withDescription(String description)
The description of the notification.
|
Notification |
Notification.withEventTime(Date eventTime)
The time when the notification was sent.
|
Notification |
Notification.withId(String id)
The unique identifier for the notification.
|
Notification |
Notification.withSource(String source)
The sender of the notification.
|
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
ListNotificationsResult.getNotifications()
The returned list of notifications.
|
| Modifier and Type | Method and Description |
|---|---|
ListNotificationsResult |
ListNotificationsResult.withNotifications(Notification... notifications)
The returned list of notifications.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListNotificationsResult.setNotifications(Collection<Notification> notifications)
The returned list of notifications.
|
ListNotificationsResult |
ListNotificationsResult.withNotifications(Collection<Notification> notifications)
The returned list of notifications.
|
Copyright © 2023. All rights reserved.