Uses of Class
com.amazonaws.athena.connectors.neptune.Enums.SpecialKeys
-
Packages that use Enums.SpecialKeys Package Description com.amazonaws.athena.connectors.neptune -
-
Uses of Enums.SpecialKeys in com.amazonaws.athena.connectors.neptune
Methods in com.amazonaws.athena.connectors.neptune that return Enums.SpecialKeys Modifier and Type Method Description static Enums.SpecialKeys
Enums.SpecialKeys. valueOf(String name)
Returns the enum constant of this type with the specified name.static Enums.SpecialKeys[]
Enums.SpecialKeys. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-