| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| Modifier and Type | Method and Description |
|---|---|
default GetDocumentResponse |
SsmClient.getDocument(Consumer<GetDocumentRequest.Builder> getDocumentRequest)
Gets the contents of the specified Systems Manager document.
|
default GetDocumentResponse |
SsmClient.getDocument(GetDocumentRequest getDocumentRequest)
Gets the contents of the specified Systems Manager document.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDocumentResponse> |
SsmAsyncClient.getDocument(Consumer<GetDocumentRequest.Builder> getDocumentRequest)
Gets the contents of the specified Systems Manager document.
|
default CompletableFuture<GetDocumentResponse> |
SsmAsyncClient.getDocument(GetDocumentRequest getDocumentRequest)
Gets the contents of the specified Systems Manager document.
|
Copyright © 2019. All rights reserved.