Uses of Class
org.jclouds.openstack.neutron.v2.domain.lbaas.v1.HttpMethod
-
Packages that use HttpMethod Package Description org.jclouds.openstack.neutron.v2.domain.lbaas.v1 -
-
Uses of HttpMethod in org.jclouds.openstack.neutron.v2.domain.lbaas.v1
Methods in org.jclouds.openstack.neutron.v2.domain.lbaas.v1 that return HttpMethod Modifier and Type Method Description static HttpMethod
HttpMethod. fromValue(String name)
HttpMethod
HealthMonitor. getHttpMethod()
static HttpMethod
HttpMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpMethod[]
HttpMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-