| Package | Description |
|---|---|
| com.amazonaws.services.mq.model |
| Modifier and Type | Method and Description |
|---|---|
SanitizationWarning |
SanitizationWarning.clone() |
SanitizationWarning |
SanitizationWarning.withAttributeName(String attributeName)
The name of the XML attribute that has been sanitized.
|
SanitizationWarning |
SanitizationWarning.withElementName(String elementName)
The name of the XML element that has been sanitized.
|
SanitizationWarning |
SanitizationWarning.withReason(SanitizationWarningReason reason)
Required.
|
SanitizationWarning |
SanitizationWarning.withReason(String reason)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
List<SanitizationWarning> |
UpdateConfigurationResult.getWarnings()
The list of the first 20 warnings about the configuration XML elements or attributes that were sanitized.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateConfigurationResult |
UpdateConfigurationResult.withWarnings(SanitizationWarning... warnings)
The list of the first 20 warnings about the configuration XML elements or attributes that were sanitized.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateConfigurationResult.setWarnings(Collection<SanitizationWarning> warnings)
The list of the first 20 warnings about the configuration XML elements or attributes that were sanitized.
|
UpdateConfigurationResult |
UpdateConfigurationResult.withWarnings(Collection<SanitizationWarning> warnings)
The list of the first 20 warnings about the configuration XML elements or attributes that were sanitized.
|
Copyright © 2021. All rights reserved.