Uses of Class
com.volcengine.privatezone.model.UpdateCustomLineRequest
-
Packages that use UpdateCustomLineRequest Package Description com.volcengine.privatezone com.volcengine.privatezone.model -
-
Uses of UpdateCustomLineRequest in com.volcengine.privatezone
Methods in com.volcengine.privatezone with parameters of type UpdateCustomLineRequest Modifier and Type Method Description UpdateCustomLineResponsePrivateZoneApi. updateCustomLine(UpdateCustomLineRequest body)com.squareup.okhttp.CallPrivateZoneApi. updateCustomLineAsync(UpdateCustomLineRequest body, com.volcengine.ApiCallback<UpdateCustomLineResponse> callback)(asynchronously)com.squareup.okhttp.CallPrivateZoneApi. updateCustomLineCall(UpdateCustomLineRequest body, com.volcengine.ProgressResponseBody.ProgressListener progressListener, com.volcengine.ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for updateCustomLinecom.volcengine.ApiResponse<UpdateCustomLineResponse>PrivateZoneApi. updateCustomLineWithHttpInfo(@NotNull UpdateCustomLineRequest body) -
Uses of UpdateCustomLineRequest in com.volcengine.privatezone.model
Methods in com.volcengine.privatezone.model that return UpdateCustomLineRequest Modifier and Type Method Description UpdateCustomLineRequestUpdateCustomLineRequest. addIpSegmentsItem(String ipSegmentsItem)UpdateCustomLineRequestUpdateCustomLineRequest. ipSegments(List<String> ipSegments)UpdateCustomLineRequestUpdateCustomLineRequest. line(String line)UpdateCustomLineRequestUpdateCustomLineRequest. nameCN(String nameCN)UpdateCustomLineRequestUpdateCustomLineRequest. remark(String remark)
-