Uses of Class
software.amazon.awssdk.services.frauddetector.model.GetListsMetadataResponse
-
Packages that use GetListsMetadataResponse Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference.software.amazon.awssdk.services.frauddetector.paginators -
-
Uses of GetListsMetadataResponse in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector that return GetListsMetadataResponse Modifier and Type Method Description default GetListsMetadataResponseFraudDetectorClient. getListsMetadata(Consumer<GetListsMetadataRequest.Builder> 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.Methods in software.amazon.awssdk.services.frauddetector that return types with arguments of type GetListsMetadataResponse Modifier and Type Method 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. -
Uses of GetListsMetadataResponse in software.amazon.awssdk.services.frauddetector.paginators
Methods in software.amazon.awssdk.services.frauddetector.paginators that return types with arguments of type GetListsMetadataResponse Modifier and Type Method Description Iterator<GetListsMetadataResponse>GetListsMetadataIterable. iterator()Method parameters in software.amazon.awssdk.services.frauddetector.paginators with type arguments of type GetListsMetadataResponse Modifier and Type Method Description voidGetListsMetadataPublisher. subscribe(org.reactivestreams.Subscriber<? super GetListsMetadataResponse> subscriber)
-