Uses of Interface
com.oracle.bmc.requests.BmcRequest.Builder
-
Packages that use BmcRequest.Builder Package Description com.oracle.bmc.http.internal com.oracle.bmc.requests com.oracle.bmc.retrier -
-
Uses of BmcRequest.Builder in com.oracle.bmc.http.internal
Method parameters in com.oracle.bmc.http.internal with type arguments of type BmcRequest.Builder Modifier and Type Method Description ClientCall<REQ,RESP,RESP_BUILDER>ClientCall. requestBuilder(Supplier<BmcRequest.Builder<? extends REQ,?>> requestBuilder) -
Uses of BmcRequest.Builder in com.oracle.bmc.requests
Methods in com.oracle.bmc.requests that return BmcRequest.Builder Modifier and Type Method Description default BmcRequest.Builder<T,B>BmcRequest.Builder. body$(B body)Alternative setter for the body parameter, if this request supports a body.BmcRequest.Builder<T,B>BmcRequest.Builder. copy(T o)Copy method to populate the builder with values from the given instance. -
Uses of BmcRequest.Builder in com.oracle.bmc.retrier
Methods in com.oracle.bmc.retrier with parameters of type BmcRequest.Builder Modifier and Type Method Description static <T extends BmcRequest<InputStream>>
TRetriers. wrapBodyInputStreamIfNecessary(T request, BmcRequest.Builder<T,InputStream> builder, RetryConfiguration retryConfiguration)Wrap the input stream in the request so retries can work.
-