| 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 |
|---|---|
Future<ModifyDocumentPermissionResult> |
AWSSimpleSystemsManagementAsync.modifyDocumentPermissionAsync(ModifyDocumentPermissionRequest modifyDocumentPermissionRequest,
AsyncHandler<ModifyDocumentPermissionRequest,ModifyDocumentPermissionResult> asyncHandler)
Shares a Amazon Web Services Systems Manager document (SSM document)publicly or privately.
|
Future<ModifyDocumentPermissionResult> |
AbstractAWSSimpleSystemsManagementAsync.modifyDocumentPermissionAsync(ModifyDocumentPermissionRequest request,
AsyncHandler<ModifyDocumentPermissionRequest,ModifyDocumentPermissionResult> asyncHandler) |
Future<ModifyDocumentPermissionResult> |
AWSSimpleSystemsManagementAsyncClient.modifyDocumentPermissionAsync(ModifyDocumentPermissionRequest request,
AsyncHandler<ModifyDocumentPermissionRequest,ModifyDocumentPermissionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.clone() |
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.withAccountIdsToAdd(Collection<String> accountIdsToAdd)
The Amazon Web Services user accounts that should have access to the document.
|
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.withAccountIdsToAdd(String... accountIdsToAdd)
The Amazon Web Services user accounts that should have access to the document.
|
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.withAccountIdsToRemove(Collection<String> accountIdsToRemove)
The Amazon Web Services user accounts that should no longer have access to the document.
|
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.withAccountIdsToRemove(String... accountIdsToRemove)
The Amazon Web Services user accounts that should no longer have access to the document.
|
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.withName(String name)
The name of the document that you want to share.
|
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.withPermissionType(DocumentPermissionType permissionType)
The permission type for the document.
|
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.withPermissionType(String permissionType)
The permission type for the document.
|
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.withSharedDocumentVersion(String sharedDocumentVersion)
(Optional) The version of the document to share.
|
Copyright © 2021. All rights reserved.