Uses of Class
org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO
-
Packages that use DeployResponseDTO Package Description org.wso2.am.integration.clients.gateway.api.v2 org.wso2.am.integration.clients.gateway.api.v2.dto -
-
Uses of DeployResponseDTO in org.wso2.am.integration.clients.gateway.api.v2
Methods in org.wso2.am.integration.clients.gateway.api.v2 that return DeployResponseDTO Modifier and Type Method Description DeployResponseDTODefaultApi. 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.DeployResponseDTODeployApiApi. 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.DeployResponseDTODefaultApi. undeployAPI(String apiName, String version, String tenantDomain)Uneploy the API in the gateway This operation is used to undeploy an API in the gateway.DeployResponseDTOUndeployApiApi. undeployAPI(String apiName, String version, String tenantDomain)Uneploy the API in the gateway This operation is used to undeploy an API in the gateway.Methods in org.wso2.am.integration.clients.gateway.api.v2 that return types with arguments of type DeployResponseDTO Modifier and Type Method 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>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.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.Method parameters in org.wso2.am.integration.clients.gateway.api.v2 with type arguments of type DeployResponseDTO Modifier and Type Method Description com.squareup.okhttp.CallDefaultApi. 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.CallDeployApiApi. 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.CallDefaultApi. 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.CallUndeployApiApi. 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. -
Uses of DeployResponseDTO in org.wso2.am.integration.clients.gateway.api.v2.dto
Methods in org.wso2.am.integration.clients.gateway.api.v2.dto that return DeployResponseDTO Modifier and Type Method Description DeployResponseDTODeployResponseDTO. deployStatus(DeployResponseDTO.DeployStatusEnum deployStatus)DeployResponseDTODeployResponseDTO. jsonPayload(String jsonPayload)
-