Uses of Class
software.amazon.awssdk.services.bcmdataexports.model.TablePropertyDescription
-
Packages that use TablePropertyDescription Package Description software.amazon.awssdk.services.bcmdataexports.model -
-
Uses of TablePropertyDescription in software.amazon.awssdk.services.bcmdataexports.model
Methods in software.amazon.awssdk.services.bcmdataexports.model that return types with arguments of type TablePropertyDescription Modifier and Type Method Description List<TablePropertyDescription>Table. tableProperties()The properties for the table.Methods in software.amazon.awssdk.services.bcmdataexports.model with parameters of type TablePropertyDescription Modifier and Type Method Description Table.BuilderTable.Builder. tableProperties(TablePropertyDescription... tableProperties)The properties for the table.Method parameters in software.amazon.awssdk.services.bcmdataexports.model with type arguments of type TablePropertyDescription Modifier and Type Method Description Table.BuilderTable.Builder. tableProperties(Collection<TablePropertyDescription> tableProperties)The properties for the table.
-