| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| software.amazon.awssdk.services.frauddetector.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetListsMetadataResponse |
FraudDetectorClient.getListsMetadata(Consumer<GetListsMetadataRequest.Builder> getListsMetadataRequest)
Gets the metadata of either all the lists under the account or the specified list.
|
default GetListsMetadataResponse |
FraudDetectorClient.getListsMetadata(GetListsMetadataRequest getListsMetadataRequest)
Gets the metadata of either all the lists under the account or the specified list.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetListsMetadataResponse> |
FraudDetectorAsyncClient.getListsMetadata(Consumer<GetListsMetadataRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetListsMetadataResponse> |
GetListsMetadataIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetListsMetadataPublisher.subscribe(org.reactivestreams.Subscriber<? super GetListsMetadataResponse> subscriber) |
Copyright © 2023. All rights reserved.