Uses of Class
software.amazon.awssdk.services.frauddetector.model.CreateDetectorVersionRequest
-
Packages that use CreateDetectorVersionRequest Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference.software.amazon.awssdk.services.frauddetector.transform -
-
Uses of CreateDetectorVersionRequest in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector with parameters of type CreateDetectorVersionRequest Modifier and Type Method Description default CompletableFuture<CreateDetectorVersionResponse>FraudDetectorAsyncClient. createDetectorVersion(CreateDetectorVersionRequest createDetectorVersionRequest)Creates a detector version.default CreateDetectorVersionResponseFraudDetectorClient. createDetectorVersion(CreateDetectorVersionRequest createDetectorVersionRequest)Creates a detector version. -
Uses of CreateDetectorVersionRequest in software.amazon.awssdk.services.frauddetector.transform
Methods in software.amazon.awssdk.services.frauddetector.transform with parameters of type CreateDetectorVersionRequest Modifier and Type Method Description SdkHttpFullRequestCreateDetectorVersionRequestMarshaller. marshall(CreateDetectorVersionRequest createDetectorVersionRequest)
-