Uses of Class
software.amazon.awssdk.services.workdocs.model.PermissionInfo
-
Packages that use PermissionInfo Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of PermissionInfo in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type PermissionInfo Modifier and Type Method Description List<PermissionInfo>Principal. roles()The permission information for the resource.Methods in software.amazon.awssdk.services.workdocs.model with parameters of type PermissionInfo Modifier and Type Method Description Principal.BuilderPrincipal.Builder. roles(PermissionInfo... roles)The permission information for the resource.Method parameters in software.amazon.awssdk.services.workdocs.model with type arguments of type PermissionInfo Modifier and Type Method Description Principal.BuilderPrincipal.Builder. roles(Collection<PermissionInfo> roles)The permission information for the resource.
-