Uses of Enum Class
software.amazon.awscdk.services.cognito.identitypool.RoleMappingMatchType
Packages that use RoleMappingMatchType
Package
Description
Amazon Cognito Identity Pool Construct Library
-
Uses of RoleMappingMatchType in software.amazon.awscdk.services.cognito.identitypool
Methods in software.amazon.awscdk.services.cognito.identitypool that return RoleMappingMatchTypeModifier and TypeMethodDescriptiondefault RoleMappingMatchTypeRoleMappingRule.getMatchType()How to match with the claim value.final RoleMappingMatchTypeRoleMappingRule.Jsii$Proxy.getMatchType()static RoleMappingMatchTypeReturns the enum constant of this class with the specified name.static RoleMappingMatchType[]RoleMappingMatchType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.cognito.identitypool with parameters of type RoleMappingMatchTypeModifier and TypeMethodDescriptionRoleMappingRule.Builder.matchType(RoleMappingMatchType matchType) Sets the value ofRoleMappingRule.getMatchType()