Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.MappingRule
-
Packages that use MappingRule Package Description software.amazon.awssdk.services.cognitoidentity.model -
-
Uses of MappingRule in software.amazon.awssdk.services.cognitoidentity.model
Methods in software.amazon.awssdk.services.cognitoidentity.model that return types with arguments of type MappingRule Modifier and Type Method Description List<MappingRule>RulesConfigurationType. rules()An array of rules.Methods in software.amazon.awssdk.services.cognitoidentity.model with parameters of type MappingRule Modifier and Type Method Description RulesConfigurationType.BuilderRulesConfigurationType.Builder. rules(MappingRule... rules)An array of rules.Method parameters in software.amazon.awssdk.services.cognitoidentity.model with type arguments of type MappingRule Modifier and Type Method Description RulesConfigurationType.BuilderRulesConfigurationType.Builder. rules(Collection<MappingRule> rules)An array of rules.
-