| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2 |
Amazon Macie
|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateAllowListResponse |
Macie2Client.updateAllowList(Consumer<UpdateAllowListRequest.Builder> updateAllowListRequest)
Updates the settings for an allow list.
|
default CompletableFuture<UpdateAllowListResponse> |
Macie2AsyncClient.updateAllowList(Consumer<UpdateAllowListRequest.Builder> updateAllowListRequest)
Updates the settings for an allow list.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateAllowListRequest.Builder |
UpdateAllowListRequest.builder() |
UpdateAllowListRequest.Builder |
UpdateAllowListRequest.Builder.criteria(AllowListCriteria criteria)
The criteria that specify the text or text pattern to ignore.
|
default UpdateAllowListRequest.Builder |
UpdateAllowListRequest.Builder.criteria(Consumer<AllowListCriteria.Builder> criteria)
The criteria that specify the text or text pattern to ignore.
|
UpdateAllowListRequest.Builder |
UpdateAllowListRequest.Builder.description(String description)
A custom description of the allow list.
|
UpdateAllowListRequest.Builder |
UpdateAllowListRequest.Builder.id(String id)
The unique identifier for the Amazon Macie resource that the request applies to.
|
UpdateAllowListRequest.Builder |
UpdateAllowListRequest.Builder.name(String name)
A custom name for the allow list.
|
UpdateAllowListRequest.Builder |
UpdateAllowListRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAllowListRequest.Builder |
UpdateAllowListRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateAllowListRequest.Builder |
UpdateAllowListRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateAllowListRequest.Builder> |
UpdateAllowListRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.