Class PresignedUrlServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.async.storage.PresignedUrlServiceAsync.WithRawResponse
public final class PresignedUrlServiceAsyncImpl.WithRawResponseImpl implements PresignedUrlServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description PresignedUrlServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<PresignedUrlCreateResponse>>create(PresignedUrlCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
PresignedUrlServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<PresignedUrlCreateResponse>> create(PresignedUrlCreateParams params, RequestOptions requestOptions)
-
-
-
-