Uses of Class
org.wso2.am.integration.clients.internal.api.dto.GatewayDeploymentStatusAcknowledgmentListDTO
Packages that use GatewayDeploymentStatusAcknowledgmentListDTO
Package
Description
-
Uses of GatewayDeploymentStatusAcknowledgmentListDTO in org.wso2.am.integration.clients.internal.api
Methods in org.wso2.am.integration.clients.internal.api with parameters of type GatewayDeploymentStatusAcknowledgmentListDTOModifier 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.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 notifyApiDeploymentStatusPostGatewayMonitoringApi.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 GatewayDeploymentStatusAcknowledgmentListDTOModifier and TypeMethodDescriptionGatewayDeploymentStatusAcknowledgmentListDTO.addListItem(GatewayDeploymentStatusAcknowledgmentDTO listItem) GatewayDeploymentStatusAcknowledgmentListDTO.list(List<GatewayDeploymentStatusAcknowledgmentDTO> list)