Uses of Enum
software.amazon.awssdk.services.bedrockruntime.model.DocumentFormat
Packages that use DocumentFormat
-
Uses of DocumentFormat in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return DocumentFormatModifier and TypeMethodDescriptionfinal DocumentFormatDocumentBlock.format()The format of a document, or its extension.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.bedrockruntime.model that return types with arguments of type DocumentFormatMethods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type DocumentFormatModifier and TypeMethodDescriptionDocumentBlock.Builder.format(DocumentFormat format) The format of a document, or its extension.