Uses of Class
org.wso2.am.integration.clients.internal.api.dto.GatewayDeploymentStatusAcknowledgmentListDTO
-
Packages that use GatewayDeploymentStatusAcknowledgmentListDTO Package Description org.wso2.am.integration.clients.internal.api org.wso2.am.integration.clients.internal.api.dto -
-
Uses of GatewayDeploymentStatusAcknowledgmentListDTO in org.wso2.am.integration.clients.internal.api
Methods in org.wso2.am.integration.clients.internal.api with parameters of type GatewayDeploymentStatusAcknowledgmentListDTO 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.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.com.squareup.okhttp.CallGatewayMonitoringApi. notifyApiDeploymentStatusPostCall(GatewayDeploymentStatusAcknowledgmentListDTO body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for notifyApiDeploymentStatusPostApiResponse<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. -
Uses of GatewayDeploymentStatusAcknowledgmentListDTO in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return GatewayDeploymentStatusAcknowledgmentListDTO Modifier and Type Method Description GatewayDeploymentStatusAcknowledgmentListDTOGatewayDeploymentStatusAcknowledgmentListDTO. addListItem(GatewayDeploymentStatusAcknowledgmentDTO listItem)GatewayDeploymentStatusAcknowledgmentListDTOGatewayDeploymentStatusAcknowledgmentListDTO. count(Integer count)GatewayDeploymentStatusAcknowledgmentListDTOGatewayDeploymentStatusAcknowledgmentListDTO. list(List<GatewayDeploymentStatusAcknowledgmentDTO> list)
-