| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshiftdata.model | |
| software.amazon.awssdk.services.redshiftdata.paginators |
| Modifier and Type | Method and Description |
|---|---|
static Field |
Field.fromBlobValue(SdkBytes blobValue)
Create an instance of this class with
blobValue() initialized to the given value. |
static Field |
Field.fromBooleanValue(Boolean booleanValue)
Create an instance of this class with
booleanValue() initialized to the given value. |
static Field |
Field.fromDoubleValue(Double doubleValue)
Create an instance of this class with
doubleValue() initialized to the given value. |
static Field |
Field.fromIsNull(Boolean isNull)
Create an instance of this class with
isNull() initialized to the given value. |
static Field |
Field.fromLongValue(Long longValue)
Create an instance of this class with
longValue() initialized to the given value. |
static Field |
Field.fromStringValue(String stringValue)
Create an instance of this class with
stringValue() initialized to the given value. |
| 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 © 2023. All rights reserved.