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