Interface PresignedUrlService
-
- All Implemented Interfaces:
public interface PresignedUrlService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfacePresignedUrlService.WithRawResponseA view of PresignedUrlService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract PresignedUrlService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract PresignedUrlServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. PresignedUrlCreateResponsecreate(PresignedUrlCreateParams params)Retrieve a presigned url to post storage artifacts. abstract PresignedUrlCreateResponsecreate(PresignedUrlCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract PresignedUrlService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract PresignedUrlService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
PresignedUrlCreateResponse create(PresignedUrlCreateParams params)
Retrieve a presigned url to post storage artifacts.
-
create
abstract PresignedUrlCreateResponse create(PresignedUrlCreateParams params, RequestOptions requestOptions)
-
-
-
-