Uses of Interface
software.amazon.awscdk.services.cognito.identitypool.IdentityPoolRoleMapping
Packages that use IdentityPoolRoleMapping
Package
Description
Amazon Cognito Identity Pool Construct Library
-
Uses of IdentityPoolRoleMapping in software.amazon.awscdk.services.cognito.identitypool
Classes in software.amazon.awscdk.services.cognito.identitypool that implement IdentityPoolRoleMappingModifier and TypeClassDescriptionstatic final classAn implementation forIdentityPoolRoleMappingMethods in software.amazon.awscdk.services.cognito.identitypool that return IdentityPoolRoleMappingModifier and TypeMethodDescriptionIdentityPoolRoleMapping.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.cognito.identitypool that return types with arguments of type IdentityPoolRoleMappingModifier and TypeMethodDescriptiondefault List<IdentityPoolRoleMapping>IdentityPoolProps.getRoleMappings()(experimental) Rules for mapping roles to users.final List<IdentityPoolRoleMapping>IdentityPoolProps.Jsii$Proxy.getRoleMappings()default List<IdentityPoolRoleMapping>IdentityPoolRoleAttachmentProps.getRoleMappings()(experimental) Rules for mapping roles to users.final List<IdentityPoolRoleMapping>IdentityPoolRoleAttachmentProps.Jsii$Proxy.getRoleMappings()Methods in software.amazon.awscdk.services.cognito.identitypool with parameters of type IdentityPoolRoleMappingModifier and TypeMethodDescriptionvoidIdentityPool.addRoleMappings(@NotNull IdentityPoolRoleMapping... roleMappings) (experimental) Adds Role Mappings to Identity Pool.Method parameters in software.amazon.awscdk.services.cognito.identitypool with type arguments of type IdentityPoolRoleMappingModifier and TypeMethodDescriptionIdentityPool.Builder.roleMappings(List<? extends IdentityPoolRoleMapping> roleMappings) (experimental) Rules for mapping roles to users.IdentityPoolProps.Builder.roleMappings(List<? extends IdentityPoolRoleMapping> roleMappings) Sets the value ofIdentityPoolProps.getRoleMappings()IdentityPoolRoleAttachment.Builder.roleMappings(List<? extends IdentityPoolRoleMapping> roleMappings) (experimental) Rules for mapping roles to users.IdentityPoolRoleAttachmentProps.Builder.roleMappings(List<? extends IdentityPoolRoleMapping> roleMappings) Sets the value ofIdentityPoolRoleAttachmentProps.getRoleMappings()