Uses of Class
software.amazon.awssdk.services.rdsdata.model.DecimalReturnType
-
Packages that use DecimalReturnType Package Description software.amazon.awssdk.services.rdsdata.model -
-
Uses of DecimalReturnType in software.amazon.awssdk.services.rdsdata.model
Methods in software.amazon.awssdk.services.rdsdata.model that return DecimalReturnType Modifier and Type Method Description DecimalReturnTypeResultSetOptions. decimalReturnType()A value that indicates how a field ofDECIMALtype is represented in the response.static DecimalReturnTypeDecimalReturnType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DecimalReturnTypeDecimalReturnType. valueOf(String name)Returns the enum constant of this type with the specified name.static DecimalReturnType[]DecimalReturnType. 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 DecimalReturnType Modifier and Type Method Description static Set<DecimalReturnType>DecimalReturnType. knownValues()Methods in software.amazon.awssdk.services.rdsdata.model with parameters of type DecimalReturnType Modifier and Type Method Description ResultSetOptions.BuilderResultSetOptions.Builder. decimalReturnType(DecimalReturnType decimalReturnType)A value that indicates how a field ofDECIMALtype is represented in the response.
-