| Package | Description |
|---|---|
| software.amazon.awssdk.services.rdsdata.model |
| Modifier and Type | Method and Description |
|---|---|
RecordsFormatType |
ExecuteStatementRequest.formatRecordsAs()
A value that indicates whether to format the result set as a single JSON string.
|
static RecordsFormatType |
RecordsFormatType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static RecordsFormatType |
RecordsFormatType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordsFormatType[] |
RecordsFormatType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<RecordsFormatType> |
RecordsFormatType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ExecuteStatementRequest.Builder |
ExecuteStatementRequest.Builder.formatRecordsAs(RecordsFormatType formatRecordsAs)
A value that indicates whether to format the result set as a single JSON string.
|
Copyright © 2023. All rights reserved.