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