Class PresignedUrlServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.async.storage.PresignedUrlServiceAsync
public final class PresignedUrlServiceAsyncImpl implements PresignedUrlServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPresignedUrlServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description PresignedUrlServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. PresignedUrlServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<PresignedUrlCreateResponse>create(PresignedUrlCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
PresignedUrlServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
PresignedUrlServiceAsync 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<PresignedUrlCreateResponse> create(PresignedUrlCreateParams params, RequestOptions requestOptions)
-
-
-
-