Uses of Class
software.amazon.awssdk.services.qldb.model.OutputFormat
-
Packages that use OutputFormat Package Description software.amazon.awssdk.services.qldb.model -
-
Uses of OutputFormat in software.amazon.awssdk.services.qldb.model
Methods in software.amazon.awssdk.services.qldb.model that return OutputFormat Modifier and Type Method Description static OutputFormatOutputFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OutputFormatExportJournalToS3Request. outputFormat()The output format of your exported journal data.OutputFormatJournalS3ExportDescription. outputFormat()The output format of the exported journal data.static OutputFormatOutputFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static OutputFormat[]OutputFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qldb.model that return types with arguments of type OutputFormat Modifier and Type Method Description static Set<OutputFormat>OutputFormat. knownValues()Methods in software.amazon.awssdk.services.qldb.model with parameters of type OutputFormat Modifier and Type Method Description ExportJournalToS3Request.BuilderExportJournalToS3Request.Builder. outputFormat(OutputFormat outputFormat)The output format of your exported journal data.JournalS3ExportDescription.BuilderJournalS3ExportDescription.Builder. outputFormat(OutputFormat outputFormat)The output format of the exported journal data.
-