| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
static ListNotificationsResponse.Builder |
ListNotificationsResponse.builder() |
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.nextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.notifications(Collection<Notification> notifications)
The returned list of notifications.
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.notifications(Consumer<Notification.Builder>... notifications)
The returned list of notifications.
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.notifications(Notification... notifications)
The returned list of notifications.
|
ListNotificationsResponse.Builder |
ListNotificationsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListNotificationsResponse.Builder> |
ListNotificationsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.