Uses of Class
software.amazon.awssdk.services.frauddetector.model.BatchGetVariableError
-
Packages that use BatchGetVariableError Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of BatchGetVariableError in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type BatchGetVariableError Modifier and Type Method Description List<BatchGetVariableError>BatchGetVariableResponse. errors()The errors from the request.Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type BatchGetVariableError Modifier and Type Method Description BatchGetVariableResponse.BuilderBatchGetVariableResponse.Builder. errors(BatchGetVariableError... errors)The errors from the request.Method parameters in software.amazon.awssdk.services.frauddetector.model with type arguments of type BatchGetVariableError Modifier and Type Method Description BatchGetVariableResponse.BuilderBatchGetVariableResponse.Builder. errors(Collection<BatchGetVariableError> errors)The errors from the request.
-