Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.DeletionWarning
-
Packages that use DeletionWarning Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of DeletionWarning in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type DeletionWarning Modifier and Type Method Description List<DeletionWarning>BatchDeleteConfigurationTask. deletionWarnings()A list of configuration IDs that produced warnings regarding their deletion, paired with a warning message.Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type DeletionWarning Modifier and Type Method Description BatchDeleteConfigurationTask.BuilderBatchDeleteConfigurationTask.Builder. deletionWarnings(DeletionWarning... deletionWarnings)A list of configuration IDs that produced warnings regarding their deletion, paired with a warning message.Method parameters in software.amazon.awssdk.services.applicationdiscovery.model with type arguments of type DeletionWarning Modifier and Type Method Description BatchDeleteConfigurationTask.BuilderBatchDeleteConfigurationTask.Builder. deletionWarnings(Collection<DeletionWarning> deletionWarnings)A list of configuration IDs that produced warnings regarding their deletion, paired with a warning message.
-