Uses of Class
software.amazon.awssdk.services.frauddetector.model.BatchCreateVariableResponse
-
Packages that use BatchCreateVariableResponse Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference. -
-
Uses of BatchCreateVariableResponse in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector that return BatchCreateVariableResponse Modifier and Type Method Description default BatchCreateVariableResponseFraudDetectorClient. batchCreateVariable(Consumer<BatchCreateVariableRequest.Builder> batchCreateVariableRequest)Creates a batch of variables.default BatchCreateVariableResponseFraudDetectorClient. batchCreateVariable(BatchCreateVariableRequest batchCreateVariableRequest)Creates a batch of variables.Methods in software.amazon.awssdk.services.frauddetector that return types with arguments of type BatchCreateVariableResponse Modifier and Type Method Description default CompletableFuture<BatchCreateVariableResponse>FraudDetectorAsyncClient. batchCreateVariable(Consumer<BatchCreateVariableRequest.Builder> batchCreateVariableRequest)Creates a batch of variables.default CompletableFuture<BatchCreateVariableResponse>FraudDetectorAsyncClient. batchCreateVariable(BatchCreateVariableRequest batchCreateVariableRequest)Creates a batch of variables.
-