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