Uses of Class
software.amazon.awssdk.services.frauddetector.model.Variable
-
Packages that use Variable Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of Variable in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type Variable Modifier and Type Method Description List<Variable>BatchGetVariableResponse. variables()The returned variables.List<Variable>GetVariablesResponse. variables()The names of the variables returned.Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type Variable Modifier and Type Method Description BatchGetVariableResponse.BuilderBatchGetVariableResponse.Builder. variables(Variable... variables)The returned variables.GetVariablesResponse.BuilderGetVariablesResponse.Builder. variables(Variable... variables)The names of the variables returned.Method parameters in software.amazon.awssdk.services.frauddetector.model with type arguments of type Variable Modifier and Type Method Description BatchGetVariableResponse.BuilderBatchGetVariableResponse.Builder. variables(Collection<Variable> variables)The returned variables.GetVariablesResponse.BuilderGetVariablesResponse.Builder. variables(Collection<Variable> variables)The names of the variables returned.
-