Package | Description |
---|---|
com.huawei.dli.restapi.api |
Modifier and Type | Method and Description |
---|---|
EmptyResponse |
RestApi.createCluster(String projectId,
String xAuthToken,
CreateClusterRequest createClusterRequest,
String USER_ID)
Create cluster
Create cluster.
|
EmptyResponse |
RestApi.deleteCluster(String projectId,
String clusterName,
String xAuthToken)
Delete cluster
Delete cluster.
|
EmptyResponse |
RestApi.deleteResource(String projectId,
String resourceName,
String group,
String xAuthToken)
Delete specified resource
Delete specified resource.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<EmptyResponse> |
RestApi.createClusterWithHttpInfo(String projectId,
String xAuthToken,
CreateClusterRequest createClusterRequest,
String USER_ID)
Create cluster
Create cluster.
|
ApiResponse<EmptyResponse> |
RestApi.deleteClusterWithHttpInfo(String projectId,
String clusterName,
String xAuthToken)
Delete cluster
Delete cluster.
|
ApiResponse<EmptyResponse> |
RestApi.deleteResourceWithHttpInfo(String projectId,
String resourceName,
String group,
String xAuthToken)
Delete specified resource
Delete specified resource.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RestApi.createClusterAsync(String projectId,
String xAuthToken,
CreateClusterRequest createClusterRequest,
String USER_ID,
ApiCallback<EmptyResponse> callback)
Create cluster (asynchronously)
Create cluster.
|
okhttp3.Call |
RestApi.deleteClusterAsync(String projectId,
String clusterName,
String xAuthToken,
ApiCallback<EmptyResponse> callback)
Delete cluster (asynchronously)
Delete cluster.
|
okhttp3.Call |
RestApi.deleteResourceAsync(String projectId,
String resourceName,
String group,
String xAuthToken,
ApiCallback<EmptyResponse> callback)
Delete specified resource (asynchronously)
Delete specified resource.
|
Copyright © 2023. All rights reserved.