Uses of Class
org.wso2.am.integration.clients.internal.api.dto.DeploymentAcknowledgmentResponseDTO
Packages that use DeploymentAcknowledgmentResponseDTO
Package
Description
-
Uses of DeploymentAcknowledgmentResponseDTO in org.wso2.am.integration.clients.internal.api
Methods in org.wso2.am.integration.clients.internal.api that return DeploymentAcknowledgmentResponseDTOModifier and TypeMethodDescriptionGatewayMonitoringApi.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 DeploymentAcknowledgmentResponseDTOModifier and TypeMethodDescriptionGatewayMonitoringApi.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 DeploymentAcknowledgmentResponseDTOModifier and TypeMethodDescriptioncom.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 DeploymentAcknowledgmentResponseDTOModifier and TypeMethodDescriptionDeploymentAcknowledgmentResponseDTO.status(DeploymentAcknowledgmentResponseDTO.StatusEnum status)