Class ApiKeyServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.async.workspaces.ApiKeyServiceAsync
public final class ApiKeyServiceAsyncImpl implements ApiKeyServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classApiKeyServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ApiKeyServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. ApiKeyServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<ApiKeyCreateResponse>create(ApiKeyCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
ApiKeyServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
ApiKeyServiceAsync 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<ApiKeyCreateResponse> create(ApiKeyCreateParams params, RequestOptions requestOptions)
-
-
-
-