| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager |
Welcome to the Audit Manager API reference.
|
| software.amazon.awssdk.services.auditmanager.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListNotificationsResponse |
AuditManagerClient.listNotifications(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest)
Returns a list of all Audit Manager notifications.
|
default ListNotificationsResponse |
AuditManagerClient.listNotifications(ListNotificationsRequest listNotificationsRequest)
Returns a list of all Audit Manager notifications.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListNotificationsResponse> |
AuditManagerAsyncClient.listNotifications(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest)
Returns a list of all Audit Manager notifications.
|
default CompletableFuture<ListNotificationsResponse> |
AuditManagerAsyncClient.listNotifications(ListNotificationsRequest listNotificationsRequest)
Returns a list of all Audit Manager notifications.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListNotificationsResponse> |
ListNotificationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListNotificationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListNotificationsResponse> subscriber) |
Copyright © 2023. All rights reserved.