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()Rules for mapping roles to users.final List<IdentityPoolRoleMapping> IdentityPoolProps.Jsii$Proxy.getRoleMappings()Method parameters in software.amazon.awscdk.services.cognito.identitypool with type arguments of type IdentityPoolRoleMappingModifier and TypeMethodDescriptionIdentityPool.Builder.roleMappings(List<? extends IdentityPoolRoleMapping> roleMappings) Rules for mapping roles to users.IdentityPoolProps.Builder.roleMappings(List<? extends IdentityPoolRoleMapping> roleMappings) Sets the value ofIdentityPoolProps.getRoleMappings()