Uses of Class
software.amazon.awssdk.services.frauddetector.model.BatchCreateVariableError
-
Packages that use BatchCreateVariableError Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of BatchCreateVariableError in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type BatchCreateVariableError Modifier and Type Method Description List<BatchCreateVariableError>BatchCreateVariableResponse. errors()Provides the errors for theBatchCreateVariablerequest.Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type BatchCreateVariableError Modifier and Type Method Description BatchCreateVariableResponse.BuilderBatchCreateVariableResponse.Builder. errors(BatchCreateVariableError... errors)Provides the errors for theBatchCreateVariablerequest.Method parameters in software.amazon.awssdk.services.frauddetector.model with type arguments of type BatchCreateVariableError Modifier and Type Method Description BatchCreateVariableResponse.BuilderBatchCreateVariableResponse.Builder. errors(Collection<BatchCreateVariableError> errors)Provides the errors for theBatchCreateVariablerequest.
-