Uses of Class
software.amazon.awssdk.services.frauddetector.model.VariableEntry
-
Packages that use VariableEntry Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of VariableEntry in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type VariableEntry Modifier and Type Method Description List<VariableEntry>BatchCreateVariableRequest. variableEntries()The list of variables for the batch create variable request.Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type VariableEntry Modifier and Type Method Description BatchCreateVariableRequest.BuilderBatchCreateVariableRequest.Builder. variableEntries(VariableEntry... variableEntries)The list of variables for the batch create variable request.Method parameters in software.amazon.awssdk.services.frauddetector.model with type arguments of type VariableEntry Modifier and Type Method Description BatchCreateVariableRequest.BuilderBatchCreateVariableRequest.Builder. variableEntries(Collection<VariableEntry> variableEntries)The list of variables for the batch create variable request.
-