Class ApiKeyServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.braintrustdata.api.services.async.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. CompletableFuture<CreateApiKeyOutput>create(ApiKeyCreateParams params, RequestOptions requestOptions)CompletableFuture<ApiKey>retrieve(ApiKeyRetrieveParams params, RequestOptions requestOptions)CompletableFuture<ApiKeyListPageAsync>list(ApiKeyListParams params, RequestOptions requestOptions)CompletableFuture<ApiKey>delete(ApiKeyDeleteParams 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.
-
create
CompletableFuture<CreateApiKeyOutput> create(ApiKeyCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<ApiKey> retrieve(ApiKeyRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<ApiKeyListPageAsync> list(ApiKeyListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<ApiKey> delete(ApiKeyDeleteParams params, RequestOptions requestOptions)
-
-
-
-