Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.FailedConfiguration
-
Packages that use FailedConfiguration Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of FailedConfiguration in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type FailedConfiguration Modifier and Type Method Description List<FailedConfiguration>BatchDeleteConfigurationTask. failedConfigurations()A list of configuration IDs that failed to delete during the deletion task, each paired with an error message.Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type FailedConfiguration Modifier and Type Method Description BatchDeleteConfigurationTask.BuilderBatchDeleteConfigurationTask.Builder. failedConfigurations(FailedConfiguration... failedConfigurations)A list of configuration IDs that failed to delete during the deletion task, each paired with an error message.Method parameters in software.amazon.awssdk.services.applicationdiscovery.model with type arguments of type FailedConfiguration Modifier and Type Method Description BatchDeleteConfigurationTask.BuilderBatchDeleteConfigurationTask.Builder. failedConfigurations(Collection<FailedConfiguration> failedConfigurations)A list of configuration IDs that failed to delete during the deletion task, each paired with an error message.
-