Uses of Interface
software.amazon.awssdk.services.frauddetector.model.BatchCreateVariableRequest.Builder
-
Packages that use BatchCreateVariableRequest.Builder Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference.software.amazon.awssdk.services.frauddetector.model -
-
Uses of BatchCreateVariableRequest.Builder in software.amazon.awssdk.services.frauddetector
Method parameters in software.amazon.awssdk.services.frauddetector with type arguments of type BatchCreateVariableRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchCreateVariableResponse>FraudDetectorAsyncClient. batchCreateVariable(Consumer<BatchCreateVariableRequest.Builder> batchCreateVariableRequest)Creates a batch of variables.default BatchCreateVariableResponseFraudDetectorClient. batchCreateVariable(Consumer<BatchCreateVariableRequest.Builder> batchCreateVariableRequest)Creates a batch of variables. -
Uses of BatchCreateVariableRequest.Builder in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return BatchCreateVariableRequest.Builder Modifier and Type Method Description static BatchCreateVariableRequest.BuilderBatchCreateVariableRequest. builder()BatchCreateVariableRequest.BuilderBatchCreateVariableRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchCreateVariableRequest.BuilderBatchCreateVariableRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchCreateVariableRequest.BuilderBatchCreateVariableRequest.Builder. tags(Collection<Tag> tags)A collection of key and value pairs.BatchCreateVariableRequest.BuilderBatchCreateVariableRequest.Builder. tags(Consumer<Tag.Builder>... tags)A collection of key and value pairs.BatchCreateVariableRequest.BuilderBatchCreateVariableRequest.Builder. tags(Tag... tags)A collection of key and value pairs.BatchCreateVariableRequest.BuilderBatchCreateVariableRequest. toBuilder()BatchCreateVariableRequest.BuilderBatchCreateVariableRequest.Builder. variableEntries(Collection<VariableEntry> variableEntries)The list of variables for the batch create variable request.BatchCreateVariableRequest.BuilderBatchCreateVariableRequest.Builder. variableEntries(Consumer<VariableEntry.Builder>... variableEntries)The list of variables for the batch create variable request.BatchCreateVariableRequest.BuilderBatchCreateVariableRequest.Builder. variableEntries(VariableEntry... variableEntries)The list of variables for the batch create variable request.Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type BatchCreateVariableRequest.Builder Modifier and Type Method Description static Class<? extends BatchCreateVariableRequest.Builder>BatchCreateVariableRequest. serializableBuilderClass()
-