| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
GetListsMetadataResult |
AbstractAmazonFraudDetector.getListsMetadata(GetListsMetadataRequest request) |
GetListsMetadataResult |
AmazonFraudDetector.getListsMetadata(GetListsMetadataRequest getListsMetadataRequest)
Gets the metadata of either all the lists under the account or the specified list.
|
GetListsMetadataResult |
AmazonFraudDetectorClient.getListsMetadata(GetListsMetadataRequest request)
Gets the metadata of either all the lists under the account or the specified list.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetListsMetadataResult> |
AmazonFraudDetectorAsyncClient.getListsMetadataAsync(GetListsMetadataRequest request,
AsyncHandler<GetListsMetadataRequest,GetListsMetadataResult> asyncHandler) |
Future<GetListsMetadataResult> |
AbstractAmazonFraudDetectorAsync.getListsMetadataAsync(GetListsMetadataRequest request,
AsyncHandler<GetListsMetadataRequest,GetListsMetadataResult> asyncHandler) |
Future<GetListsMetadataResult> |
AmazonFraudDetectorAsync.getListsMetadataAsync(GetListsMetadataRequest getListsMetadataRequest,
AsyncHandler<GetListsMetadataRequest,GetListsMetadataResult> asyncHandler)
Gets the metadata of either all the lists under the account or the specified list.
|
| Modifier and Type | Method and Description |
|---|---|
GetListsMetadataResult |
GetListsMetadataResult.clone() |
GetListsMetadataResult |
GetListsMetadataResult.withLists(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.
|
GetListsMetadataResult |
GetListsMetadataResult.withNextToken(String nextToken)
The next page token.
|
Copyright © 2024. All rights reserved.