Uses of Class
org.wso2.am.integration.clients.internal.api.dto.DeploymentAcknowledgmentResponseDTO
-
Packages that use DeploymentAcknowledgmentResponseDTO Package Description org.wso2.am.integration.clients.internal.api org.wso2.am.integration.clients.internal.api.dto -
-
Uses of DeploymentAcknowledgmentResponseDTO in org.wso2.am.integration.clients.internal.api
Methods in org.wso2.am.integration.clients.internal.api that return DeploymentAcknowledgmentResponseDTO Modifier and Type Method Description DeploymentAcknowledgmentResponseDTOGatewayMonitoringApi. notifyApiDeploymentStatusPost(GatewayDeploymentStatusAcknowledgmentListDTO body)Acknowledge an API Revision Deployment This endpoint is invoked by the Gateway to notify the Control Plane about the status of an API revision deployment or undeployment.Methods in org.wso2.am.integration.clients.internal.api that return types with arguments of type DeploymentAcknowledgmentResponseDTO Modifier and Type Method Description ApiResponse<DeploymentAcknowledgmentResponseDTO>GatewayMonitoringApi. notifyApiDeploymentStatusPostWithHttpInfo(GatewayDeploymentStatusAcknowledgmentListDTO body)Acknowledge an API Revision Deployment This endpoint is invoked by the Gateway to notify the Control Plane about the status of an API revision deployment or undeployment.Method parameters in org.wso2.am.integration.clients.internal.api with type arguments of type DeploymentAcknowledgmentResponseDTO Modifier and Type Method Description com.squareup.okhttp.CallGatewayMonitoringApi. notifyApiDeploymentStatusPostAsync(GatewayDeploymentStatusAcknowledgmentListDTO body, ApiCallback<DeploymentAcknowledgmentResponseDTO> callback)Acknowledge an API Revision Deployment (asynchronously) This endpoint is invoked by the Gateway to notify the Control Plane about the status of an API revision deployment or undeployment. -
Uses of DeploymentAcknowledgmentResponseDTO in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return DeploymentAcknowledgmentResponseDTO Modifier and Type Method Description DeploymentAcknowledgmentResponseDTODeploymentAcknowledgmentResponseDTO. status(DeploymentAcknowledgmentResponseDTO.StatusEnum status)
-