Uses of Class
com.oracle.bmc.http.client.Method
-
Packages that use Method Package Description com.oracle.bmc.http.client -
-
Uses of Method in com.oracle.bmc.http.client
Methods in com.oracle.bmc.http.client that return Method Modifier and Type Method Description MethodHttpRequest. method()static MethodMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static Method[]Method. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.http.client with parameters of type Method Modifier and Type Method Description HttpRequestHttpClient. createRequest(Method method)Creates a newHttpRequestwith the specified HTTP method.default HttpRequestHttpClient. createRequest(Method method, Map<String,Object> requiredParametersMap, Map<String,Boolean> optionsMap)Creates a newHttpRequestwith the specified HTTP method and replaces placeholders and options in the request URI with the provided parameter values.
-