Class ApiKeyServiceImpl
-
- All Implemented Interfaces:
-
com.braintrustdata.api.services.blocking.ApiKeyService
public final class ApiKeyServiceImpl implements ApiKeyService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classApiKeyServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ApiKeyService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CreateApiKeyOutputcreate(ApiKeyCreateParams params, RequestOptions requestOptions)ApiKeyretrieve(ApiKeyRetrieveParams params, RequestOptions requestOptions)ApiKeyListPagelist(ApiKeyListParams params, RequestOptions requestOptions)ApiKeydelete(ApiKeyDeleteParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
ApiKeyService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
CreateApiKeyOutput create(ApiKeyCreateParams params, RequestOptions requestOptions)
-
retrieve
ApiKey retrieve(ApiKeyRetrieveParams params, RequestOptions requestOptions)
-
list
ApiKeyListPage list(ApiKeyListParams params, RequestOptions requestOptions)
-
delete
ApiKey delete(ApiKeyDeleteParams params, RequestOptions requestOptions)
-
-
-
-