| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
AllowDenyList |
AllowDenyList.clone() |
AllowDenyList |
AllowDenyList.withArn(String arn)
The ARN of the list.
|
AllowDenyList |
AllowDenyList.withCreatedTime(String createdTime)
The time the list was created.
|
AllowDenyList |
AllowDenyList.withDescription(String description)
The description of the list.
|
AllowDenyList |
AllowDenyList.withName(String name)
The name of the list.
|
AllowDenyList |
AllowDenyList.withUpdatedTime(String updatedTime)
The time the list was last updated.
|
AllowDenyList |
AllowDenyList.withVariableType(String variableType)
The variable type of the list.
|
| Modifier and Type | Method and Description |
|---|---|
List<AllowDenyList> |
GetListsMetadataResult.getLists()
The metadata of the specified list or all lists under the account.
|
| Modifier and Type | Method and Description |
|---|---|
GetListsMetadataResult |
GetListsMetadataResult.withLists(AllowDenyList... lists)
The metadata of the specified list or all lists under the account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetListsMetadataResult.setLists(Collection<AllowDenyList> lists)
The metadata of the specified list or all lists under the account.
|
GetListsMetadataResult |
GetListsMetadataResult.withLists(Collection<AllowDenyList> lists)
The metadata of the specified list or all lists under the account.
|
Copyright © 2025. All rights reserved.