| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
static DeletionWarning.Builder |
DeletionWarning.builder() |
DeletionWarning.Builder |
DeletionWarning.Builder.configurationId(String configurationId)
The unique identifier of the configuration that produced a warning.
|
DeletionWarning.Builder |
DeletionWarning.toBuilder() |
DeletionWarning.Builder |
DeletionWarning.Builder.warningCode(Integer warningCode)
The integer warning code associated with the warning message.
|
DeletionWarning.Builder |
DeletionWarning.Builder.warningText(String warningText)
A descriptive message of the warning the associated configuration ID produced.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeletionWarning.Builder> |
DeletionWarning.serializableBuilderClass() |
Copyright © 2023. All rights reserved.