Uses of Class
software.amazon.awssdk.services.rdsdata.model.Value.Type
-
Packages that use Value.Type Package Description software.amazon.awssdk.services.rdsdata.model -
-
Uses of Value.Type in software.amazon.awssdk.services.rdsdata.model
Methods in software.amazon.awssdk.services.rdsdata.model that return Value.Type Modifier and Type Method Description Value.TypeValue. type()Retrieve an enum value representing which member of this object is populated.static Value.TypeValue.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Value.Type[]Value.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-