Interface PresignedUrlServiceAsync
-
- All Implemented Interfaces:
public interface PresignedUrlServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfacePresignedUrlServiceAsync.WithRawResponseA view of PresignedUrlServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract PresignedUrlServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract PresignedUrlServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<PresignedUrlCreateResponse>create(PresignedUrlCreateParams params)Retrieve a presigned url to post storage artifacts. abstract CompletableFuture<PresignedUrlCreateResponse>create(PresignedUrlCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract PresignedUrlServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract 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)
Retrieve a presigned url to post storage artifacts.
-
create
abstract CompletableFuture<PresignedUrlCreateResponse> create(PresignedUrlCreateParams params, RequestOptions requestOptions)
-
-
-
-