| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
static IdentityProviderTypeType |
IdentityProviderTypeType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IdentityProviderTypeType |
CreateIdentityProviderRequest.providerType()
The identity provider type.
|
IdentityProviderTypeType |
IdentityProviderType.providerType()
The identity provider type.
|
IdentityProviderTypeType |
ProviderDescription.providerType()
The identity provider type.
|
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 |
|---|---|
static Set<IdentityProviderTypeType> |
IdentityProviderTypeType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateIdentityProviderRequest.Builder |
CreateIdentityProviderRequest.Builder.providerType(IdentityProviderTypeType providerType)
The identity provider type.
|
IdentityProviderType.Builder |
IdentityProviderType.Builder.providerType(IdentityProviderTypeType providerType)
The identity provider type.
|
ProviderDescription.Builder |
ProviderDescription.Builder.providerType(IdentityProviderTypeType providerType)
The identity provider type.
|
Copyright © 2022. All rights reserved.