| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2 |
Amazon Macie
|
| software.amazon.awssdk.services.macie2.model |
| 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 ListAllowListsResponse |
Macie2Client.listAllowLists(Consumer<ListAllowListsRequest.Builder> listAllowListsRequest)
Retrieves a subset of information about all the allow lists for an account.
|
default ListAllowListsPublisher |
Macie2AsyncClient.listAllowListsPaginator(Consumer<ListAllowListsRequest.Builder> listAllowListsRequest)
Retrieves a subset of information about all the allow lists for an account.
|
default ListAllowListsIterable |
Macie2Client.listAllowListsPaginator(Consumer<ListAllowListsRequest.Builder> listAllowListsRequest)
Retrieves a subset of information about all the allow lists for an account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListAllowListsRequest.Builder |
ListAllowListsRequest.builder() |
ListAllowListsRequest.Builder |
ListAllowListsRequest.Builder.maxResults(Integer maxResults)
The maximum number of items to include in each page of a paginated response.
|
ListAllowListsRequest.Builder |
ListAllowListsRequest.Builder.nextToken(String nextToken)
The nextToken string that specifies which page of results to return in a paginated response.
|
ListAllowListsRequest.Builder |
ListAllowListsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAllowListsRequest.Builder |
ListAllowListsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAllowListsRequest.Builder |
ListAllowListsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAllowListsRequest.Builder> |
ListAllowListsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.