Enum IdentityPoolProviderType

java.lang.Object
java.lang.Enum<IdentityPoolProviderType>
software.amazon.awscdk.services.cognito.identitypool.alpha.IdentityPoolProviderType
All Implemented Interfaces:
Serializable, Comparable<IdentityPoolProviderType>, java.lang.constant.Constable

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-02T15:58:35.025Z") @Stability(Experimental) public enum IdentityPoolProviderType extends Enum<IdentityPoolProviderType>
(experimental) Types of Identity Pool Login Providers.
  • Enum Constant Details

    • FACEBOOK

      @Stability(Experimental) public static final IdentityPoolProviderType FACEBOOK
      (experimental) Facebook Provider type.
    • GOOGLE

      @Stability(Experimental) public static final IdentityPoolProviderType GOOGLE
      (experimental) Google Provider Type.
    • AMAZON

      @Stability(Experimental) public static final IdentityPoolProviderType AMAZON
      (experimental) Amazon Provider Type.
    • APPLE

      @Stability(Experimental) public static final IdentityPoolProviderType APPLE
      (experimental) Apple Provider Type.
    • TWITTER

      @Stability(Experimental) public static final IdentityPoolProviderType TWITTER
      (experimental) Twitter Provider Type.
    • DIGITS

      @Stability(Experimental) public static final IdentityPoolProviderType DIGITS
      (experimental) Digits Provider Type.
    • OPEN_ID

      @Stability(Experimental) public static final IdentityPoolProviderType OPEN_ID
      (experimental) Open Id Provider Type.
    • SAML

      @Stability(Experimental) public static final IdentityPoolProviderType SAML
      (experimental) Saml Provider Type.
    • USER_POOL

      @Stability(Experimental) public static final IdentityPoolProviderType USER_POOL
      (experimental) User Pool Provider Type.
    • CUSTOM

      @Stability(Experimental) public static final IdentityPoolProviderType CUSTOM
      (experimental) Custom Provider Type.
  • Method Details

    • values

      public static IdentityPoolProviderType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static IdentityPoolProviderType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null