Uses of Class
software.amazon.awssdk.services.redshiftdata.model.ResultFormatString
-
Packages that use ResultFormatString Package Description software.amazon.awssdk.services.redshiftdata.model -
-
Uses of ResultFormatString in software.amazon.awssdk.services.redshiftdata.model
Methods in software.amazon.awssdk.services.redshiftdata.model that return ResultFormatString Modifier and Type Method Description static ResultFormatStringResultFormatString. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResultFormatStringBatchExecuteStatementRequest. resultFormat()The data format of the result of the SQL statement.ResultFormatStringDescribeStatementResponse. resultFormat()The data format of the result of the SQL statement.ResultFormatStringExecuteStatementRequest. resultFormat()The data format of the result of the SQL statement.ResultFormatStringGetStatementResultV2Response. resultFormat()The data format of the result of the SQL statement.ResultFormatStringStatementData. resultFormat()The data format of the result of the SQL statement.static ResultFormatStringResultFormatString. valueOf(String name)Returns the enum constant of this type with the specified name.static ResultFormatString[]ResultFormatString. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.redshiftdata.model that return types with arguments of type ResultFormatString Modifier and Type Method Description static Set<ResultFormatString>ResultFormatString. knownValues()Methods in software.amazon.awssdk.services.redshiftdata.model with parameters of type ResultFormatString Modifier and Type Method Description BatchExecuteStatementRequest.BuilderBatchExecuteStatementRequest.Builder. resultFormat(ResultFormatString resultFormat)The data format of the result of the SQL statement.DescribeStatementResponse.BuilderDescribeStatementResponse.Builder. resultFormat(ResultFormatString resultFormat)The data format of the result of the SQL statement.ExecuteStatementRequest.BuilderExecuteStatementRequest.Builder. resultFormat(ResultFormatString resultFormat)The data format of the result of the SQL statement.GetStatementResultV2Response.BuilderGetStatementResultV2Response.Builder. resultFormat(ResultFormatString resultFormat)The data format of the result of the SQL statement.StatementData.BuilderStatementData.Builder. resultFormat(ResultFormatString resultFormat)The data format of the result of the SQL statement.
-