| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static AllowListStatus.Builder |
AllowListStatus.builder() |
AllowListStatus.Builder |
AllowListStatus.Builder.code(AllowListStatusCode code)
The current status of the allow list.
|
AllowListStatus.Builder |
AllowListStatus.Builder.code(String code)
The current status of the allow list.
|
AllowListStatus.Builder |
AllowListStatus.Builder.description(String description)
A brief description of the status of the allow list.
|
AllowListStatus.Builder |
AllowListStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AllowListStatus.Builder> |
AllowListStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetAllowListResponse.Builder |
GetAllowListResponse.Builder.status(Consumer<AllowListStatus.Builder> status)
The current status of the allow list, which indicates whether Amazon Macie can access and use the list's
criteria.
|
Copyright © 2023. All rights reserved.