Uses of Class
org.wso2.am.integration.clients.admin.api.dto.LLMProviderSummaryResponseListDTO
-
Packages that use LLMProviderSummaryResponseListDTO Package Description org.wso2.am.integration.clients.admin.api org.wso2.am.integration.clients.admin.api.dto -
-
Uses of LLMProviderSummaryResponseListDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return LLMProviderSummaryResponseListDTO Modifier and Type Method Description LLMProviderSummaryResponseListDTOLlmProvidersApi. llmProvidersGet()Get all LLM providers Get all LLM providersMethods in org.wso2.am.integration.clients.admin.api that return types with arguments of type LLMProviderSummaryResponseListDTO Modifier and Type Method Description ApiResponse<LLMProviderSummaryResponseListDTO>LlmProvidersApi. llmProvidersGetWithHttpInfo()Get all LLM providers Get all LLM providersMethod parameters in org.wso2.am.integration.clients.admin.api with type arguments of type LLMProviderSummaryResponseListDTO Modifier and Type Method Description okhttp3.CallLlmProvidersApi. llmProvidersGetAsync(ApiCallback<LLMProviderSummaryResponseListDTO> _callback)Get all LLM providers (asynchronously) Get all LLM providers -
Uses of LLMProviderSummaryResponseListDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return LLMProviderSummaryResponseListDTO Modifier and Type Method Description LLMProviderSummaryResponseListDTOLLMProviderSummaryResponseListDTO. count(Integer count)LLMProviderSummaryResponseListDTOLLMProviderSummaryResponseListDTO. list(List<LLMProviderSummaryResponseDTO> list)
-