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