Uses of Class
com.volcengine.acep.model.ListConfigurationRequest
-
Packages that use ListConfigurationRequest Package Description com.volcengine.acep com.volcengine.acep.model -
-
Uses of ListConfigurationRequest in com.volcengine.acep
Methods in com.volcengine.acep with parameters of type ListConfigurationRequest Modifier and Type Method Description ListConfigurationResponseAcepApi. listConfiguration(ListConfigurationRequest body)com.squareup.okhttp.CallAcepApi. listConfigurationAsync(ListConfigurationRequest body, com.volcengine.ApiCallback<ListConfigurationResponse> callback)(asynchronously)com.squareup.okhttp.CallAcepApi. listConfigurationCall(ListConfigurationRequest body, com.volcengine.ProgressResponseBody.ProgressListener progressListener, com.volcengine.ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for listConfigurationcom.volcengine.ApiResponse<ListConfigurationResponse>AcepApi. listConfigurationWithHttpInfo(@NotNull ListConfigurationRequest body) -
Uses of ListConfigurationRequest in com.volcengine.acep.model
Methods in com.volcengine.acep.model that return ListConfigurationRequest Modifier and Type Method Description ListConfigurationRequestListConfigurationRequest. configurationCode(String configurationCode)ListConfigurationRequestListConfigurationRequest. count(Long count)ListConfigurationRequestListConfigurationRequest. offset(Long offset)ListConfigurationRequestListConfigurationRequest. productId(String productId)ListConfigurationRequestListConfigurationRequest. resourceClass(Integer resourceClass)
-