| Package | Description |
|---|---|
| com.amazonaws.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
FailedConfiguration |
FailedConfiguration.clone() |
FailedConfiguration |
FailedConfiguration.withConfigurationId(String configurationId)
The unique identifier of the configuration the failed to delete.
|
FailedConfiguration |
FailedConfiguration.withErrorMessage(String errorMessage)
A descriptive message indicating why the associated configuration failed to delete.
|
FailedConfiguration |
FailedConfiguration.withErrorStatusCode(Integer errorStatusCode)
The integer error code associated with the error message.
|
| Modifier and Type | Method and Description |
|---|---|
List<FailedConfiguration> |
BatchDeleteConfigurationTask.getFailedConfigurations()
A list of configuration IDs that failed to delete during the deletion task, each paired with an error message.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteConfigurationTask |
BatchDeleteConfigurationTask.withFailedConfigurations(FailedConfiguration... failedConfigurations)
A list of configuration IDs that failed to delete during the deletion task, each paired with an error message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDeleteConfigurationTask.setFailedConfigurations(Collection<FailedConfiguration> failedConfigurations)
A list of configuration IDs that failed to delete during the deletion task, each paired with an error message.
|
BatchDeleteConfigurationTask |
BatchDeleteConfigurationTask.withFailedConfigurations(Collection<FailedConfiguration> failedConfigurations)
A list of configuration IDs that failed to delete during the deletion task, each paired with an error message.
|
Copyright © 2024. All rights reserved.