Uses of Enum Class
software.amazon.awscdk.services.cognito.identitypool.IdentityPoolProviderType
Packages that use IdentityPoolProviderType
Package
Description
Amazon Cognito Identity Pool Construct Library
-
Uses of IdentityPoolProviderType in software.amazon.awscdk.services.cognito.identitypool
Methods in software.amazon.awscdk.services.cognito.identitypool that return IdentityPoolProviderTypeModifier and TypeMethodDescriptionIdentityPoolProviderUrl.getType()The type of Identity Pool Provider.static IdentityPoolProviderTypeReturns the enum constant of this class with the specified name.static IdentityPoolProviderType[]IdentityPoolProviderType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in software.amazon.awscdk.services.cognito.identitypool with parameters of type IdentityPoolProviderTypeModifierConstructorDescriptionIdentityPoolProviderUrl(IdentityPoolProviderType type, String value)