Class PresignedUrlServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.blocking.storage.PresignedUrlService.WithRawResponse
public final class PresignedUrlServiceImpl.WithRawResponseImpl implements PresignedUrlService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description PresignedUrlService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<PresignedUrlCreateResponse>create(PresignedUrlCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
PresignedUrlService.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
HttpResponseFor<PresignedUrlCreateResponse> create(PresignedUrlCreateParams params, RequestOptions requestOptions)
-
-
-
-