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