Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.APIRevisionDeploymentListDTO
Packages that use APIRevisionDeploymentListDTO
Package
Description
-
Uses of APIRevisionDeploymentListDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return APIRevisionDeploymentListDTOModifier and TypeMethodDescriptionApiProductRevisionsApi.getAPIProductRevisionDeployments(String apiProductId) List Deployments List available deployed revision deployment details of an API ProductApiRevisionsApi.getAPIRevisionDeployments(String apiId) List Deployments List available deployed revision deployment details of an APIMcpServerRevisionsApi.getMCPServerRevisionDeployments(String mcpServerId) List Deployments List available deployed revision deployment details of a MCP ServerMethods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type APIRevisionDeploymentListDTOModifier and TypeMethodDescriptionApiProductRevisionsApi.getAPIProductRevisionDeploymentsWithHttpInfo(String apiProductId) List Deployments List available deployed revision deployment details of an API ProductApiRevisionsApi.getAPIRevisionDeploymentsWithHttpInfo(String apiId) List Deployments List available deployed revision deployment details of an APIMcpServerRevisionsApi.getMCPServerRevisionDeploymentsWithHttpInfo(String mcpServerId) List Deployments List available deployed revision deployment details of a MCP ServerMethod parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type APIRevisionDeploymentListDTOModifier and TypeMethodDescriptionokhttp3.CallApiProductRevisionsApi.getAPIProductRevisionDeploymentsAsync(String apiProductId, ApiCallback<APIRevisionDeploymentListDTO> _callback) List Deployments (asynchronously) List available deployed revision deployment details of an API Productokhttp3.CallApiRevisionsApi.getAPIRevisionDeploymentsAsync(String apiId, ApiCallback<APIRevisionDeploymentListDTO> _callback) List Deployments (asynchronously) List available deployed revision deployment details of an APIokhttp3.CallMcpServerRevisionsApi.getMCPServerRevisionDeploymentsAsync(String mcpServerId, ApiCallback<APIRevisionDeploymentListDTO> _callback) List Deployments (asynchronously) List available deployed revision deployment details of a MCP Server -
Uses of APIRevisionDeploymentListDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return APIRevisionDeploymentListDTOModifier and TypeMethodDescriptionAPIRevisionDeploymentListDTO.list(List<APIRevisionDeploymentDTO> list)