Uses of Class
com.algolia.search.models.mcm.ListClustersResponse
-
Packages that use ListClustersResponse Package Description com.algolia.search com.algolia.search.models.mcm -
-
Uses of ListClustersResponse in com.algolia.search
Methods in com.algolia.search that return ListClustersResponse Modifier and Type Method Description default ListClustersResponseSearchClientMcm. listClusters()List the clusters available in a multi-clusters setup for a single appIDdefault ListClustersResponseSearchClientMcm. listClusters(RequestOptions requestOptions)List the clusters available in a multi-clusters setup for a single appIDMethods in com.algolia.search that return types with arguments of type ListClustersResponse Modifier and Type Method Description default CompletableFuture<ListClustersResponse>SearchClientMcm. listClustersAsync()List the clusters available in a multi-clusters setup for a single appIDdefault CompletableFuture<ListClustersResponse>SearchClientMcm. listClustersAsync(RequestOptions requestOptions)List the clusters available in a multi-clusters setup for a single appID -
Uses of ListClustersResponse in com.algolia.search.models.mcm
Methods in com.algolia.search.models.mcm that return ListClustersResponse Modifier and Type Method Description ListClustersResponseListClustersResponse. setClusters(List<Cluster> clusters)
-