| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
static IdentityProviderTypeType |
IdentityProviderTypeType.fromValue(String value)
Use this in place of valueOf.
|
static IdentityProviderTypeType |
IdentityProviderTypeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityProviderTypeType[] |
IdentityProviderTypeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateIdentityProviderRequest.setProviderType(IdentityProviderTypeType providerType)
The IdP type.
|
void |
ProviderDescription.setProviderType(IdentityProviderTypeType providerType)
The IdP type.
|
void |
IdentityProviderType.setProviderType(IdentityProviderTypeType providerType)
The IdP type.
|
CreateIdentityProviderRequest |
CreateIdentityProviderRequest.withProviderType(IdentityProviderTypeType providerType)
The IdP type.
|
ProviderDescription |
ProviderDescription.withProviderType(IdentityProviderTypeType providerType)
The IdP type.
|
IdentityProviderType |
IdentityProviderType.withProviderType(IdentityProviderTypeType providerType)
The IdP type.
|
Copyright © 2023. All rights reserved.