| Package | Description |
|---|---|
| com.amazonaws.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteConfigurationTask |
BatchDeleteConfigurationTask.clone() |
BatchDeleteConfigurationTask |
DescribeBatchDeleteConfigurationTaskResult.getTask()
The
BatchDeleteConfigurationTask that represents the deletion task being executed. |
BatchDeleteConfigurationTask |
BatchDeleteConfigurationTask.withConfigurationType(DeletionConfigurationItemType configurationType)
The type of configuration item to delete.
|
BatchDeleteConfigurationTask |
BatchDeleteConfigurationTask.withConfigurationType(String configurationType)
The type of configuration item to delete.
|
BatchDeleteConfigurationTask |
BatchDeleteConfigurationTask.withDeletedConfigurations(Collection<String> deletedConfigurations)
The list of configuration IDs that were successfully deleted by the deletion task.
|
BatchDeleteConfigurationTask |
BatchDeleteConfigurationTask.withDeletedConfigurations(String... deletedConfigurations)
The list of configuration IDs that were successfully deleted by the deletion task.
|
BatchDeleteConfigurationTask |
BatchDeleteConfigurationTask.withDeletionWarnings(Collection<DeletionWarning> deletionWarnings)
A list of configuration IDs that produced warnings regarding their deletion, paired with a warning message.
|
BatchDeleteConfigurationTask |
BatchDeleteConfigurationTask.withDeletionWarnings(DeletionWarning... deletionWarnings)
A list of configuration IDs that produced warnings regarding their deletion, paired with a warning message.
|
BatchDeleteConfigurationTask |
BatchDeleteConfigurationTask.withEndTime(Date endTime)
An epoch seconds timestamp (UTC) of when the deletion task was completed or failed.
|
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.
|
BatchDeleteConfigurationTask |
BatchDeleteConfigurationTask.withFailedConfigurations(FailedConfiguration... failedConfigurations)
A list of configuration IDs that failed to delete during the deletion task, each paired with an error message.
|
BatchDeleteConfigurationTask |
BatchDeleteConfigurationTask.withRequestedConfigurations(Collection<String> requestedConfigurations)
The list of configuration IDs that were originally requested to be deleted by the deletion task.
|
BatchDeleteConfigurationTask |
BatchDeleteConfigurationTask.withRequestedConfigurations(String... requestedConfigurations)
The list of configuration IDs that were originally requested to be deleted by the deletion task.
|
BatchDeleteConfigurationTask |
BatchDeleteConfigurationTask.withStartTime(Date startTime)
An epoch seconds timestamp (UTC) of when the deletion task was started.
|
BatchDeleteConfigurationTask |
BatchDeleteConfigurationTask.withStatus(BatchDeleteConfigurationTaskStatus status)
The current execution status of the deletion task.
|
BatchDeleteConfigurationTask |
BatchDeleteConfigurationTask.withStatus(String status)
The current execution status of the deletion task.
|
BatchDeleteConfigurationTask |
BatchDeleteConfigurationTask.withTaskId(String taskId)
The deletion task's unique identifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBatchDeleteConfigurationTaskResult.setTask(BatchDeleteConfigurationTask task)
The
BatchDeleteConfigurationTask that represents the deletion task being executed. |
DescribeBatchDeleteConfigurationTaskResult |
DescribeBatchDeleteConfigurationTaskResult.withTask(BatchDeleteConfigurationTask task)
The
BatchDeleteConfigurationTask that represents the deletion task being executed. |
Copyright © 2024. All rights reserved.