| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
AllowListSummary |
AllowListSummary.clone() |
AllowListSummary |
AllowListSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the allow list.
|
AllowListSummary |
AllowListSummary.withCreatedAt(Date createdAt)
The date and time, in UTC and extended ISO 8601 format, when the allow list was created in Amazon Macie.
|
AllowListSummary |
AllowListSummary.withDescription(String description)
The custom description of the allow list.
|
AllowListSummary |
AllowListSummary.withId(String id)
The unique identifier for the allow list.
|
AllowListSummary |
AllowListSummary.withName(String name)
The custom name of the allow list.
|
AllowListSummary |
AllowListSummary.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<AllowListSummary> |
ListAllowListsResult.getAllowLists()
An array of objects, one for each allow list.
|
| Modifier and Type | Method and Description |
|---|---|
ListAllowListsResult |
ListAllowListsResult.withAllowLists(AllowListSummary... allowLists)
An array of objects, one for each allow list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAllowListsResult.setAllowLists(Collection<AllowListSummary> allowLists)
An array of objects, one for each allow list.
|
ListAllowListsResult |
ListAllowListsResult.withAllowLists(Collection<AllowListSummary> allowLists)
An array of objects, one for each allow list.
|
Copyright © 2022. All rights reserved.