Uses of Class
software.amazon.awssdk.services.appconfig.model.DeletionProtectionCheck
-
Packages that use DeletionProtectionCheck Package Description software.amazon.awssdk.services.appconfig.model -
-
Uses of DeletionProtectionCheck in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return DeletionProtectionCheck Modifier and Type Method Description DeletionProtectionCheckDeleteConfigurationProfileRequest. deletionProtectionCheck()A parameter to configure deletion protection.DeletionProtectionCheckDeleteEnvironmentRequest. deletionProtectionCheck()A parameter to configure deletion protection.static DeletionProtectionCheckDeletionProtectionCheck. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeletionProtectionCheckDeletionProtectionCheck. valueOf(String name)Returns the enum constant of this type with the specified name.static DeletionProtectionCheck[]DeletionProtectionCheck. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type DeletionProtectionCheck Modifier and Type Method Description static Set<DeletionProtectionCheck>DeletionProtectionCheck. knownValues()Methods in software.amazon.awssdk.services.appconfig.model with parameters of type DeletionProtectionCheck Modifier and Type Method Description DeleteConfigurationProfileRequest.BuilderDeleteConfigurationProfileRequest.Builder. deletionProtectionCheck(DeletionProtectionCheck deletionProtectionCheck)A parameter to configure deletion protection.DeleteEnvironmentRequest.BuilderDeleteEnvironmentRequest.Builder. deletionProtectionCheck(DeletionProtectionCheck deletionProtectionCheck)A parameter to configure deletion protection.
-