Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.IdentityProviderTypeType
-
Packages that use IdentityProviderTypeType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of IdentityProviderTypeType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return IdentityProviderTypeType Modifier and Type Method Description static IdentityProviderTypeTypeIdentityProviderTypeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IdentityProviderTypeTypeCreateIdentityProviderRequest. providerType()The type of IdP that you want to add.IdentityProviderTypeTypeIdentityProviderType. providerType()The type of IdP.IdentityProviderTypeTypeProviderDescription. providerType()The type of the provider, for exampleSAML.static IdentityProviderTypeTypeIdentityProviderTypeType. 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.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type IdentityProviderTypeType Modifier and Type Method Description static Set<IdentityProviderTypeType>IdentityProviderTypeType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type IdentityProviderTypeType Modifier and Type Method Description CreateIdentityProviderRequest.BuilderCreateIdentityProviderRequest.Builder. providerType(IdentityProviderTypeType providerType)The type of IdP that you want to add.IdentityProviderType.BuilderIdentityProviderType.Builder. providerType(IdentityProviderTypeType providerType)The type of IdP.ProviderDescription.BuilderProviderDescription.Builder. providerType(IdentityProviderTypeType providerType)The type of the provider, for exampleSAML.
-