Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.MappingRule
-
Packages that use MappingRule Package Description software.amazon.awssdk.services.rolesanywhere.model -
-
Uses of MappingRule in software.amazon.awssdk.services.rolesanywhere.model
Methods in software.amazon.awssdk.services.rolesanywhere.model that return types with arguments of type MappingRule Modifier and Type Method Description List<MappingRule>AttributeMapping. mappingRules()A list of mapping entries for every supported specifier or sub-field.List<MappingRule>PutAttributeMappingRequest. mappingRules()A list of mapping entries for every supported specifier or sub-field.Methods in software.amazon.awssdk.services.rolesanywhere.model with parameters of type MappingRule Modifier and Type Method Description AttributeMapping.BuilderAttributeMapping.Builder. mappingRules(MappingRule... mappingRules)A list of mapping entries for every supported specifier or sub-field.PutAttributeMappingRequest.BuilderPutAttributeMappingRequest.Builder. mappingRules(MappingRule... mappingRules)A list of mapping entries for every supported specifier or sub-field.Method parameters in software.amazon.awssdk.services.rolesanywhere.model with type arguments of type MappingRule Modifier and Type Method Description AttributeMapping.BuilderAttributeMapping.Builder. mappingRules(Collection<MappingRule> mappingRules)A list of mapping entries for every supported specifier or sub-field.PutAttributeMappingRequest.BuilderPutAttributeMappingRequest.Builder. mappingRules(Collection<MappingRule> mappingRules)A list of mapping entries for every supported specifier or sub-field.
-