| 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 |
DefaultApi.redployAPI(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 |
DeployApiApi.redployAPI(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.undeployAPI(String apiName,
String version,
String tenantDomain)
Uneploy the API in the gateway
This operation is used to undeploy an API in the gateway.
|
DeployResponseDTO |
DefaultApi.undeployAPI(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> |
DefaultApi.redployAPIWithHttpInfo(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> |
DeployApiApi.redployAPIWithHttpInfo(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.undeployAPIWithHttpInfo(String apiName,
String version,
String tenantDomain)
Uneploy the API in the gateway
This operation is used to undeploy an API in the gateway.
|
ApiResponse<DeployResponseDTO> |
DefaultApi.undeployAPIWithHttpInfo(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 |
DefaultApi.redployAPIAsync(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 |
DeployApiApi.redployAPIAsync(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.undeployAPIAsync(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.
|
com.squareup.okhttp.Call |
DefaultApi.undeployAPIAsync(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 © 2022 WSO2 Inc. All rights reserved.