| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateAllowListResult> |
AmazonMacie2AsyncClient.updateAllowListAsync(UpdateAllowListRequest request,
AsyncHandler<UpdateAllowListRequest,UpdateAllowListResult> asyncHandler) |
Future<UpdateAllowListResult> |
AmazonMacie2Async.updateAllowListAsync(UpdateAllowListRequest updateAllowListRequest,
AsyncHandler<UpdateAllowListRequest,UpdateAllowListResult> asyncHandler)
Updates the settings for an allow list.
|
Future<UpdateAllowListResult> |
AbstractAmazonMacie2Async.updateAllowListAsync(UpdateAllowListRequest request,
AsyncHandler<UpdateAllowListRequest,UpdateAllowListResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateAllowListRequest |
UpdateAllowListRequest.clone() |
UpdateAllowListRequest |
UpdateAllowListRequest.withCriteria(AllowListCriteria criteria)
The criteria that specify the text or text pattern to ignore.
|
UpdateAllowListRequest |
UpdateAllowListRequest.withDescription(String description)
A custom description of the allow list.
|
UpdateAllowListRequest |
UpdateAllowListRequest.withId(String id)
The unique identifier for the Amazon Macie resource that the request applies to.
|
UpdateAllowListRequest |
UpdateAllowListRequest.withName(String name)
A custom name for the allow list.
|
Copyright © 2022. All rights reserved.