| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager |
Welcome to the AWS Audit Manager API reference.
|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
default ListNotificationsResponse |
AuditManagerClient.listNotifications(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest)
Returns a list of all AWS Audit Manager notifications.
|
default CompletableFuture<ListNotificationsResponse> |
AuditManagerAsyncClient.listNotifications(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest)
Returns a list of all AWS Audit Manager notifications.
|
default ListNotificationsIterable |
AuditManagerClient.listNotificationsPaginator(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest)
Returns a list of all AWS Audit Manager notifications.
|
default ListNotificationsPublisher |
AuditManagerAsyncClient.listNotificationsPaginator(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest)
Returns a list of all AWS Audit Manager notifications.
|
| Modifier and Type | Method and Description |
|---|---|
static ListNotificationsRequest.Builder |
ListNotificationsRequest.builder() |
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.maxResults(Integer maxResults)
Represents the maximum number of results per page, or per API request call.
|
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.nextToken(String nextToken)
The pagination token used to fetch the next set of results.
|
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListNotificationsRequest.Builder |
ListNotificationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListNotificationsRequest.Builder> |
ListNotificationsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.