Uses of Class
com.oracle.bmc.datascience.model.HttpMethod
-
Packages that use HttpMethod Package Description com.oracle.bmc.datascience.model -
-
Uses of HttpMethod in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return HttpMethod Modifier and Type Method Description static HttpMethodHttpMethod. create(String key)static HttpMethodHttpMethod. 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.Methods in com.oracle.bmc.datascience.model that return types with arguments of type HttpMethod Modifier and Type Method Description List<HttpMethod>InferenceHttpEndpoint. getHttpMethods()List of HTTP methods acceptable by the URI.Method parameters in com.oracle.bmc.datascience.model with type arguments of type HttpMethod Modifier and Type Method Description InferenceHttpEndpoint.BuilderInferenceHttpEndpoint.Builder. httpMethods(List<HttpMethod> httpMethods)List of HTTP methods acceptable by the URI.Constructor parameters in com.oracle.bmc.datascience.model with type arguments of type HttpMethod Constructor Description InferenceHttpEndpoint(String endpointUriSuffix, List<HttpMethod> httpMethods)Deprecated.
-