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