Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.DeletionProtectionType
Packages that use DeletionProtectionType
-
Uses of DeletionProtectionType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return DeletionProtectionTypeModifier and TypeMethodDescriptionfinal DeletionProtectionTypeCreateUserPoolRequest.deletionProtection()When active,DeletionProtectionprevents accidental deletion of your user pool.final DeletionProtectionTypeUpdateUserPoolRequest.deletionProtection()When active,DeletionProtectionprevents accidental deletion of your user pool.final DeletionProtectionTypeUserPoolType.deletionProtection()When active,DeletionProtectionprevents accidental deletion of your user pool.static DeletionProtectionTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DeletionProtectionTypeReturns 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 DeletionProtectionTypeModifier and TypeMethodDescriptionstatic Set<DeletionProtectionType>DeletionProtectionType.knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type DeletionProtectionTypeModifier and TypeMethodDescriptionCreateUserPoolRequest.Builder.deletionProtection(DeletionProtectionType deletionProtection) When active,DeletionProtectionprevents accidental deletion of your user pool.UpdateUserPoolRequest.Builder.deletionProtection(DeletionProtectionType deletionProtection) When active,DeletionProtectionprevents accidental deletion of your user pool.UserPoolType.Builder.deletionProtection(DeletionProtectionType deletionProtection) When active,DeletionProtectionprevents accidental deletion of your user pool.