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