| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
Classes modeling the various types represented by AWSSimpleSystemsManagement.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentDescription |
DocumentDescription.clone() |
DocumentDescription |
DescribeDocumentResult.getDocument()
Information about the configuration document.
|
DocumentDescription |
CreateDocumentResult.getDocumentDescription()
Information about the configuration document.
|
DocumentDescription |
DocumentDescription.withCreatedDate(Date createdDate)
The date when the configuration document was created.
|
DocumentDescription |
DocumentDescription.withName(String name)
The name of the configuration document.
|
DocumentDescription |
DocumentDescription.withSha1(String sha1)
The SHA1 hash of the document, which you can use for verification
purposes.
|
DocumentDescription |
DocumentDescription.withStatus(DocumentStatus status)
The status of the configuration document.
|
DocumentDescription |
DocumentDescription.withStatus(String status)
The status of the configuration document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDocumentResult.setDocument(DocumentDescription document)
Information about the configuration document.
|
void |
CreateDocumentResult.setDocumentDescription(DocumentDescription documentDescription)
Information about the configuration document.
|
DescribeDocumentResult |
DescribeDocumentResult.withDocument(DocumentDescription document)
Information about the configuration document.
|
CreateDocumentResult |
CreateDocumentResult.withDocumentDescription(DocumentDescription documentDescription)
Information about the configuration document.
|
Copyright © 2015. All rights reserved.