| Package | Description |
|---|---|
| com.amazonaws.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
DeletionWarning |
DeletionWarning.clone() |
DeletionWarning |
DeletionWarning.withConfigurationId(String configurationId)
The unique identifier of the configuration that produced a warning.
|
DeletionWarning |
DeletionWarning.withWarningCode(Integer warningCode)
The integer warning code associated with the warning message.
|
DeletionWarning |
DeletionWarning.withWarningText(String warningText)
A descriptive message of the warning the associated configuration ID produced.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeletionWarning> |
BatchDeleteConfigurationTask.getDeletionWarnings()
A list of configuration IDs that produced warnings regarding their deletion, paired with a warning message.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteConfigurationTask |
BatchDeleteConfigurationTask.withDeletionWarnings(DeletionWarning... deletionWarnings)
A list of configuration IDs that produced warnings regarding their deletion, paired with a warning message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDeleteConfigurationTask.setDeletionWarnings(Collection<DeletionWarning> deletionWarnings)
A list of configuration IDs that produced warnings regarding their deletion, paired with a warning message.
|
BatchDeleteConfigurationTask |
BatchDeleteConfigurationTask.withDeletionWarnings(Collection<DeletionWarning> deletionWarnings)
A list of configuration IDs that produced warnings regarding their deletion, paired with a warning message.
|
Copyright © 2023. All rights reserved.