Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.RoleMapping
-
Packages that use RoleMapping Package Description software.amazon.awssdk.services.cognitoidentity.model -
-
Uses of RoleMapping in software.amazon.awssdk.services.cognitoidentity.model
Methods in software.amazon.awssdk.services.cognitoidentity.model that return types with arguments of type RoleMapping Modifier and Type Method Description Map<String,RoleMapping>GetIdentityPoolRolesResponse. roleMappings()How users for a specific identity provider are to mapped to roles.Map<String,RoleMapping>SetIdentityPoolRolesRequest. roleMappings()How users for a specific identity provider are to mapped to roles.Method parameters in software.amazon.awssdk.services.cognitoidentity.model with type arguments of type RoleMapping Modifier and Type Method Description GetIdentityPoolRolesResponse.BuilderGetIdentityPoolRolesResponse.Builder. roleMappings(Map<String,RoleMapping> roleMappings)How users for a specific identity provider are to mapped to roles.SetIdentityPoolRolesRequest.BuilderSetIdentityPoolRolesRequest.Builder. roleMappings(Map<String,RoleMapping> roleMappings)How users for a specific identity provider are to mapped to roles.
-