CompletableFuture<ApiKeyResponse> |
KeyManagementApi.createAPIKeyAsync(ApiKey body)
Create an API key.
|
ApiResponse<ApiKeyResponse> |
KeyManagementApi.createAPIKeyWithHttpInfo(ApiKey body)
Creates an API key with a given name.
|
CompletableFuture<ApiResponse<ApiKeyResponse>> |
KeyManagementApi.createAPIKeyWithHttpInfoAsync(ApiKey body)
Create an API key.
|
CompletableFuture<ApiKeyResponse> |
KeyManagementApi.deleteAPIKeyAsync(String key)
Delete an API key.
|
ApiResponse<ApiKeyResponse> |
KeyManagementApi.deleteAPIKeyWithHttpInfo(String key)
Delete a given API key.
|
CompletableFuture<ApiResponse<ApiKeyResponse>> |
KeyManagementApi.deleteAPIKeyWithHttpInfoAsync(String key)
Delete an API key.
|
CompletableFuture<ApiKeyResponse> |
KeyManagementApi.getAPIKeyAsync(String key)
Get API key.
|
ApiResponse<ApiKeyResponse> |
KeyManagementApi.getAPIKeyWithHttpInfo(String key)
Get a given API key.
|
CompletableFuture<ApiResponse<ApiKeyResponse>> |
KeyManagementApi.getAPIKeyWithHttpInfoAsync(String key)
Get API key.
|
CompletableFuture<ApiKeyResponse> |
KeyManagementApi.updateAPIKeyAsync(String key,
ApiKey body)
Edit an API key.
|
ApiResponse<ApiKeyResponse> |
KeyManagementApi.updateAPIKeyWithHttpInfo(String key,
ApiKey body)
Edit an API key name.
|
CompletableFuture<ApiResponse<ApiKeyResponse>> |
KeyManagementApi.updateAPIKeyWithHttpInfoAsync(String key,
ApiKey body)
Edit an API key.
|