Uses of Interface
software.amazon.awscdk.services.cognito.identitypool.IIdentityPool
Packages that use IIdentityPool
Package
Description
Amazon Cognito Identity Pool Construct Library
-
Uses of IIdentityPool in software.amazon.awscdk.services.cognito.identitypool
Subinterfaces of IIdentityPool in software.amazon.awscdk.services.cognito.identitypoolModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIIdentityPool.Classes in software.amazon.awscdk.services.cognito.identitypool that implement IIdentityPoolModifier and TypeClassDescriptionclass(experimental) Define a Cognito Identity Pool.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.cognito.identitypool that return IIdentityPoolModifier and TypeMethodDescriptionstatic IIdentityPoolIdentityPool.fromIdentityPoolArn(software.constructs.Construct scope, String id, String identityPoolArn) (experimental) Import an existing Identity Pool from its Arn.static IIdentityPoolIdentityPool.fromIdentityPoolId(software.constructs.Construct scope, String id, String identityPoolId) (experimental) Import an existing Identity Pool from its id.IdentityPoolRoleAttachmentProps.getIdentityPool()(experimental) Id of the Attachments Underlying Identity Pool.final IIdentityPoolIdentityPoolRoleAttachmentProps.Jsii$Proxy.getIdentityPool()Methods in software.amazon.awscdk.services.cognito.identitypool with parameters of type IIdentityPoolModifier and TypeMethodDescriptionIUserPoolAuthenticationProvider.bind(software.constructs.Construct scope, IIdentityPool identityPool) (experimental) The method called when a given User Pool Authentication Provider is added (for the first time) to an Identity Pool.IUserPoolAuthenticationProvider.bind(software.constructs.Construct scope, IIdentityPool identityPool, UserPoolAuthenticationProviderBindOptions options) (experimental) The method called when a given User Pool Authentication Provider is added (for the first time) to an Identity Pool.IUserPoolAuthenticationProvider.Jsii$Default.bind(software.constructs.Construct scope, IIdentityPool identityPool, UserPoolAuthenticationProviderBindOptions options) (experimental) The method called when a given User Pool Authentication Provider is added (for the first time) to an Identity Pool.IUserPoolAuthenticationProvider.Jsii$Proxy.bind(software.constructs.Construct scope, IIdentityPool identityPool) (experimental) The method called when a given User Pool Authentication Provider is added (for the first time) to an Identity Pool.IUserPoolAuthenticationProvider.Jsii$Proxy.bind(software.constructs.Construct scope, IIdentityPool identityPool, UserPoolAuthenticationProviderBindOptions options) (experimental) The method called when a given User Pool Authentication Provider is added (for the first time) to an Identity Pool.UserPoolAuthenticationProvider.bind(software.constructs.Construct scope, IIdentityPool identityPool) (experimental) The method called when a given User Pool Authentication Provider is added (for the first time) to an Identity Pool.UserPoolAuthenticationProvider.bind(software.constructs.Construct scope, IIdentityPool identityPool, UserPoolAuthenticationProviderBindOptions _options) (experimental) The method called when a given User Pool Authentication Provider is added (for the first time) to an Identity Pool.IdentityPoolRoleAttachment.Builder.identityPool(IIdentityPool identityPool) (experimental) Id of the Attachments Underlying Identity Pool.IdentityPoolRoleAttachmentProps.Builder.identityPool(IIdentityPool identityPool) Sets the value ofIdentityPoolRoleAttachmentProps.getIdentityPool()