Uses of Class
software.amazon.awssdk.services.mq.model.SanitizationWarning
-
Packages that use SanitizationWarning Package Description software.amazon.awssdk.services.mq.model -
-
Uses of SanitizationWarning in software.amazon.awssdk.services.mq.model
Methods in software.amazon.awssdk.services.mq.model that return types with arguments of type SanitizationWarning Modifier and Type Method Description List<SanitizationWarning>UpdateConfigurationResponse. warnings()The list of the first 20 warnings about the configuration elements or attributes that were sanitized.Methods in software.amazon.awssdk.services.mq.model with parameters of type SanitizationWarning Modifier and Type Method Description UpdateConfigurationResponse.BuilderUpdateConfigurationResponse.Builder. warnings(SanitizationWarning... warnings)The list of the first 20 warnings about the configuration elements or attributes that were sanitized.Method parameters in software.amazon.awssdk.services.mq.model with type arguments of type SanitizationWarning Modifier and Type Method Description UpdateConfigurationResponse.BuilderUpdateConfigurationResponse.Builder. warnings(Collection<SanitizationWarning> warnings)The list of the first 20 warnings about the configuration elements or attributes that were sanitized.
-