| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshiftdata.model | |
| software.amazon.awssdk.services.redshiftdata.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<TableMember> |
ListTablesResponse.tables()
The tables that match the request pattern.
|
| Modifier and Type | Method and Description |
|---|---|
ListTablesResponse.Builder |
ListTablesResponse.Builder.tables(TableMember... tables)
The tables that match the request pattern.
|
| Modifier and Type | Method and Description |
|---|---|
ListTablesResponse.Builder |
ListTablesResponse.Builder.tables(Collection<TableMember> tables)
The tables that match the request pattern.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<TableMember> |
ListTablesPublisher.tables()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<TableMember> |
ListTablesIterable.tables()
Returns an iterable to iterate through the paginated
ListTablesResponse.tables() member. |
Copyright © 2022. All rights reserved.