| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2 |
Amazon Macie is a fully managed data security and data privacy service that uses machine learning and pattern
matching to discover and protect your sensitive data in AWS.
|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateAllowListResponse> |
Macie2AsyncClient.updateAllowList(Consumer<UpdateAllowListRequest.Builder> updateAllowListRequest)
Updates the settings for an allow list.
|
default UpdateAllowListResponse |
Macie2Client.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 © 2022. All rights reserved.