Class IdentityPoolProviders.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.identitypool.IdentityPoolProviders.Jsii$Proxy
- All Implemented Interfaces:
IdentityPoolProviders,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IdentityPoolProviders
@Stability(Experimental)
@Internal
public static final class IdentityPoolProviders.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IdentityPoolProviders
An implementation for
IdentityPoolProviders-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.identitypool.IdentityPoolProviders
IdentityPoolProviders.Builder, IdentityPoolProviders.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(IdentityPoolProviders.Builder builder) Constructor that initializes the object based on literal property values passed by theIdentityPoolProviders.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal boolean(experimental) App Id for Amazon Identity Federation.getApple()(experimental) Services Id for Apple Identity Federation.(experimental) Consumer Key and Secret for Digits Identity Federation.(experimental) App Id for Facebook Identity Federation.(experimental) Client Id for Google Identity Federation.(experimental) Consumer Key and Secret for Twitter Identity Federation.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theIdentityPoolProviders.Builder.
-
-
Method Details
-
getAmazon
Description copied from interface:IdentityPoolProviders(experimental) App Id for Amazon Identity Federation.Default: - No Amazon Authentication Provider used without OpenIdConnect or a User Pool
- Specified by:
getAmazonin interfaceIdentityPoolProviders
-
getApple
Description copied from interface:IdentityPoolProviders(experimental) Services Id for Apple Identity Federation.Default: - No Apple Authentication Provider used without OpenIdConnect or a User Pool
- Specified by:
getApplein interfaceIdentityPoolProviders
-
getDigits
Description copied from interface:IdentityPoolProviders(experimental) Consumer Key and Secret for Digits Identity Federation.Default: - No Digits Authentication Provider used without OpenIdConnect or a User Pool
- Specified by:
getDigitsin interfaceIdentityPoolProviders
-
getFacebook
Description copied from interface:IdentityPoolProviders(experimental) App Id for Facebook Identity Federation.Default: - No Facebook Authentication Provider used without OpenIdConnect or a User Pool
- Specified by:
getFacebookin interfaceIdentityPoolProviders
-
getGoogle
Description copied from interface:IdentityPoolProviders(experimental) Client Id for Google Identity Federation.Default: - No Google Authentication Provider used without OpenIdConnect or a User Pool
- Specified by:
getGooglein interfaceIdentityPoolProviders
-
getTwitter
Description copied from interface:IdentityPoolProviders(experimental) Consumer Key and Secret for Twitter Identity Federation.Default: - No Twitter Authentication Provider used without OpenIdConnect or a User Pool
- Specified by:
getTwitterin interfaceIdentityPoolProviders
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-