Uses of Class
software.amazon.awssdk.services.keyspaces.model.TableSummary
-
Packages that use TableSummary Package Description software.amazon.awssdk.services.keyspaces.model software.amazon.awssdk.services.keyspaces.paginators -
-
Uses of TableSummary in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return types with arguments of type TableSummary Modifier and Type Method Description List<TableSummary>ListTablesResponse. tables()A list of tables.Methods in software.amazon.awssdk.services.keyspaces.model with parameters of type TableSummary Modifier and Type Method Description ListTablesResponse.BuilderListTablesResponse.Builder. tables(TableSummary... tables)A list of tables.Method parameters in software.amazon.awssdk.services.keyspaces.model with type arguments of type TableSummary Modifier and Type Method Description ListTablesResponse.BuilderListTablesResponse.Builder. tables(Collection<TableSummary> tables)A list of tables. -
Uses of TableSummary in software.amazon.awssdk.services.keyspaces.paginators
Methods in software.amazon.awssdk.services.keyspaces.paginators that return types with arguments of type TableSummary Modifier and Type Method Description SdkIterable<TableSummary>ListTablesIterable. tables()Returns an iterable to iterate through the paginatedListTablesResponse.tables()member.SdkPublisher<TableSummary>ListTablesPublisher. tables()Returns a publisher that can be used to get a stream of data.
-