Uses of Class
software.amazon.awssdk.services.workdocs.model.SharePrincipal
-
Packages that use SharePrincipal Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of SharePrincipal in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type SharePrincipal Modifier and Type Method Description List<SharePrincipal>AddResourcePermissionsRequest. principals()The users, groups, or organization being granted permission.Methods in software.amazon.awssdk.services.workdocs.model with parameters of type SharePrincipal Modifier and Type Method Description AddResourcePermissionsRequest.BuilderAddResourcePermissionsRequest.Builder. principals(SharePrincipal... principals)The users, groups, or organization being granted permission.Method parameters in software.amazon.awssdk.services.workdocs.model with type arguments of type SharePrincipal Modifier and Type Method Description AddResourcePermissionsRequest.BuilderAddResourcePermissionsRequest.Builder. principals(Collection<SharePrincipal> principals)The users, groups, or organization being granted permission.
-