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