| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentDescription |
DocumentDescription.clone() |
DocumentDescription |
DescribeDocumentResult.getDocument()
Information about the Systems Manager document.
|
DocumentDescription |
UpdateDocumentResult.getDocumentDescription()
A description of the document that was updated.
|
DocumentDescription |
CreateDocumentResult.getDocumentDescription()
Information about the Systems Manager document.
|
DocumentDescription |
DocumentDescription.withCreatedDate(Date createdDate)
The date when the document was created.
|
DocumentDescription |
DocumentDescription.withDefaultVersion(String defaultVersion)
The default version.
|
DocumentDescription |
DocumentDescription.withDescription(String description)
A description of the document.
|
DocumentDescription |
DocumentDescription.withDocumentFormat(DocumentFormat documentFormat)
The document format, either JSON or YAML.
|
DocumentDescription |
DocumentDescription.withDocumentFormat(String documentFormat)
The document format, either JSON or YAML.
|
DocumentDescription |
DocumentDescription.withDocumentType(DocumentType documentType)
The type of document.
|
DocumentDescription |
DocumentDescription.withDocumentType(String documentType)
The type of document.
|
DocumentDescription |
DocumentDescription.withDocumentVersion(String documentVersion)
The document version.
|
DocumentDescription |
DocumentDescription.withHash(String hash)
The Sha256 or Sha1 hash created by the system when the document was created.
|
DocumentDescription |
DocumentDescription.withHashType(DocumentHashType hashType)
Sha256 or Sha1.
|
DocumentDescription |
DocumentDescription.withHashType(String hashType)
Sha256 or Sha1.
|
DocumentDescription |
DocumentDescription.withLatestVersion(String latestVersion)
The latest version of the document.
|
DocumentDescription |
DocumentDescription.withName(String name)
The name of the Systems Manager document.
|
DocumentDescription |
DocumentDescription.withOwner(String owner)
The AWS user account that created the document.
|
DocumentDescription |
DocumentDescription.withParameters(Collection<DocumentParameter> parameters)
A description of the parameters for a document.
|
DocumentDescription |
DocumentDescription.withParameters(DocumentParameter... parameters)
A description of the parameters for a document.
|
DocumentDescription |
DocumentDescription.withPlatformTypes(Collection<String> platformTypes)
The list of OS platforms compatible with this Systems Manager document.
|
DocumentDescription |
DocumentDescription.withPlatformTypes(PlatformType... platformTypes)
The list of OS platforms compatible with this Systems Manager document.
|
DocumentDescription |
DocumentDescription.withPlatformTypes(String... platformTypes)
The list of OS platforms compatible with this Systems Manager document.
|
DocumentDescription |
DocumentDescription.withSchemaVersion(String schemaVersion)
The schema version.
|
DocumentDescription |
DocumentDescription.withSha1(String sha1)
The SHA1 hash of the document, which you can use for verification.
|
DocumentDescription |
DocumentDescription.withStatus(DocumentStatus status)
The status of the Systems Manager document.
|
DocumentDescription |
DocumentDescription.withStatus(String status)
The status of the Systems Manager document.
|
DocumentDescription |
DocumentDescription.withTags(Collection<Tag> tags)
The tags, or metadata, that have been applied to the document.
|
DocumentDescription |
DocumentDescription.withTags(Tag... tags)
The tags, or metadata, that have been applied to the document.
|
DocumentDescription |
DocumentDescription.withTargetType(String targetType)
The target type which defines the kinds of resources the document can run on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDocumentResult.setDocument(DocumentDescription document)
Information about the Systems Manager document.
|
void |
UpdateDocumentResult.setDocumentDescription(DocumentDescription documentDescription)
A description of the document that was updated.
|
void |
CreateDocumentResult.setDocumentDescription(DocumentDescription documentDescription)
Information about the Systems Manager document.
|
DescribeDocumentResult |
DescribeDocumentResult.withDocument(DocumentDescription document)
Information about the Systems Manager document.
|
UpdateDocumentResult |
UpdateDocumentResult.withDocumentDescription(DocumentDescription documentDescription)
A description of the document that was updated.
|
CreateDocumentResult |
CreateDocumentResult.withDocumentDescription(DocumentDescription documentDescription)
Information about the Systems Manager document.
|
Copyright © 2018. All rights reserved.