| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
Amazon Web Services Systems Manager is a collection of capabilities to help you manage your applications and
infrastructure running in the Amazon Web Services Cloud;.
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteDocumentResponse |
SsmClient.deleteDocument(Consumer<DeleteDocumentRequest.Builder> deleteDocumentRequest)
Deletes the Amazon Web Services Systems Manager document (SSM document) and all managed node associations to the
document.
|
default DeleteDocumentResponse |
SsmClient.deleteDocument(DeleteDocumentRequest deleteDocumentRequest)
Deletes the Amazon Web Services Systems Manager document (SSM document) and all managed node associations to the
document.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteDocumentResponse> |
SsmAsyncClient.deleteDocument(Consumer<DeleteDocumentRequest.Builder> deleteDocumentRequest)
Deletes the Amazon Web Services Systems Manager document (SSM document) and all managed node associations to the
document.
|
default CompletableFuture<DeleteDocumentResponse> |
SsmAsyncClient.deleteDocument(DeleteDocumentRequest deleteDocumentRequest)
Deletes the Amazon Web Services Systems Manager document (SSM document) and all managed node associations to the
document.
|
Copyright © 2022. All rights reserved.