Package com.openlayer.api.services.async
Class StorageServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.async.StorageServiceAsync.WithRawResponse
public final class StorageServiceAsyncImpl.WithRawResponseImpl implements StorageServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description StorageServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. PresignedUrlServiceAsync.WithRawResponsepresignedUrl()-
-
Method Detail
-
withOptions
StorageServiceAsync.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
PresignedUrlServiceAsync.WithRawResponse presignedUrl()
-
-
-
-