| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2 |
Amazon Macie
|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateAllowListResponse |
Macie2Client.createAllowList(Consumer<CreateAllowListRequest.Builder> createAllowListRequest)
Creates and defines the settings for an allow list.
|
default CompletableFuture<CreateAllowListResponse> |
Macie2AsyncClient.createAllowList(Consumer<CreateAllowListRequest.Builder> createAllowListRequest)
Creates and defines the settings for an allow list.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateAllowListRequest.Builder |
CreateAllowListRequest.builder() |
CreateAllowListRequest.Builder |
CreateAllowListRequest.Builder.clientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
|
CreateAllowListRequest.Builder |
CreateAllowListRequest.Builder.criteria(AllowListCriteria criteria)
The criteria that specify the text or text pattern to ignore.
|
default CreateAllowListRequest.Builder |
CreateAllowListRequest.Builder.criteria(Consumer<AllowListCriteria.Builder> criteria)
The criteria that specify the text or text pattern to ignore.
|
CreateAllowListRequest.Builder |
CreateAllowListRequest.Builder.description(String description)
A custom description of the allow list.
|
CreateAllowListRequest.Builder |
CreateAllowListRequest.Builder.name(String name)
A custom name for the allow list.
|
CreateAllowListRequest.Builder |
CreateAllowListRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAllowListRequest.Builder |
CreateAllowListRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAllowListRequest.Builder |
CreateAllowListRequest.Builder.tags(Map<String,String> tags)
A map of key-value pairs that specifies the tags to associate with the allow list.
|
CreateAllowListRequest.Builder |
CreateAllowListRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateAllowListRequest.Builder> |
CreateAllowListRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.