Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.IdentityProviderTypeType
Packages that use IdentityProviderTypeType
-
Uses of IdentityProviderTypeType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return IdentityProviderTypeTypeModifier and TypeMethodDescriptionstatic IdentityProviderTypeTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final IdentityProviderTypeTypeCreateIdentityProviderRequest.providerType()The type of IdP that you want to add.final IdentityProviderTypeTypeIdentityProviderType.providerType()The type of IdP.final IdentityProviderTypeTypeProviderDescription.providerType()The type of the provider, for exampleSAML.static IdentityProviderTypeTypeReturns 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 IdentityProviderTypeTypeModifier and TypeMethodDescriptionstatic Set<IdentityProviderTypeType>IdentityProviderTypeType.knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type IdentityProviderTypeTypeModifier and TypeMethodDescriptionCreateIdentityProviderRequest.Builder.providerType(IdentityProviderTypeType providerType) The type of IdP that you want to add.IdentityProviderType.Builder.providerType(IdentityProviderTypeType providerType) The type of IdP.ProviderDescription.Builder.providerType(IdentityProviderTypeType providerType) The type of the provider, for exampleSAML.