| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
static DeletionProtectionType |
DeletionProtectionType.fromValue(String value)
Use this in place of valueOf.
|
static DeletionProtectionType |
DeletionProtectionType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateUserPoolRequest.setDeletionProtection(DeletionProtectionType deletionProtection)
When active,
DeletionProtection prevents accidental deletion of your user pool. |
void |
CreateUserPoolRequest.setDeletionProtection(DeletionProtectionType deletionProtection)
When active,
DeletionProtection prevents accidental deletion of your user pool. |
void |
UserPoolType.setDeletionProtection(DeletionProtectionType deletionProtection)
When active,
DeletionProtection prevents accidental deletion of your user pool. |
UpdateUserPoolRequest |
UpdateUserPoolRequest.withDeletionProtection(DeletionProtectionType deletionProtection)
When active,
DeletionProtection prevents accidental deletion of your user pool. |
CreateUserPoolRequest |
CreateUserPoolRequest.withDeletionProtection(DeletionProtectionType deletionProtection)
When active,
DeletionProtection prevents accidental deletion of your user pool. |
UserPoolType |
UserPoolType.withDeletionProtection(DeletionProtectionType deletionProtection)
When active,
DeletionProtection prevents accidental deletion of your user pool. |
Copyright © 2024. All rights reserved.