| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
AccountSharingInfo |
AccountSharingInfo.clone() |
AccountSharingInfo |
AccountSharingInfo.withAccountId(String accountId)
The AWS account ID where the current document is shared.
|
AccountSharingInfo |
AccountSharingInfo.withSharedDocumentVersion(String sharedDocumentVersion)
The version of the current document shared with the account.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountSharingInfo> |
DescribeDocumentPermissionResult.getAccountSharingInfoList()
A list of AWS accounts where the current document is shared and the version shared with each account.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDocumentPermissionResult |
DescribeDocumentPermissionResult.withAccountSharingInfoList(AccountSharingInfo... accountSharingInfoList)
A list of AWS accounts where the current document is shared and the version shared with each account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDocumentPermissionResult.setAccountSharingInfoList(Collection<AccountSharingInfo> accountSharingInfoList)
A list of AWS accounts where the current document is shared and the version shared with each account.
|
DescribeDocumentPermissionResult |
DescribeDocumentPermissionResult.withAccountSharingInfoList(Collection<AccountSharingInfo> accountSharingInfoList)
A list of AWS accounts where the current document is shared and the version shared with each account.
|
Copyright © 2021. All rights reserved.