Uses of Class
software.amazon.awssdk.services.frauddetector.model.GetModelsResponse
-
Packages that use GetModelsResponse Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference.software.amazon.awssdk.services.frauddetector.paginators -
-
Uses of GetModelsResponse in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector that return GetModelsResponse Modifier and Type Method Description default GetModelsResponseFraudDetectorClient. getModels(Consumer<GetModelsRequest.Builder> getModelsRequest)Gets one or more models.default GetModelsResponseFraudDetectorClient. getModels(GetModelsRequest getModelsRequest)Gets one or more models.Methods in software.amazon.awssdk.services.frauddetector that return types with arguments of type GetModelsResponse Modifier and Type Method Description default CompletableFuture<GetModelsResponse>FraudDetectorAsyncClient. getModels(Consumer<GetModelsRequest.Builder> getModelsRequest)Gets one or more models.default CompletableFuture<GetModelsResponse>FraudDetectorAsyncClient. getModels(GetModelsRequest getModelsRequest)Gets one or more models. -
Uses of GetModelsResponse in software.amazon.awssdk.services.frauddetector.paginators
Methods in software.amazon.awssdk.services.frauddetector.paginators that return types with arguments of type GetModelsResponse Modifier and Type Method Description Iterator<GetModelsResponse>GetModelsIterable. iterator()Method parameters in software.amazon.awssdk.services.frauddetector.paginators with type arguments of type GetModelsResponse Modifier and Type Method Description voidGetModelsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetModelsResponse> subscriber)
-