Uses of Class
software.amazon.awssdk.services.frauddetector.model.GetDetectorVersionRequest
-
Packages that use GetDetectorVersionRequest Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference.software.amazon.awssdk.services.frauddetector.transform -
-
Uses of GetDetectorVersionRequest in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector with parameters of type GetDetectorVersionRequest Modifier and Type Method Description default CompletableFuture<GetDetectorVersionResponse>FraudDetectorAsyncClient. getDetectorVersion(GetDetectorVersionRequest getDetectorVersionRequest)Gets a particular detector version.default GetDetectorVersionResponseFraudDetectorClient. getDetectorVersion(GetDetectorVersionRequest getDetectorVersionRequest)Gets a particular detector version. -
Uses of GetDetectorVersionRequest in software.amazon.awssdk.services.frauddetector.transform
Methods in software.amazon.awssdk.services.frauddetector.transform with parameters of type GetDetectorVersionRequest Modifier and Type Method Description SdkHttpFullRequestGetDetectorVersionRequestMarshaller. marshall(GetDetectorVersionRequest getDetectorVersionRequest)
-