| Package | Description |
|---|---|
| com.amazonaws.services.macie2 |
Amazon Macie
|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateAllowListResult> |
AmazonMacie2AsyncClient.createAllowListAsync(CreateAllowListRequest request,
AsyncHandler<CreateAllowListRequest,CreateAllowListResult> asyncHandler) |
Future<CreateAllowListResult> |
AbstractAmazonMacie2Async.createAllowListAsync(CreateAllowListRequest request,
AsyncHandler<CreateAllowListRequest,CreateAllowListResult> asyncHandler) |
Future<CreateAllowListResult> |
AmazonMacie2Async.createAllowListAsync(CreateAllowListRequest createAllowListRequest,
AsyncHandler<CreateAllowListRequest,CreateAllowListResult> asyncHandler)
Creates and defines the settings for an allow list.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAllowListRequest |
CreateAllowListRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateAllowListRequest |
CreateAllowListRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateAllowListRequest |
CreateAllowListRequest.clone() |
CreateAllowListRequest |
CreateAllowListRequest.withClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
|
CreateAllowListRequest |
CreateAllowListRequest.withCriteria(AllowListCriteria criteria)
The criteria that specify the text or text pattern to ignore.
|
CreateAllowListRequest |
CreateAllowListRequest.withDescription(String description)
A custom description of the allow list.
|
CreateAllowListRequest |
CreateAllowListRequest.withName(String name)
A custom name for the allow list.
|
CreateAllowListRequest |
CreateAllowListRequest.withTags(Map<String,String> tags)
A map of key-value pairs that specifies the tags to associate with the allow list.
|
Copyright © 2024. All rights reserved.