Uses of Class
software.amazon.awssdk.services.appconfig.model.DeletionProtectionSettings
-
Packages that use DeletionProtectionSettings Package Description software.amazon.awssdk.services.appconfig.model -
-
Uses of DeletionProtectionSettings in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return DeletionProtectionSettings Modifier and Type Method Description DeletionProtectionSettingsGetAccountSettingsResponse. deletionProtection()A parameter to configure deletion protection.DeletionProtectionSettingsUpdateAccountSettingsRequest. deletionProtection()A parameter to configure deletion protection.DeletionProtectionSettingsUpdateAccountSettingsResponse. deletionProtection()A parameter to configure deletion protection.Methods in software.amazon.awssdk.services.appconfig.model with parameters of type DeletionProtectionSettings Modifier and Type Method Description GetAccountSettingsResponse.BuilderGetAccountSettingsResponse.Builder. deletionProtection(DeletionProtectionSettings deletionProtection)A parameter to configure deletion protection.UpdateAccountSettingsRequest.BuilderUpdateAccountSettingsRequest.Builder. deletionProtection(DeletionProtectionSettings deletionProtection)A parameter to configure deletion protection.UpdateAccountSettingsResponse.BuilderUpdateAccountSettingsResponse.Builder. deletionProtection(DeletionProtectionSettings deletionProtection)A parameter to configure deletion protection.
-