Uses of Class
software.amazon.awssdk.services.frauddetector.model.GetModelVersionResponse
-
Packages that use GetModelVersionResponse Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference. -
-
Uses of GetModelVersionResponse in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector that return GetModelVersionResponse Modifier and Type Method Description default GetModelVersionResponseFraudDetectorClient. getModelVersion(Consumer<GetModelVersionRequest.Builder> getModelVersionRequest)Gets the details of the specified model version.default GetModelVersionResponseFraudDetectorClient. getModelVersion(GetModelVersionRequest getModelVersionRequest)Gets the details of the specified model version.Methods in software.amazon.awssdk.services.frauddetector that return types with arguments of type GetModelVersionResponse Modifier and Type Method Description default CompletableFuture<GetModelVersionResponse>FraudDetectorAsyncClient. getModelVersion(Consumer<GetModelVersionRequest.Builder> getModelVersionRequest)Gets the details of the specified model version.default CompletableFuture<GetModelVersionResponse>FraudDetectorAsyncClient. getModelVersion(GetModelVersionRequest getModelVersionRequest)Gets the details of the specified model version.
-