Class StorageServiceImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.blocking.StorageService
public final class StorageServiceImpl implements StorageService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classStorageServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description StorageService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. StorageServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. PresignedUrlServicepresignedUrl()-
-
Method Detail
-
withRawResponse
StorageService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
StorageService 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 presignedUrl()
-
-
-
-