| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2 |
Amazon Macie
|
| software.amazon.awssdk.services.macie2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAllowListsResponse |
Macie2Client.listAllowLists(Consumer<ListAllowListsRequest.Builder> listAllowListsRequest)
Retrieves a subset of information about all the allow lists for an account.
|
default ListAllowListsResponse |
Macie2Client.listAllowLists(ListAllowListsRequest listAllowListsRequest)
Retrieves a subset of information about all the allow lists for an account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAllowListsResponse> |
Macie2AsyncClient.listAllowLists(Consumer<ListAllowListsRequest.Builder> listAllowListsRequest)
Retrieves a subset of information about all the allow lists for an account.
|
default CompletableFuture<ListAllowListsResponse> |
Macie2AsyncClient.listAllowLists(ListAllowListsRequest listAllowListsRequest)
Retrieves a subset of information about all the allow lists for an account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAllowListsResponse> |
ListAllowListsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAllowListsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAllowListsResponse> subscriber) |
Copyright © 2023. All rights reserved.