Uses of Class
com.couchbase.client.java.http.HttpPutOptions
-
Packages that use HttpPutOptions Package Description com.couchbase.client.java.http -
-
Uses of HttpPutOptions in com.couchbase.client.java.http
Methods in com.couchbase.client.java.http that return HttpPutOptions Modifier and Type Method Description HttpPutOptions
HttpPutOptions. body(HttpBody body)
static HttpPutOptions
HttpPutOptions. httpPutOptions()
Methods in com.couchbase.client.java.http with parameters of type HttpPutOptions Modifier and Type Method Description CompletableFuture<HttpResponse>
AsyncCouchbaseHttpClient. put(HttpTarget target, HttpPath path, HttpPutOptions options)
Issues a PUT request with the given options.HttpResponse
CouchbaseHttpClient. put(HttpTarget target, HttpPath path, HttpPutOptions options)
Issues a PUT request with the given options.Mono<HttpResponse>
ReactiveCouchbaseHttpClient. put(HttpTarget target, HttpPath path, HttpPutOptions options)
Returns a Mono that, when subscribed, issues a PUT request with the given options.
-