Uses of Class
software.amazon.awssdk.services.ssm.model.DocumentFormat
-
Packages that use DocumentFormat Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of DocumentFormat in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DocumentFormat Modifier and Type Method Description DocumentFormatCreateDocumentRequest. documentFormat()Specify the document format for the request.DocumentFormatDocumentDescription. documentFormat()The document format, either JSON or YAML.DocumentFormatDocumentIdentifier. documentFormat()The document format, either JSON or YAML.DocumentFormatDocumentVersionInfo. documentFormat()The document format, either JSON or YAML.DocumentFormatGetDocumentRequest. documentFormat()Returns the document in the specified format.DocumentFormatGetDocumentResponse. documentFormat()The document format, either JSON or YAML.DocumentFormatUpdateDocumentRequest. documentFormat()Specify the document format for the new document version.static DocumentFormatDocumentFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DocumentFormatDocumentFormat. 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.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DocumentFormat Modifier and Type Method Description static Set<DocumentFormat>DocumentFormat. knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type DocumentFormat Modifier and Type Method Description CreateDocumentRequest.BuilderCreateDocumentRequest.Builder. documentFormat(DocumentFormat documentFormat)Specify the document format for the request.DocumentDescription.BuilderDocumentDescription.Builder. documentFormat(DocumentFormat documentFormat)The document format, either JSON or YAML.DocumentIdentifier.BuilderDocumentIdentifier.Builder. documentFormat(DocumentFormat documentFormat)The document format, either JSON or YAML.DocumentVersionInfo.BuilderDocumentVersionInfo.Builder. documentFormat(DocumentFormat documentFormat)The document format, either JSON or YAML.GetDocumentRequest.BuilderGetDocumentRequest.Builder. documentFormat(DocumentFormat documentFormat)Returns the document in the specified format.GetDocumentResponse.BuilderGetDocumentResponse.Builder. documentFormat(DocumentFormat documentFormat)The document format, either JSON or YAML.UpdateDocumentRequest.BuilderUpdateDocumentRequest.Builder. documentFormat(DocumentFormat documentFormat)Specify the document format for the new document version.
-