Uses of Class
software.amazon.awssdk.services.rdsdata.model.TypeHint
-
Packages that use TypeHint Package Description software.amazon.awssdk.services.rdsdata.model -
-
Uses of TypeHint in software.amazon.awssdk.services.rdsdata.model
Methods in software.amazon.awssdk.services.rdsdata.model that return TypeHint Modifier and Type Method Description static TypeHintTypeHint. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TypeHintSqlParameter. typeHint()A hint that specifies the correct object type for data type mapping.static TypeHintTypeHint. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeHint[]TypeHint. 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 TypeHint Modifier and Type Method Description static Set<TypeHint>TypeHint. knownValues()Methods in software.amazon.awssdk.services.rdsdata.model with parameters of type TypeHint Modifier and Type Method Description SqlParameter.BuilderSqlParameter.Builder. typeHint(TypeHint typeHint)A hint that specifies the correct object type for data type mapping.
-