Uses of Class
software.amazon.awssdk.services.mq.model.SanitizationWarningReason
-
Packages that use SanitizationWarningReason Package Description software.amazon.awssdk.services.mq.model -
-
Uses of SanitizationWarningReason in software.amazon.awssdk.services.mq.model
Methods in software.amazon.awssdk.services.mq.model that return SanitizationWarningReason Modifier and Type Method Description static SanitizationWarningReasonSanitizationWarningReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SanitizationWarningReasonSanitizationWarning. reason()The reason for which the configuration elements or attributes were sanitized.static SanitizationWarningReasonSanitizationWarningReason. valueOf(String name)Returns the enum constant of this type with the specified name.static SanitizationWarningReason[]SanitizationWarningReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mq.model that return types with arguments of type SanitizationWarningReason Modifier and Type Method Description static Set<SanitizationWarningReason>SanitizationWarningReason. knownValues()Methods in software.amazon.awssdk.services.mq.model with parameters of type SanitizationWarningReason Modifier and Type Method Description SanitizationWarning.BuilderSanitizationWarning.Builder. reason(SanitizationWarningReason reason)The reason for which the configuration elements or attributes were sanitized.
-