| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentDescription |
DescribeDocumentResponse.document()
Information about the Systems Manager document.
|
DocumentDescription |
UpdateDocumentResponse.documentDescription()
A description of the document that was updated.
|
DocumentDescription |
CreateDocumentResponse.documentDescription()
Information about the Systems Manager document.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDocumentResponse.Builder |
DescribeDocumentResponse.Builder.document(DocumentDescription document)
Information about the Systems Manager document.
|
UpdateDocumentResponse.Builder |
UpdateDocumentResponse.Builder.documentDescription(DocumentDescription documentDescription)
A description of the document that was updated.
|
CreateDocumentResponse.Builder |
CreateDocumentResponse.Builder.documentDescription(DocumentDescription documentDescription)
Information about the Systems Manager document.
|
Copyright © 2021. All rights reserved.