Interface PresignedUrlServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface PresignedUrlServiceAsync.WithRawResponseA view of PresignedUrlServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract PresignedUrlServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<PresignedUrlCreateResponse>>create(PresignedUrlCreateParams params)Returns a raw HTTP response for post /storage/presigned-url, but is otherwise the same as PresignedUrlServiceAsync.create.abstract CompletableFuture<HttpResponseFor<PresignedUrlCreateResponse>>create(PresignedUrlCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
abstract 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)
Returns a raw HTTP response for
post /storage/presigned-url, but is otherwise the same as PresignedUrlServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<PresignedUrlCreateResponse>> create(PresignedUrlCreateParams params, RequestOptions requestOptions)
-
-
-
-