Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model | |
com.amazonaws.services.simplesystemsmanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private DocumentDescription |
DescribeDocumentResult.document
Information about the SSM document.
|
private DocumentDescription |
CreateDocumentResult.documentDescription
Information about the SSM document.
|
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(java.util.Date createdDate)
The date when the SSM document was created.
|
DocumentDescription |
DocumentDescription.withDescription(java.lang.String description)
A description of the document.
|
DocumentDescription |
DocumentDescription.withHash(java.lang.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(java.lang.String hashType)
Sha256 or Sha1.
|
DocumentDescription |
DocumentDescription.withName(java.lang.String name)
The name of the SSM document.
|
DocumentDescription |
DocumentDescription.withOwner(java.lang.String owner)
The AWS user account of the person who created the document.
|
DocumentDescription |
DocumentDescription.withParameters(java.util.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(java.util.Collection<java.lang.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(java.lang.String... platformTypes)
The list of OS platforms compatible with this SSM document.
|
DocumentDescription |
DocumentDescription.withSha1(java.lang.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(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
DocumentDescription |
DocumentDescriptionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentDescriptionJsonMarshaller.marshall(DocumentDescription documentDescription,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|