Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
static DocumentFormat |
DocumentFormat.fromValue(String value)
Use this in place of valueOf.
|
static DocumentFormat |
DocumentFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentFormat[] |
DocumentFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentIdentifier.setDocumentFormat(DocumentFormat documentFormat)
The document format, either JSON or YAML.
|
void |
DocumentDescription.setDocumentFormat(DocumentFormat documentFormat)
The document format, either JSON or YAML.
|
void |
CreateDocumentRequest.setDocumentFormat(DocumentFormat documentFormat)
Specify the document format for the request.
|
void |
GetDocumentResult.setDocumentFormat(DocumentFormat documentFormat)
The document format, either JSON or YAML.
|
UpdateDocumentRequest |
UpdateDocumentRequest.withDocumentFormat(DocumentFormat documentFormat)
Specify the document format for the new document version.
|
DocumentIdentifier |
DocumentIdentifier.withDocumentFormat(DocumentFormat documentFormat)
The document format, either JSON or YAML.
|
DocumentDescription |
DocumentDescription.withDocumentFormat(DocumentFormat documentFormat)
The document format, either JSON or YAML.
|
GetDocumentRequest |
GetDocumentRequest.withDocumentFormat(DocumentFormat documentFormat)
Returns the document in the specified format.
|
DocumentVersionInfo |
DocumentVersionInfo.withDocumentFormat(DocumentFormat documentFormat)
The document format, either JSON or YAML.
|
CreateDocumentRequest |
CreateDocumentRequest.withDocumentFormat(DocumentFormat documentFormat)
Specify the document format for the request.
|
GetDocumentResult |
GetDocumentResult.withDocumentFormat(DocumentFormat documentFormat)
The document format, either JSON or YAML.
|
Copyright © 2021. All rights reserved.