Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.BackendListDTO
Packages that use BackendListDTO
Package
Description
-
Uses of BackendListDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return BackendListDTOModifier and TypeMethodDescriptionMcpServerBackendsApi.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 BackendListDTOModifier and TypeMethodDescriptionMcpServerBackendsApi.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 BackendListDTOModifier and TypeMethodDescriptionokhttp3.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