Uses of Interface
software.amazon.awssdk.services.workdocs.model.SharePrincipal.Builder
-
Packages that use SharePrincipal.Builder Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of SharePrincipal.Builder in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return SharePrincipal.Builder Modifier and Type Method Description static SharePrincipal.BuilderSharePrincipal. builder()SharePrincipal.BuilderSharePrincipal.Builder. id(String id)The ID of the recipient.SharePrincipal.BuilderSharePrincipal.Builder. role(String role)The role of the recipient.SharePrincipal.BuilderSharePrincipal.Builder. role(RoleType role)The role of the recipient.SharePrincipal.BuilderSharePrincipal. toBuilder()SharePrincipal.BuilderSharePrincipal.Builder. type(String type)The type of the recipient.SharePrincipal.BuilderSharePrincipal.Builder. type(PrincipalType type)The type of the recipient.Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type SharePrincipal.Builder Modifier and Type Method Description static Class<? extends SharePrincipal.Builder>SharePrincipal. serializableBuilderClass()
-