| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| software.amazon.awssdk.services.frauddetector.paginators | |
| software.amazon.awssdk.services.frauddetector.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetListsMetadataResponse |
FraudDetectorClient.getListsMetadata(GetListsMetadataRequest getListsMetadataRequest)
Gets the metadata of either all the lists under the account or the specified list.
|
default CompletableFuture<GetListsMetadataResponse> |
FraudDetectorAsyncClient.getListsMetadata(GetListsMetadataRequest getListsMetadataRequest)
Gets the metadata of either all the lists under the account or the specified list.
|
default GetListsMetadataIterable |
FraudDetectorClient.getListsMetadataPaginator(GetListsMetadataRequest getListsMetadataRequest)
Gets the metadata of either all the lists under the account or the specified list.
|
default GetListsMetadataPublisher |
FraudDetectorAsyncClient.getListsMetadataPaginator(GetListsMetadataRequest getListsMetadataRequest)
Gets the metadata of either all the lists under the account or the specified list.
|
| Constructor and Description |
|---|
GetListsMetadataIterable(FraudDetectorClient client,
GetListsMetadataRequest firstRequest) |
GetListsMetadataPublisher(FraudDetectorAsyncClient client,
GetListsMetadataRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetListsMetadataRequestMarshaller.marshall(GetListsMetadataRequest getListsMetadataRequest) |
Copyright © 2023. All rights reserved.