@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-14T16:25:33.820Z") public enum IdentityPoolProviderType extends java.lang.Enum<IdentityPoolProviderType>
Enum Constant and Description |
---|
AMAZON
(experimental) Amazon Provider Type.
|
APPLE
(experimental) Apple Provider Type.
|
CUSTOM
(experimental) Custom Provider Type.
|
DIGITS
(experimental) Digits Provider Type.
|
FACEBOOK
(experimental) Facebook Provider type.
|
GOOGLE
(experimental) Google Provider Type.
|
OPEN_ID
(experimental) Open Id Provider Type.
|
SAML
(experimental) Saml Provider Type.
|
TWITTER
(experimental) Twitter Provider Type.
|
USER_POOL
(experimental) User Pool Provider Type.
|
Modifier and Type | Method and Description |
---|---|
static IdentityPoolProviderType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IdentityPoolProviderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentityPoolProviderType FACEBOOK
public static final IdentityPoolProviderType GOOGLE
public static final IdentityPoolProviderType AMAZON
public static final IdentityPoolProviderType APPLE
public static final IdentityPoolProviderType TWITTER
public static final IdentityPoolProviderType DIGITS
public static final IdentityPoolProviderType OPEN_ID
public static final IdentityPoolProviderType SAML
public static final IdentityPoolProviderType USER_POOL
public static final IdentityPoolProviderType CUSTOM
public static IdentityPoolProviderType[] values()
for (IdentityPoolProviderType c : IdentityPoolProviderType.values()) System.out.println(c);
public static IdentityPoolProviderType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null