Uses of Class
software.amazon.awssdk.services.s3tables.model.OpenTableFormat
-
Packages that use OpenTableFormat Package Description software.amazon.awssdk.services.s3tables.model -
-
Uses of OpenTableFormat in software.amazon.awssdk.services.s3tables.model
Methods in software.amazon.awssdk.services.s3tables.model that return OpenTableFormat Modifier and Type Method Description OpenTableFormatCreateTableRequest. format()The format for the table.OpenTableFormatGetTableResponse. format()The format of the table.static OpenTableFormatOpenTableFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static OpenTableFormatOpenTableFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenTableFormat[]OpenTableFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3tables.model that return types with arguments of type OpenTableFormat Modifier and Type Method Description static Set<OpenTableFormat>OpenTableFormat. knownValues()Methods in software.amazon.awssdk.services.s3tables.model with parameters of type OpenTableFormat Modifier and Type Method Description CreateTableRequest.BuilderCreateTableRequest.Builder. format(OpenTableFormat format)The format for the table.GetTableResponse.BuilderGetTableResponse.Builder. format(OpenTableFormat format)The format of the table.
-