Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
DocumentDescription |
DocumentDescription.clone() |
DocumentDescription |
DescribeDocumentResult.getDocument()
Information about the SSM document.
|
DocumentDescription |
CreateDocumentResult.getDocumentDescription()
Information about the SSM document.
|
DocumentDescription |
DocumentDescription.withCreatedDate(Date createdDate)
The date when the SSM document was created.
|
DocumentDescription |
DocumentDescription.withDescription(String description)
A description of the document.
|
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.withName(String name)
The name of the SSM document.
|
DocumentDescription |
DocumentDescription.withOwner(String owner)
The AWS user account of the person who 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 SSM document.
|
DocumentDescription |
DocumentDescription.withPlatformTypes(PlatformType... platformTypes)
The list of OS platforms compatible with this SSM document.
|
DocumentDescription |
DocumentDescription.withPlatformTypes(String... platformTypes)
The list of OS platforms compatible with this SSM 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 SSM document.
|
DocumentDescription |
DocumentDescription.withStatus(String status)
The status of the SSM document.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeDocumentResult.setDocument(DocumentDescription document)
Information about the SSM document.
|
void |
CreateDocumentResult.setDocumentDescription(DocumentDescription documentDescription)
Information about the SSM document.
|
DescribeDocumentResult |
DescribeDocumentResult.withDocument(DocumentDescription document)
Information about the SSM document.
|
CreateDocumentResult |
CreateDocumentResult.withDocumentDescription(DocumentDescription documentDescription)
Information about the SSM document.
|
Copyright © 2018. All rights reserved.