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