Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.DeletionProtectionType
-
Packages that use DeletionProtectionType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of DeletionProtectionType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return DeletionProtectionType Modifier and Type Method Description DeletionProtectionTypeCreateUserPoolRequest. deletionProtection()When active,DeletionProtectionprevents accidental deletion of your user pool.DeletionProtectionTypeUpdateUserPoolRequest. deletionProtection()When active,DeletionProtectionprevents accidental deletion of your user pool.DeletionProtectionTypeUserPoolType. deletionProtection()When active,DeletionProtectionprevents accidental deletion of your user pool.static DeletionProtectionTypeDeletionProtectionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeletionProtectionTypeDeletionProtectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeletionProtectionType[]DeletionProtectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type DeletionProtectionType Modifier and Type Method Description static Set<DeletionProtectionType>DeletionProtectionType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type DeletionProtectionType Modifier and Type Method Description CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder. deletionProtection(DeletionProtectionType deletionProtection)When active,DeletionProtectionprevents accidental deletion of your user pool.UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder. deletionProtection(DeletionProtectionType deletionProtection)When active,DeletionProtectionprevents accidental deletion of your user pool.UserPoolType.BuilderUserPoolType.Builder. deletionProtection(DeletionProtectionType deletionProtection)When active,DeletionProtectionprevents accidental deletion of your user pool.
-