public class DeploymentsApi extends Object
| Constructor and Description |
|---|
DeploymentsApi() |
DeploymentsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentListDTO |
deploymentsGet()
Retrieve Deployment Environments Details
This operation can be used to retrieve cloud clusters information defines in tenant-conf.json file.
|
okhttp3.Call |
deploymentsGetAsync(ApiCallback<DeploymentListDTO> _callback)
Retrieve Deployment Environments Details (asynchronously)
This operation can be used to retrieve cloud clusters information defines in tenant-conf.json file.
|
okhttp3.Call |
deploymentsGetCall(ApiCallback _callback)
Build call for deploymentsGet
|
ApiResponse<DeploymentListDTO> |
deploymentsGetWithHttpInfo()
Retrieve Deployment Environments Details
This operation can be used to retrieve cloud clusters information defines in tenant-conf.json file.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public DeploymentsApi()
public DeploymentsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call deploymentsGetCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic DeploymentListDTO deploymentsGet() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DeploymentListDTO> deploymentsGetWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call deploymentsGetAsync(ApiCallback<DeploymentListDTO> _callback) throws ApiException
_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2021 WSO2 Inc. All rights reserved.