| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon EC2 Simple Systems Manager (SSM) enables you to remotely manage the configuration of your Amazon EC2
instances, virtual machines (VMs), or servers in your on-premises environment or in an environment provided by other
cloud providers using scripts, commands, or the Amazon EC2 console.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ModifyDocumentPermissionResult> |
AWSSimpleSystemsManagementAsyncClient.modifyDocumentPermissionAsync(ModifyDocumentPermissionRequest request,
AsyncHandler<ModifyDocumentPermissionRequest,ModifyDocumentPermissionResult> asyncHandler) |
Future<ModifyDocumentPermissionResult> |
AWSSimpleSystemsManagementAsync.modifyDocumentPermissionAsync(ModifyDocumentPermissionRequest modifyDocumentPermissionRequest,
AsyncHandler<ModifyDocumentPermissionRequest,ModifyDocumentPermissionResult> asyncHandler)
Share a document publicly or privately.
|
Future<ModifyDocumentPermissionResult> |
AbstractAWSSimpleSystemsManagementAsync.modifyDocumentPermissionAsync(ModifyDocumentPermissionRequest request,
AsyncHandler<ModifyDocumentPermissionRequest,ModifyDocumentPermissionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.clone() |
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.withAccountIdsToAdd(Collection<String> accountIdsToAdd)
The AWS user accounts that should have access to the document.
|
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.withAccountIdsToAdd(String... accountIdsToAdd)
The AWS user accounts that should have access to the document.
|
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.withAccountIdsToRemove(Collection<String> accountIdsToRemove)
The AWS user accounts that should no longer have access to the document.
|
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.withAccountIdsToRemove(String... accountIdsToRemove)
The AWS 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.
|
Copyright © 2016. All rights reserved.