Uses of Enum
software.amazon.awssdk.services.ssm.model.DocumentFormat
Packages that use DocumentFormat
-
Uses of DocumentFormat in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DocumentFormatModifier and TypeMethodDescriptionfinal DocumentFormatCreateDocumentRequest.documentFormat()Specify the document format for the request.final DocumentFormatDocumentDescription.documentFormat()The document format, either JSON or YAML.final DocumentFormatDocumentIdentifier.documentFormat()The document format, either JSON or YAML.final DocumentFormatDocumentVersionInfo.documentFormat()The document format, either JSON or YAML.final DocumentFormatGetDocumentRequest.documentFormat()Returns the document in the specified format.final DocumentFormatGetDocumentResponse.documentFormat()The document format, either JSON or YAML.final DocumentFormatUpdateDocumentRequest.documentFormat()Specify the document format for the new document version.static DocumentFormatUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DocumentFormatReturns 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.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DocumentFormatMethods in software.amazon.awssdk.services.ssm.model with parameters of type DocumentFormatModifier and TypeMethodDescriptionCreateDocumentRequest.Builder.documentFormat(DocumentFormat documentFormat) Specify the document format for the request.DocumentDescription.Builder.documentFormat(DocumentFormat documentFormat) The document format, either JSON or YAML.DocumentIdentifier.Builder.documentFormat(DocumentFormat documentFormat) The document format, either JSON or YAML.DocumentVersionInfo.Builder.documentFormat(DocumentFormat documentFormat) The document format, either JSON or YAML.GetDocumentRequest.Builder.documentFormat(DocumentFormat documentFormat) Returns the document in the specified format.GetDocumentResponse.Builder.documentFormat(DocumentFormat documentFormat) The document format, either JSON or YAML.UpdateDocumentRequest.Builder.documentFormat(DocumentFormat documentFormat) Specify the document format for the new document version.