| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshiftdata.model | |
| software.amazon.awssdk.services.redshiftdata.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<List<Field>> |
GetStatementResultResponse.records()
The results of the SQL statement.
|
| Modifier and Type | Method and Description |
|---|---|
GetStatementResultResponse.Builder |
GetStatementResultResponse.Builder.records(Collection<? extends Collection<Field>> records)
The results of the SQL statement.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<List<Field>> |
GetStatementResultPublisher.records()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<List<Field>> |
GetStatementResultIterable.records()
Returns an iterable to iterate through the paginated
GetStatementResultResponse.records() member. |
Copyright © 2021. All rights reserved.