| Package | Description |
|---|---|
| com.amazonaws.services.macie2 |
Amazon Macie
|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
GetAllowListResult |
AbstractAmazonMacie2.getAllowList(GetAllowListRequest request) |
GetAllowListResult |
AmazonMacie2.getAllowList(GetAllowListRequest getAllowListRequest)
Retrieves the settings and status of an allow list.
|
GetAllowListResult |
AmazonMacie2Client.getAllowList(GetAllowListRequest request)
Retrieves the settings and status of an allow list.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetAllowListResult> |
AbstractAmazonMacie2Async.getAllowListAsync(GetAllowListRequest request,
AsyncHandler<GetAllowListRequest,GetAllowListResult> asyncHandler) |
Future<GetAllowListResult> |
AmazonMacie2AsyncClient.getAllowListAsync(GetAllowListRequest request,
AsyncHandler<GetAllowListRequest,GetAllowListResult> asyncHandler) |
Future<GetAllowListResult> |
AmazonMacie2Async.getAllowListAsync(GetAllowListRequest getAllowListRequest,
AsyncHandler<GetAllowListRequest,GetAllowListResult> asyncHandler)
Retrieves the settings and status of an allow list.
|
| Modifier and Type | Method and Description |
|---|---|
GetAllowListResult |
GetAllowListResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetAllowListResult |
GetAllowListResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetAllowListResult |
GetAllowListResult.clone() |
GetAllowListResult |
GetAllowListResult.withArn(String arn)
The Amazon Resource Name (ARN) of the allow list.
|
GetAllowListResult |
GetAllowListResult.withCreatedAt(Date createdAt)
The date and time, in UTC and extended ISO 8601 format, when the allow list was created in Amazon Macie.
|
GetAllowListResult |
GetAllowListResult.withCriteria(AllowListCriteria criteria)
The criteria that specify the text or text pattern to ignore.
|
GetAllowListResult |
GetAllowListResult.withDescription(String description)
The custom description of the allow list.
|
GetAllowListResult |
GetAllowListResult.withId(String id)
The unique identifier for the allow list.
|
GetAllowListResult |
GetAllowListResult.withName(String name)
The custom name of the allow list.
|
GetAllowListResult |
GetAllowListResult.withStatus(AllowListStatus status)
The current status of the allow list, which indicates whether Amazon Macie can access and use the list's
criteria.
|
GetAllowListResult |
GetAllowListResult.withTags(Map<String,String> tags)
A map of key-value pairs that specifies which tags (keys and values) are associated with the allow list.
|
GetAllowListResult |
GetAllowListResult.withUpdatedAt(Date updatedAt)
The date and time, in UTC and extended ISO 8601 format, when the allow list's settings were most recently changed
in Amazon Macie.
|
Copyright © 2023. All rights reserved.