Uses of Interface
software.amazon.awssdk.services.frauddetector.model.BatchGetVariableRequest.Builder
-
Packages that use BatchGetVariableRequest.Builder Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference.software.amazon.awssdk.services.frauddetector.model -
-
Uses of BatchGetVariableRequest.Builder in software.amazon.awssdk.services.frauddetector
Method parameters in software.amazon.awssdk.services.frauddetector with type arguments of type BatchGetVariableRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchGetVariableResponse>FraudDetectorAsyncClient. batchGetVariable(Consumer<BatchGetVariableRequest.Builder> batchGetVariableRequest)Gets a batch of variables.default BatchGetVariableResponseFraudDetectorClient. batchGetVariable(Consumer<BatchGetVariableRequest.Builder> batchGetVariableRequest)Gets a batch of variables. -
Uses of BatchGetVariableRequest.Builder in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return BatchGetVariableRequest.Builder Modifier and Type Method Description static BatchGetVariableRequest.BuilderBatchGetVariableRequest. builder()BatchGetVariableRequest.BuilderBatchGetVariableRequest.Builder. names(String... names)The list of variable names to get.BatchGetVariableRequest.BuilderBatchGetVariableRequest.Builder. names(Collection<String> names)The list of variable names to get.BatchGetVariableRequest.BuilderBatchGetVariableRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetVariableRequest.BuilderBatchGetVariableRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetVariableRequest.BuilderBatchGetVariableRequest. toBuilder()Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type BatchGetVariableRequest.Builder Modifier and Type Method Description static Class<? extends BatchGetVariableRequest.Builder>BatchGetVariableRequest. serializableBuilderClass()
-