Uses of Class
com.volcengine.cdn.model.CreateUsageReportRequest
-
Packages that use CreateUsageReportRequest Package Description com.volcengine.cdn com.volcengine.cdn.model -
-
Uses of CreateUsageReportRequest in com.volcengine.cdn
Methods in com.volcengine.cdn with parameters of type CreateUsageReportRequest Modifier and Type Method Description CreateUsageReportResponseCdnApi. createUsageReport(CreateUsageReportRequest body)com.squareup.okhttp.CallCdnApi. createUsageReportAsync(CreateUsageReportRequest body, com.volcengine.ApiCallback<CreateUsageReportResponse> callback)(asynchronously)com.squareup.okhttp.CallCdnApi. createUsageReportCall(CreateUsageReportRequest body, com.volcengine.ProgressResponseBody.ProgressListener progressListener, com.volcengine.ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for createUsageReportcom.volcengine.ApiResponse<CreateUsageReportResponse>CdnApi. createUsageReportWithHttpInfo(@NotNull CreateUsageReportRequest body) -
Uses of CreateUsageReportRequest in com.volcengine.cdn.model
Methods in com.volcengine.cdn.model that return CreateUsageReportRequest Modifier and Type Method Description CreateUsageReportRequestCreateUsageReportRequest. aggregate(String aggregate)CreateUsageReportRequestCreateUsageReportRequest. billingCode(String billingCode)CreateUsageReportRequestCreateUsageReportRequest. billingRegion(String billingRegion)CreateUsageReportRequestCreateUsageReportRequest. calculationMethod(String calculationMethod)CreateUsageReportRequestCreateUsageReportRequest. domain(String domain)CreateUsageReportRequestCreateUsageReportRequest. endTime(Long endTime)CreateUsageReportRequestCreateUsageReportRequest. exportType(String exportType)CreateUsageReportRequestCreateUsageReportRequest. freeTimeTrafficCompute(Boolean freeTimeTrafficCompute)CreateUsageReportRequestCreateUsageReportRequest. metric(String metric)CreateUsageReportRequestCreateUsageReportRequest. startTime(Long startTime)CreateUsageReportRequestCreateUsageReportRequest. taskName(String taskName)CreateUsageReportRequestCreateUsageReportRequest. timeZone(String timeZone)CreateUsageReportRequestCreateUsageReportRequest. tlsTopic(String tlsTopic)
-