Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
Future<ModifyDocumentPermissionResult> |
AbstractAWSSimpleSystemsManagementAsync.modifyDocumentPermissionAsync(ModifyDocumentPermissionRequest request,
AsyncHandler<ModifyDocumentPermissionRequest,ModifyDocumentPermissionResult> asyncHandler) |
Future<ModifyDocumentPermissionResult> |
AWSSimpleSystemsManagementAsyncClient.modifyDocumentPermissionAsync(ModifyDocumentPermissionRequest request,
AsyncHandler<ModifyDocumentPermissionRequest,ModifyDocumentPermissionResult> asyncHandler) |
Future<ModifyDocumentPermissionResult> |
AWSSimpleSystemsManagementAsync.modifyDocumentPermissionAsync(ModifyDocumentPermissionRequest modifyDocumentPermissionRequest,
AsyncHandler<ModifyDocumentPermissionRequest,ModifyDocumentPermissionResult> asyncHandler)
Shares a Amazon Web Services Systems Manager document (SSM document)publicly or privately.
|
Modifier and Type | Method and Description |
---|---|
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.clone() |
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.withAccountIdsToAdd(Collection<String> accountIdsToAdd)
The Amazon Web Services users that should have access to the document.
|
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.withAccountIdsToAdd(String... accountIdsToAdd)
The Amazon Web Services users that should have access to the document.
|
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.withAccountIdsToRemove(Collection<String> accountIdsToRemove)
The Amazon Web Services users that should no longer have access to the document.
|
ModifyDocumentPermissionRequest |
ModifyDocumentPermissionRequest.withAccountIdsToRemove(String... accountIdsToRemove)
The Amazon Web Services users 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 © 2024. All rights reserved.