Uses of Class
io.stargate.sdk.rest.domain.TableOptions
Packages that use TableOptions
-
Uses of TableOptions in io.stargate.sdk.rest
Methods in io.stargate.sdk.rest with parameters of type TableOptionsModifier and TypeMethodDescriptionvoidTableClient.updateOptions(TableOptions to) Replace a table definition (table options only). -
Uses of TableOptions in io.stargate.sdk.rest.domain
Methods in io.stargate.sdk.rest.domain that return TableOptionsModifier and TypeMethodDescriptionCreateTable.getTableOptions()Getter accessor for attribute 'tableOptions'.TableDefinition.getTableOptions()Getter accessor for attribute 'tableOptions'.Methods in io.stargate.sdk.rest.domain with parameters of type TableOptionsModifier and TypeMethodDescriptionvoidCreateTable.setTableOptions(TableOptions tableOptions) Setter accessor for attribute 'tableOptions'.voidTableDefinition.setTableOptions(TableOptions tableOptions) Setter accessor for attribute 'tableOptions'.