Class StorageServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.blocking.StorageService.WithRawResponse
public final class StorageServiceImpl.WithRawResponseImpl implements StorageService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description StorageService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. PresignedUrlService.WithRawResponsepresignedUrl()-
-
Method Detail
-
withOptions
StorageService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
presignedUrl
PresignedUrlService.WithRawResponse presignedUrl()
-
-
-
-