Uses of Class
org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO
Packages that use DeployResponseDTO
Package
Description
-
Uses of DeployResponseDTO in org.wso2.am.integration.clients.gateway.api.v2
Methods in org.wso2.am.integration.clients.gateway.api.v2 that return DeployResponseDTOModifier and TypeMethodDescriptionDefaultApi.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.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.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.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.Methods in org.wso2.am.integration.clients.gateway.api.v2 that return types with arguments of type DeployResponseDTOModifier and TypeMethodDescriptionDefaultApi.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.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.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.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 DeployResponseDTOModifier and TypeMethodDescriptioncom.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 DeployResponseDTOModifier and TypeMethodDescriptionDeployResponseDTO.deployStatus(DeployResponseDTO.DeployStatusEnum deployStatus) DeployResponseDTO.jsonPayload(String jsonPayload)