| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
DeletionProtectionType |
UserPoolType.deletionProtection()
When active,
DeletionProtection prevents accidental deletion of your user pool. |
DeletionProtectionType |
UpdateUserPoolRequest.deletionProtection()
When active,
DeletionProtection prevents accidental deletion of your user pool. |
DeletionProtectionType |
CreateUserPoolRequest.deletionProtection()
When active,
DeletionProtection prevents accidental deletion of your user pool. |
static DeletionProtectionType |
DeletionProtectionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<DeletionProtectionType> |
DeletionProtectionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolType.Builder |
UserPoolType.Builder.deletionProtection(DeletionProtectionType deletionProtection)
When active,
DeletionProtection prevents accidental deletion of your user pool. |
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.deletionProtection(DeletionProtectionType deletionProtection)
When active,
DeletionProtection prevents accidental deletion of your user pool. |
CreateUserPoolRequest.Builder |
CreateUserPoolRequest.Builder.deletionProtection(DeletionProtectionType deletionProtection)
When active,
DeletionProtection prevents accidental deletion of your user pool. |
Copyright © 2023. All rights reserved.