| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
ShareResult |
ShareResult.clone() |
ShareResult |
ShareResult.withInviteePrincipalId(String inviteePrincipalId)
The ID of the invited user.
|
ShareResult |
ShareResult.withPrincipalId(String principalId)
The ID of the principal.
|
ShareResult |
ShareResult.withRole(RoleType role)
The role.
|
ShareResult |
ShareResult.withRole(String role)
The role.
|
ShareResult |
ShareResult.withShareId(String shareId)
The ID of the resource that was shared.
|
ShareResult |
ShareResult.withStatus(ShareStatusType status)
The status.
|
ShareResult |
ShareResult.withStatus(String status)
The status.
|
ShareResult |
ShareResult.withStatusMessage(String statusMessage)
The status message.
|
| Modifier and Type | Method and Description |
|---|---|
List<ShareResult> |
AddResourcePermissionsResult.getShareResults()
The share results.
|
| Modifier and Type | Method and Description |
|---|---|
AddResourcePermissionsResult |
AddResourcePermissionsResult.withShareResults(ShareResult... shareResults)
The share results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddResourcePermissionsResult.setShareResults(Collection<ShareResult> shareResults)
The share results.
|
AddResourcePermissionsResult |
AddResourcePermissionsResult.withShareResults(Collection<ShareResult> shareResults)
The share results.
|
Copyright © 2021. All rights reserved.