Uses of Class
software.amazon.awssdk.services.frauddetector.model.BatchGetVariableRequest
-
Packages that use BatchGetVariableRequest Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference.software.amazon.awssdk.services.frauddetector.transform -
-
Uses of BatchGetVariableRequest in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector with parameters of type BatchGetVariableRequest Modifier and Type Method Description default CompletableFuture<BatchGetVariableResponse>FraudDetectorAsyncClient. batchGetVariable(BatchGetVariableRequest batchGetVariableRequest)Gets a batch of variables.default BatchGetVariableResponseFraudDetectorClient. batchGetVariable(BatchGetVariableRequest batchGetVariableRequest)Gets a batch of variables. -
Uses of BatchGetVariableRequest in software.amazon.awssdk.services.frauddetector.transform
Methods in software.amazon.awssdk.services.frauddetector.transform with parameters of type BatchGetVariableRequest Modifier and Type Method Description SdkHttpFullRequestBatchGetVariableRequestMarshaller. marshall(BatchGetVariableRequest batchGetVariableRequest)
-