Uses of Class
com.volcengine.privatezone.model.CreateCustomLineRequest
-
Packages that use CreateCustomLineRequest Package Description com.volcengine.privatezone com.volcengine.privatezone.model -
-
Uses of CreateCustomLineRequest in com.volcengine.privatezone
Methods in com.volcengine.privatezone with parameters of type CreateCustomLineRequest Modifier and Type Method Description CreateCustomLineResponsePrivateZoneApi. createCustomLine(CreateCustomLineRequest body)com.squareup.okhttp.CallPrivateZoneApi. createCustomLineAsync(CreateCustomLineRequest body, com.volcengine.ApiCallback<CreateCustomLineResponse> callback)(asynchronously)com.squareup.okhttp.CallPrivateZoneApi. createCustomLineCall(CreateCustomLineRequest body, com.volcengine.ProgressResponseBody.ProgressListener progressListener, com.volcengine.ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for createCustomLinecom.volcengine.ApiResponse<CreateCustomLineResponse>PrivateZoneApi. createCustomLineWithHttpInfo(@NotNull CreateCustomLineRequest body) -
Uses of CreateCustomLineRequest in com.volcengine.privatezone.model
Methods in com.volcengine.privatezone.model that return CreateCustomLineRequest Modifier and Type Method Description CreateCustomLineRequestCreateCustomLineRequest. addIpSegmentsItem(String ipSegmentsItem)CreateCustomLineRequestCreateCustomLineRequest. ipSegments(List<String> ipSegments)CreateCustomLineRequestCreateCustomLineRequest. nameCN(String nameCN)CreateCustomLineRequestCreateCustomLineRequest. remark(String remark)
-