| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeDocumentPermissionResponse.Builder |
DescribeDocumentPermissionResponse.Builder.accountIds(Collection<String> accountIds)
The account IDs that have permission to use this document.
|
DescribeDocumentPermissionResponse.Builder |
DescribeDocumentPermissionResponse.Builder.accountIds(String... accountIds)
The account IDs that have permission to use this document.
|
DescribeDocumentPermissionResponse.Builder |
DescribeDocumentPermissionResponse.Builder.accountSharingInfoList(AccountSharingInfo... accountSharingInfoList)
A list of Amazon Web Services accounts where the current document is shared and the version shared with each
account.
|
DescribeDocumentPermissionResponse.Builder |
DescribeDocumentPermissionResponse.Builder.accountSharingInfoList(Collection<AccountSharingInfo> accountSharingInfoList)
A list of Amazon Web Services accounts where the current document is shared and the version shared with each
account.
|
DescribeDocumentPermissionResponse.Builder |
DescribeDocumentPermissionResponse.Builder.accountSharingInfoList(Consumer<AccountSharingInfo.Builder>... accountSharingInfoList)
A list of Amazon Web Services accounts where the current document is shared and the version shared with each
account.
|
static DescribeDocumentPermissionResponse.Builder |
DescribeDocumentPermissionResponse.builder() |
DescribeDocumentPermissionResponse.Builder |
DescribeDocumentPermissionResponse.Builder.nextToken(String nextToken)
The token for the next set of items to return.
|
DescribeDocumentPermissionResponse.Builder |
DescribeDocumentPermissionResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeDocumentPermissionResponse.Builder> |
DescribeDocumentPermissionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.