@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:45.318Z") @Stability(value=Experimental) public enum IdentityPoolProviderType extends 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(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.
|
@Stability(value=Experimental) public static final IdentityPoolProviderType FACEBOOK
@Stability(value=Experimental) public static final IdentityPoolProviderType GOOGLE
@Stability(value=Experimental) public static final IdentityPoolProviderType AMAZON
@Stability(value=Experimental) public static final IdentityPoolProviderType APPLE
@Stability(value=Experimental) public static final IdentityPoolProviderType TWITTER
@Stability(value=Experimental) public static final IdentityPoolProviderType DIGITS
@Stability(value=Experimental) public static final IdentityPoolProviderType OPEN_ID
@Stability(value=Experimental) public static final IdentityPoolProviderType SAML
@Stability(value=Experimental) public static final IdentityPoolProviderType USER_POOL
@Stability(value=Experimental) public static final IdentityPoolProviderType CUSTOM
public static IdentityPoolProviderType[] values()
for (IdentityPoolProviderType c : IdentityPoolProviderType.values()) System.out.println(c);
public static IdentityPoolProviderType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022. All rights reserved.