Uses of Class
com.couchbase.client.java.http.HttpPutOptions
-
Uses of HttpPutOptions in com.couchbase.client.java.http
Modifier and TypeMethodDescriptionAsyncCouchbaseHttpClient.put
(HttpTarget target, HttpPath path, HttpPutOptions options) Issues a PUT request with the given options.CouchbaseHttpClient.put
(HttpTarget target, HttpPath path, HttpPutOptions options) Issues a PUT request with the given options.ReactiveCouchbaseHttpClient.put
(HttpTarget target, HttpPath path, HttpPutOptions options) Returns a Mono that, when subscribed, issues a PUT request with the given options.