Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.BackendListDTO
-
Packages that use BackendListDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of BackendListDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return BackendListDTO Modifier and Type Method Description BackendListDTOMcpServerBackendsApi. getMCPServerBackends(String mcpServerId)Get a list of backends of a MCP Server This operation can be used to get a list of backends of a MCP server by the MCP Server UUID.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type BackendListDTO Modifier and Type Method Description ApiResponse<BackendListDTO>McpServerBackendsApi. getMCPServerBackendsWithHttpInfo(String mcpServerId)Get a list of backends of a MCP Server This operation can be used to get a list of backends of a MCP server by the MCP Server UUID.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type BackendListDTO Modifier and Type Method Description okhttp3.CallMcpServerBackendsApi. getMCPServerBackendsAsync(String mcpServerId, ApiCallback<BackendListDTO> _callback)Get a list of backends of a MCP Server (asynchronously) This operation can be used to get a list of backends of a MCP server by the MCP Server UUID. -
Uses of BackendListDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return BackendListDTO Modifier and Type Method Description BackendListDTOBackendListDTO. count(Integer count)BackendListDTOBackendListDTO. list(List<BackendDTO> list)
-