| Package | Description |
|---|---|
| com.amazonaws.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
Permission |
Permission.clone() |
Permission |
Permission.withGranteeId(String granteeId)
The identifier of the entity (user or group) to which the permissions are granted.
|
Permission |
Permission.withGranteeType(MemberType granteeType)
The type of entity (user, group) of the entity referred to in GranteeId.
|
Permission |
Permission.withGranteeType(String granteeType)
The type of entity (user, group) of the entity referred to in GranteeId.
|
Permission |
Permission.withPermissionValues(Collection<String> permissionValues)
The permissions granted to the grantee.
|
Permission |
Permission.withPermissionValues(PermissionType... permissionValues)
The permissions granted to the grantee.
|
Permission |
Permission.withPermissionValues(String... permissionValues)
The permissions granted to the grantee.
|
| Modifier and Type | Method and Description |
|---|---|
List<Permission> |
ListMailboxPermissionsResult.getPermissions()
One page of the entity's mailbox permissions.
|
| Modifier and Type | Method and Description |
|---|---|
ListMailboxPermissionsResult |
ListMailboxPermissionsResult.withPermissions(Permission... permissions)
One page of the entity's mailbox permissions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMailboxPermissionsResult.setPermissions(Collection<Permission> permissions)
One page of the entity's mailbox permissions.
|
ListMailboxPermissionsResult |
ListMailboxPermissionsResult.withPermissions(Collection<Permission> permissions)
One page of the entity's mailbox permissions.
|
Copyright © 2019. All rights reserved.