| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeDocumentPermissionResult |
AbstractAWSSimpleSystemsManagement.describeDocumentPermission(DescribeDocumentPermissionRequest request) |
DescribeDocumentPermissionResult |
AWSSimpleSystemsManagement.describeDocumentPermission(DescribeDocumentPermissionRequest describeDocumentPermissionRequest)
Describes the permissions for a Amazon Web Services Systems Manager document (SSM document).
|
DescribeDocumentPermissionResult |
AWSSimpleSystemsManagementClient.describeDocumentPermission(DescribeDocumentPermissionRequest request)
Describes the permissions for a Amazon Web Services Systems Manager document (SSM document).
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDocumentPermissionResult |
DescribeDocumentPermissionResult.clone() |
DescribeDocumentPermissionResult |
DescribeDocumentPermissionResult.withAccountIds(Collection<String> accountIds)
The account IDs that have permission to use this document.
|
DescribeDocumentPermissionResult |
DescribeDocumentPermissionResult.withAccountIds(String... accountIds)
The account IDs that have permission to use this document.
|
DescribeDocumentPermissionResult |
DescribeDocumentPermissionResult.withAccountSharingInfoList(AccountSharingInfo... accountSharingInfoList)
A list of Amazon Web Services accounts where the current document is shared and the version shared with each
account.
|
DescribeDocumentPermissionResult |
DescribeDocumentPermissionResult.withAccountSharingInfoList(Collection<AccountSharingInfo> accountSharingInfoList)
A list of Amazon Web Services accounts where the current document is shared and the version shared with each
account.
|
DescribeDocumentPermissionResult |
DescribeDocumentPermissionResult.withNextToken(String nextToken)
The token for the next set of items to return.
|
Copyright © 2021. All rights reserved.