Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.AttributeMapping
-
Packages that use AttributeMapping Package Description software.amazon.awssdk.services.rolesanywhere.model -
-
Uses of AttributeMapping in software.amazon.awssdk.services.rolesanywhere.model
Methods in software.amazon.awssdk.services.rolesanywhere.model that return types with arguments of type AttributeMapping Modifier and Type Method Description List<AttributeMapping>ProfileDetail. attributeMappings()A mapping applied to the authenticating end-entity certificate.Methods in software.amazon.awssdk.services.rolesanywhere.model with parameters of type AttributeMapping Modifier and Type Method Description ProfileDetail.BuilderProfileDetail.Builder. attributeMappings(AttributeMapping... attributeMappings)A mapping applied to the authenticating end-entity certificate.Method parameters in software.amazon.awssdk.services.rolesanywhere.model with type arguments of type AttributeMapping Modifier and Type Method Description ProfileDetail.BuilderProfileDetail.Builder. attributeMappings(Collection<AttributeMapping> attributeMappings)A mapping applied to the authenticating end-entity certificate.
-