Uses of Class
software.amazon.awssdk.services.rdsdata.model.RecordsFormatType
-
Packages that use RecordsFormatType Package Description software.amazon.awssdk.services.rdsdata.model -
-
Uses of RecordsFormatType in software.amazon.awssdk.services.rdsdata.model
Methods in software.amazon.awssdk.services.rdsdata.model that return RecordsFormatType Modifier and Type Method Description RecordsFormatTypeExecuteStatementRequest. formatRecordsAs()A value that indicates whether to format the result set as a single JSON string.static RecordsFormatTypeRecordsFormatType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RecordsFormatTypeRecordsFormatType. 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.Methods in software.amazon.awssdk.services.rdsdata.model that return types with arguments of type RecordsFormatType Modifier and Type Method Description static Set<RecordsFormatType>RecordsFormatType. knownValues()Methods in software.amazon.awssdk.services.rdsdata.model with parameters of type RecordsFormatType Modifier and Type Method Description ExecuteStatementRequest.BuilderExecuteStatementRequest.Builder. formatRecordsAs(RecordsFormatType formatRecordsAs)A value that indicates whether to format the result set as a single JSON string.
-