Uses of Class
software.amazon.awssdk.services.frauddetector.model.GetListsMetadataRequest
-
Packages that use GetListsMetadataRequest 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 -
-
Uses of GetListsMetadataRequest in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector with parameters of type GetListsMetadataRequest Modifier and Type Method Description default CompletableFuture<GetListsMetadataResponse>FraudDetectorAsyncClient. getListsMetadata(GetListsMetadataRequest getListsMetadataRequest)Gets the metadata of either all the lists under the account or the specified list.default GetListsMetadataResponseFraudDetectorClient. getListsMetadata(GetListsMetadataRequest getListsMetadataRequest)Gets the metadata of either all the lists under the account or the specified list.default GetListsMetadataPublisherFraudDetectorAsyncClient. getListsMetadataPaginator(GetListsMetadataRequest getListsMetadataRequest)Gets the metadata of either all the lists under the account or the specified list.default GetListsMetadataIterableFraudDetectorClient. getListsMetadataPaginator(GetListsMetadataRequest getListsMetadataRequest)Gets the metadata of either all the lists under the account or the specified list. -
Uses of GetListsMetadataRequest in software.amazon.awssdk.services.frauddetector.paginators
Constructors in software.amazon.awssdk.services.frauddetector.paginators with parameters of type GetListsMetadataRequest Constructor Description GetListsMetadataIterable(FraudDetectorClient client, GetListsMetadataRequest firstRequest)GetListsMetadataPublisher(FraudDetectorAsyncClient client, GetListsMetadataRequest firstRequest) -
Uses of GetListsMetadataRequest in software.amazon.awssdk.services.frauddetector.transform
Methods in software.amazon.awssdk.services.frauddetector.transform with parameters of type GetListsMetadataRequest Modifier and Type Method Description SdkHttpFullRequestGetListsMetadataRequestMarshaller. marshall(GetListsMetadataRequest getListsMetadataRequest)
-