Uses of Class
software.amazon.awssdk.services.osis.model.ValidationMessage
-
Packages that use ValidationMessage Package Description software.amazon.awssdk.services.osis.model -
-
Uses of ValidationMessage in software.amazon.awssdk.services.osis.model
Methods in software.amazon.awssdk.services.osis.model that return types with arguments of type ValidationMessage Modifier and Type Method Description List<ValidationMessage>ValidatePipelineResponse. errors()A list of errors if the configuration is invalid.Methods in software.amazon.awssdk.services.osis.model with parameters of type ValidationMessage Modifier and Type Method Description ValidatePipelineResponse.BuilderValidatePipelineResponse.Builder. errors(ValidationMessage... errors)A list of errors if the configuration is invalid.Method parameters in software.amazon.awssdk.services.osis.model with type arguments of type ValidationMessage Modifier and Type Method Description ValidatePipelineResponse.BuilderValidatePipelineResponse.Builder. errors(Collection<ValidationMessage> errors)A list of errors if the configuration is invalid.
-