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