Uses of Class
com.oracle.bmc.dns.model.ResolverEndpoint.EndpointType
-
Packages that use ResolverEndpoint.EndpointType Package Description com.oracle.bmc.dns.model -
-
Uses of ResolverEndpoint.EndpointType in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return ResolverEndpoint.EndpointType Modifier and Type Method Description static ResolverEndpoint.EndpointType
ResolverEndpoint.EndpointType. create(String key)
static ResolverEndpoint.EndpointType
ResolverEndpoint.EndpointType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResolverEndpoint.EndpointType[]
ResolverEndpoint.EndpointType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-