| Package | Description |
|---|---|
| org.wso2.am.integration.clients.gateway.api.v2 | |
| org.wso2.am.integration.clients.gateway.api.v2.dto |
| Modifier and Type | Method and Description |
|---|---|
DeployResponseDTO |
DeployApiApi.redeployApiPost(String apiName,
String version,
String tenantDomain)
Re Deploy the API in the gateway
This operation is used to re deploy an API in the gateway.
|
DeployResponseDTO |
UndeployApiApi.undeployApiPost(String apiName,
String version,
String tenantDomain)
Uneploy the API in the gateway
This operation is used to undeploy an API in the gateway.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<DeployResponseDTO> |
DeployApiApi.redeployApiPostWithHttpInfo(String apiName,
String version,
String tenantDomain)
Re Deploy the API in the gateway
This operation is used to re deploy an API in the gateway.
|
ApiResponse<DeployResponseDTO> |
UndeployApiApi.undeployApiPostWithHttpInfo(String apiName,
String version,
String tenantDomain)
Uneploy the API in the gateway
This operation is used to undeploy an API in the gateway.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
DeployApiApi.redeployApiPostAsync(String apiName,
String version,
String tenantDomain,
ApiCallback<DeployResponseDTO> callback)
Re Deploy the API in the gateway (asynchronously)
This operation is used to re deploy an API in the gateway.
|
com.squareup.okhttp.Call |
UndeployApiApi.undeployApiPostAsync(String apiName,
String version,
String tenantDomain,
ApiCallback<DeployResponseDTO> callback)
Uneploy the API in the gateway (asynchronously)
This operation is used to undeploy an API in the gateway.
|
| Modifier and Type | Method and Description |
|---|---|
DeployResponseDTO |
DeployResponseDTO.deployStatus(DeployResponseDTO.DeployStatusEnum deployStatus) |
DeployResponseDTO |
DeployResponseDTO.jsonPayload(String jsonPayload) |
Copyright © 2021 WSO2 Inc. All rights reserved.