| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentFormat |
GetDocumentRequest.documentFormat()
Returns the document in the specified format.
|
DocumentFormat |
DocumentDescription.documentFormat()
The document format, either JSON or YAML.
|
DocumentFormat |
DocumentVersionInfo.documentFormat()
The document format, either JSON or YAML.
|
DocumentFormat |
GetDocumentResponse.documentFormat()
The document format, either JSON or YAML.
|
DocumentFormat |
UpdateDocumentRequest.documentFormat()
Specify the document format for the new document version.
|
DocumentFormat |
DocumentIdentifier.documentFormat()
The document format, either JSON or YAML.
|
DocumentFormat |
CreateDocumentRequest.documentFormat()
Specify the document format for the request.
|
static DocumentFormat |
DocumentFormat.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<DocumentFormat> |
DocumentFormat.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetDocumentRequest.Builder |
GetDocumentRequest.Builder.documentFormat(DocumentFormat documentFormat)
Returns the document in the specified format.
|
DocumentDescription.Builder |
DocumentDescription.Builder.documentFormat(DocumentFormat documentFormat)
The document format, either JSON or YAML.
|
DocumentVersionInfo.Builder |
DocumentVersionInfo.Builder.documentFormat(DocumentFormat documentFormat)
The document format, either JSON or YAML.
|
GetDocumentResponse.Builder |
GetDocumentResponse.Builder.documentFormat(DocumentFormat documentFormat)
The document format, either JSON or YAML.
|
UpdateDocumentRequest.Builder |
UpdateDocumentRequest.Builder.documentFormat(DocumentFormat documentFormat)
Specify the document format for the new document version.
|
DocumentIdentifier.Builder |
DocumentIdentifier.Builder.documentFormat(DocumentFormat documentFormat)
The document format, either JSON or YAML.
|
CreateDocumentRequest.Builder |
CreateDocumentRequest.Builder.documentFormat(DocumentFormat documentFormat)
Specify the document format for the request.
|
Copyright © 2020. All rights reserved.