public class PrivateZoneApi extends Object
| Constructor and Description |
|---|
PrivateZoneApi() |
PrivateZoneApi(com.byteplus.ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
BatchCreateRecordResponse |
batchCreateRecord(BatchCreateRecordRequest body) |
com.squareup.okhttp.Call |
batchCreateRecordAsync(BatchCreateRecordRequest body,
com.byteplus.ApiCallback<BatchCreateRecordResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
batchCreateRecordCall(BatchCreateRecordRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for batchCreateRecord
|
com.byteplus.ApiResponse<BatchCreateRecordResponse> |
batchCreateRecordWithHttpInfo(@NotNull BatchCreateRecordRequest body) |
BatchDeleteRecordResponse |
batchDeleteRecord(BatchDeleteRecordRequest body) |
com.squareup.okhttp.Call |
batchDeleteRecordAsync(BatchDeleteRecordRequest body,
com.byteplus.ApiCallback<BatchDeleteRecordResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
batchDeleteRecordCall(BatchDeleteRecordRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for batchDeleteRecord
|
com.byteplus.ApiResponse<BatchDeleteRecordResponse> |
batchDeleteRecordWithHttpInfo(@NotNull BatchDeleteRecordRequest body) |
BatchUpdateRecordResponse |
batchUpdateRecord(BatchUpdateRecordRequest body) |
com.squareup.okhttp.Call |
batchUpdateRecordAsync(BatchUpdateRecordRequest body,
com.byteplus.ApiCallback<BatchUpdateRecordResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
batchUpdateRecordCall(BatchUpdateRecordRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for batchUpdateRecord
|
com.byteplus.ApiResponse<BatchUpdateRecordResponse> |
batchUpdateRecordWithHttpInfo(@NotNull BatchUpdateRecordRequest body) |
BindRuleVPCResponse |
bindRuleVPC(BindRuleVPCRequest body) |
com.squareup.okhttp.Call |
bindRuleVPCAsync(BindRuleVPCRequest body,
com.byteplus.ApiCallback<BindRuleVPCResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
bindRuleVPCCall(BindRuleVPCRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for bindRuleVPC
|
com.byteplus.ApiResponse<BindRuleVPCResponse> |
bindRuleVPCWithHttpInfo(@NotNull BindRuleVPCRequest body) |
BindVPCResponse |
bindVPC(BindVPCRequest body) |
com.squareup.okhttp.Call |
bindVPCAsync(BindVPCRequest body,
com.byteplus.ApiCallback<BindVPCResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
bindVPCCall(BindVPCRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for bindVPC
|
com.byteplus.ApiResponse<BindVPCResponse> |
bindVPCWithHttpInfo(@NotNull BindVPCRequest body) |
CreateAuthorizedUserResponse |
createAuthorizedUser(CreateAuthorizedUserRequest body) |
com.squareup.okhttp.Call |
createAuthorizedUserAsync(CreateAuthorizedUserRequest body,
com.byteplus.ApiCallback<CreateAuthorizedUserResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
createAuthorizedUserCall(CreateAuthorizedUserRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAuthorizedUser
|
com.byteplus.ApiResponse<CreateAuthorizedUserResponse> |
createAuthorizedUserWithHttpInfo(@NotNull CreateAuthorizedUserRequest body) |
CreatePrivateZoneResponse |
createPrivateZone(CreatePrivateZoneRequest body) |
com.squareup.okhttp.Call |
createPrivateZoneAsync(CreatePrivateZoneRequest body,
com.byteplus.ApiCallback<CreatePrivateZoneResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
createPrivateZoneCall(CreatePrivateZoneRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createPrivateZone
|
com.byteplus.ApiResponse<CreatePrivateZoneResponse> |
createPrivateZoneWithHttpInfo(@NotNull CreatePrivateZoneRequest body) |
CreateRecordResponse |
createRecord(CreateRecordRequest body) |
com.squareup.okhttp.Call |
createRecordAsync(CreateRecordRequest body,
com.byteplus.ApiCallback<CreateRecordResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
createRecordCall(CreateRecordRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createRecord
|
com.byteplus.ApiResponse<CreateRecordResponse> |
createRecordWithHttpInfo(@NotNull CreateRecordRequest body) |
CreateResolverEndpointResponse |
createResolverEndpoint(CreateResolverEndpointRequest body) |
com.squareup.okhttp.Call |
createResolverEndpointAsync(CreateResolverEndpointRequest body,
com.byteplus.ApiCallback<CreateResolverEndpointResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
createResolverEndpointCall(CreateResolverEndpointRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createResolverEndpoint
|
com.byteplus.ApiResponse<CreateResolverEndpointResponse> |
createResolverEndpointWithHttpInfo(@NotNull CreateResolverEndpointRequest body) |
CreateResolverRuleResponse |
createResolverRule(CreateResolverRuleRequest body) |
com.squareup.okhttp.Call |
createResolverRuleAsync(CreateResolverRuleRequest body,
com.byteplus.ApiCallback<CreateResolverRuleResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
createResolverRuleCall(CreateResolverRuleRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createResolverRule
|
com.byteplus.ApiResponse<CreateResolverRuleResponse> |
createResolverRuleWithHttpInfo(@NotNull CreateResolverRuleRequest body) |
DeleteAuthorizedUserResponse |
deleteAuthorizedUser(DeleteAuthorizedUserRequest body) |
com.squareup.okhttp.Call |
deleteAuthorizedUserAsync(DeleteAuthorizedUserRequest body,
com.byteplus.ApiCallback<DeleteAuthorizedUserResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
deleteAuthorizedUserCall(DeleteAuthorizedUserRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAuthorizedUser
|
com.byteplus.ApiResponse<DeleteAuthorizedUserResponse> |
deleteAuthorizedUserWithHttpInfo(@NotNull DeleteAuthorizedUserRequest body) |
DeletePrivateZoneResponse |
deletePrivateZone(DeletePrivateZoneRequest body) |
com.squareup.okhttp.Call |
deletePrivateZoneAsync(DeletePrivateZoneRequest body,
com.byteplus.ApiCallback<DeletePrivateZoneResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
deletePrivateZoneCall(DeletePrivateZoneRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deletePrivateZone
|
com.byteplus.ApiResponse<DeletePrivateZoneResponse> |
deletePrivateZoneWithHttpInfo(@NotNull DeletePrivateZoneRequest body) |
DeleteRecordResponse |
deleteRecord(DeleteRecordRequest body) |
com.squareup.okhttp.Call |
deleteRecordAsync(DeleteRecordRequest body,
com.byteplus.ApiCallback<DeleteRecordResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
deleteRecordCall(DeleteRecordRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteRecord
|
com.byteplus.ApiResponse<DeleteRecordResponse> |
deleteRecordWithHttpInfo(@NotNull DeleteRecordRequest body) |
DeleteResolverEndpointResponse |
deleteResolverEndpoint(DeleteResolverEndpointRequest body) |
com.squareup.okhttp.Call |
deleteResolverEndpointAsync(DeleteResolverEndpointRequest body,
com.byteplus.ApiCallback<DeleteResolverEndpointResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
deleteResolverEndpointCall(DeleteResolverEndpointRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteResolverEndpoint
|
com.byteplus.ApiResponse<DeleteResolverEndpointResponse> |
deleteResolverEndpointWithHttpInfo(@NotNull DeleteResolverEndpointRequest body) |
DeleteResolverRuleResponse |
deleteResolverRule(DeleteResolverRuleRequest body) |
com.squareup.okhttp.Call |
deleteResolverRuleAsync(DeleteResolverRuleRequest body,
com.byteplus.ApiCallback<DeleteResolverRuleResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
deleteResolverRuleCall(DeleteResolverRuleRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteResolverRule
|
com.byteplus.ApiResponse<DeleteResolverRuleResponse> |
deleteResolverRuleWithHttpInfo(@NotNull DeleteResolverRuleRequest body) |
com.byteplus.ApiClient |
getApiClient() |
IncBindVPCResponse |
incBindVPC(IncBindVPCRequest body) |
com.squareup.okhttp.Call |
incBindVPCAsync(IncBindVPCRequest body,
com.byteplus.ApiCallback<IncBindVPCResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
incBindVPCCall(IncBindVPCRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for incBindVPC
|
com.byteplus.ApiResponse<IncBindVPCResponse> |
incBindVPCWithHttpInfo(@NotNull IncBindVPCRequest body) |
ListAuthorizedUsersResponse |
listAuthorizedUsers(ListAuthorizedUsersRequest body) |
com.squareup.okhttp.Call |
listAuthorizedUsersAsync(ListAuthorizedUsersRequest body,
com.byteplus.ApiCallback<ListAuthorizedUsersResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
listAuthorizedUsersCall(ListAuthorizedUsersRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listAuthorizedUsers
|
com.byteplus.ApiResponse<ListAuthorizedUsersResponse> |
listAuthorizedUsersWithHttpInfo(@NotNull ListAuthorizedUsersRequest body) |
ListBindVPCResponse |
listBindVPC(ListBindVPCRequest body) |
com.squareup.okhttp.Call |
listBindVPCAsync(ListBindVPCRequest body,
com.byteplus.ApiCallback<ListBindVPCResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
listBindVPCCall(ListBindVPCRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listBindVPC
|
com.byteplus.ApiResponse<ListBindVPCResponse> |
listBindVPCWithHttpInfo(@NotNull ListBindVPCRequest body) |
ListPrivateZonesResponse |
listPrivateZones(ListPrivateZonesRequest body) |
com.squareup.okhttp.Call |
listPrivateZonesAsync(ListPrivateZonesRequest body,
com.byteplus.ApiCallback<ListPrivateZonesResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
listPrivateZonesCall(ListPrivateZonesRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listPrivateZones
|
com.byteplus.ApiResponse<ListPrivateZonesResponse> |
listPrivateZonesWithHttpInfo(@NotNull ListPrivateZonesRequest body) |
ListRecordAttributesResponse |
listRecordAttributes(ListRecordAttributesRequest body) |
com.squareup.okhttp.Call |
listRecordAttributesAsync(ListRecordAttributesRequest body,
com.byteplus.ApiCallback<ListRecordAttributesResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
listRecordAttributesCall(ListRecordAttributesRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listRecordAttributes
|
com.byteplus.ApiResponse<ListRecordAttributesResponse> |
listRecordAttributesWithHttpInfo(@NotNull ListRecordAttributesRequest body) |
ListRecordsResponse |
listRecords(ListRecordsRequest body) |
com.squareup.okhttp.Call |
listRecordsAsync(ListRecordsRequest body,
com.byteplus.ApiCallback<ListRecordsResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
listRecordsCall(ListRecordsRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listRecords
|
ListRecordSetsResponse |
listRecordSets(ListRecordSetsRequest body) |
com.squareup.okhttp.Call |
listRecordSetsAsync(ListRecordSetsRequest body,
com.byteplus.ApiCallback<ListRecordSetsResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
listRecordSetsCall(ListRecordSetsRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listRecordSets
|
com.byteplus.ApiResponse<ListRecordSetsResponse> |
listRecordSetsWithHttpInfo(@NotNull ListRecordSetsRequest body) |
com.byteplus.ApiResponse<ListRecordsResponse> |
listRecordsWithHttpInfo(@NotNull ListRecordsRequest body) |
ListRegionsResponse |
listRegions(ListRegionsRequest body) |
com.squareup.okhttp.Call |
listRegionsAsync(ListRegionsRequest body,
com.byteplus.ApiCallback<ListRegionsResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
listRegionsCall(ListRegionsRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listRegions
|
com.byteplus.ApiResponse<ListRegionsResponse> |
listRegionsWithHttpInfo(@NotNull ListRegionsRequest body) |
ListResolverEndpointsResponse |
listResolverEndpoints(ListResolverEndpointsRequest body) |
com.squareup.okhttp.Call |
listResolverEndpointsAsync(ListResolverEndpointsRequest body,
com.byteplus.ApiCallback<ListResolverEndpointsResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
listResolverEndpointsCall(ListResolverEndpointsRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listResolverEndpoints
|
com.byteplus.ApiResponse<ListResolverEndpointsResponse> |
listResolverEndpointsWithHttpInfo(@NotNull ListResolverEndpointsRequest body) |
ListResolverRulesResponse |
listResolverRules(ListResolverRulesRequest body) |
com.squareup.okhttp.Call |
listResolverRulesAsync(ListResolverRulesRequest body,
com.byteplus.ApiCallback<ListResolverRulesResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
listResolverRulesCall(ListResolverRulesRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listResolverRules
|
com.byteplus.ApiResponse<ListResolverRulesResponse> |
listResolverRulesWithHttpInfo(@NotNull ListResolverRulesRequest body) |
ListTagsForResourcesResponse |
listTagsForResources(ListTagsForResourcesRequest body) |
com.squareup.okhttp.Call |
listTagsForResourcesAsync(ListTagsForResourcesRequest body,
com.byteplus.ApiCallback<ListTagsForResourcesResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
listTagsForResourcesCall(ListTagsForResourcesRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listTagsForResources
|
com.byteplus.ApiResponse<ListTagsForResourcesResponse> |
listTagsForResourcesWithHttpInfo(@NotNull ListTagsForResourcesRequest body) |
ListUserVPCResponse |
listUserVPC(ListUserVPCRequest body) |
com.squareup.okhttp.Call |
listUserVPCAsync(ListUserVPCRequest body,
com.byteplus.ApiCallback<ListUserVPCResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
listUserVPCCall(ListUserVPCRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listUserVPC
|
com.byteplus.ApiResponse<ListUserVPCResponse> |
listUserVPCWithHttpInfo(@NotNull ListUserVPCRequest body) |
QueryEcsHostSyncTaskResponse |
queryEcsHostSyncTask(QueryEcsHostSyncTaskRequest body) |
com.squareup.okhttp.Call |
queryEcsHostSyncTaskAsync(QueryEcsHostSyncTaskRequest body,
com.byteplus.ApiCallback<QueryEcsHostSyncTaskResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
queryEcsHostSyncTaskCall(QueryEcsHostSyncTaskRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for queryEcsHostSyncTask
|
com.byteplus.ApiResponse<QueryEcsHostSyncTaskResponse> |
queryEcsHostSyncTaskWithHttpInfo(@NotNull QueryEcsHostSyncTaskRequest body) |
QueryPrivateZoneResponse |
queryPrivateZone(QueryPrivateZoneRequest body) |
com.squareup.okhttp.Call |
queryPrivateZoneAsync(QueryPrivateZoneRequest body,
com.byteplus.ApiCallback<QueryPrivateZoneResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
queryPrivateZoneCall(QueryPrivateZoneRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for queryPrivateZone
|
com.byteplus.ApiResponse<QueryPrivateZoneResponse> |
queryPrivateZoneWithHttpInfo(@NotNull QueryPrivateZoneRequest body) |
QueryRecordResponse |
queryRecord(QueryRecordRequest body) |
com.squareup.okhttp.Call |
queryRecordAsync(QueryRecordRequest body,
com.byteplus.ApiCallback<QueryRecordResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
queryRecordCall(QueryRecordRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for queryRecord
|
com.byteplus.ApiResponse<QueryRecordResponse> |
queryRecordWithHttpInfo(@NotNull QueryRecordRequest body) |
QueryResolverEndpointResponse |
queryResolverEndpoint(QueryResolverEndpointRequest body) |
com.squareup.okhttp.Call |
queryResolverEndpointAsync(QueryResolverEndpointRequest body,
com.byteplus.ApiCallback<QueryResolverEndpointResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
queryResolverEndpointCall(QueryResolverEndpointRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for queryResolverEndpoint
|
com.byteplus.ApiResponse<QueryResolverEndpointResponse> |
queryResolverEndpointWithHttpInfo(@NotNull QueryResolverEndpointRequest body) |
QueryResolverRuleResponse |
queryResolverRule(QueryResolverRuleRequest body) |
com.squareup.okhttp.Call |
queryResolverRuleAsync(QueryResolverRuleRequest body,
com.byteplus.ApiCallback<QueryResolverRuleResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
queryResolverRuleCall(QueryResolverRuleRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for queryResolverRule
|
com.byteplus.ApiResponse<QueryResolverRuleResponse> |
queryResolverRuleWithHttpInfo(@NotNull QueryResolverRuleRequest body) |
SendVerifyCodeResponse |
sendVerifyCode(SendVerifyCodeRequest body) |
com.squareup.okhttp.Call |
sendVerifyCodeAsync(SendVerifyCodeRequest body,
com.byteplus.ApiCallback<SendVerifyCodeResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
sendVerifyCodeCall(SendVerifyCodeRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for sendVerifyCode
|
com.byteplus.ApiResponse<SendVerifyCodeResponse> |
sendVerifyCodeWithHttpInfo(@NotNull SendVerifyCodeRequest body) |
void |
setApiClient(com.byteplus.ApiClient apiClient) |
SyncEcsHostResponse |
syncEcsHost(SyncEcsHostRequest body) |
com.squareup.okhttp.Call |
syncEcsHostAsync(SyncEcsHostRequest body,
com.byteplus.ApiCallback<SyncEcsHostResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
syncEcsHostCall(SyncEcsHostRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for syncEcsHost
|
com.byteplus.ApiResponse<SyncEcsHostResponse> |
syncEcsHostWithHttpInfo(@NotNull SyncEcsHostRequest body) |
TagResourcesResponse |
tagResources(TagResourcesRequest body) |
com.squareup.okhttp.Call |
tagResourcesAsync(TagResourcesRequest body,
com.byteplus.ApiCallback<TagResourcesResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
tagResourcesCall(TagResourcesRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for tagResources
|
com.byteplus.ApiResponse<TagResourcesResponse> |
tagResourcesWithHttpInfo(@NotNull TagResourcesRequest body) |
UntagResourcesResponse |
untagResources(UntagResourcesRequest body) |
com.squareup.okhttp.Call |
untagResourcesAsync(UntagResourcesRequest body,
com.byteplus.ApiCallback<UntagResourcesResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
untagResourcesCall(UntagResourcesRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for untagResources
|
com.byteplus.ApiResponse<UntagResourcesResponse> |
untagResourcesWithHttpInfo(@NotNull UntagResourcesRequest body) |
UpdateBindVPCResponse |
updateBindVPC(UpdateBindVPCRequest body) |
com.squareup.okhttp.Call |
updateBindVPCAsync(UpdateBindVPCRequest body,
com.byteplus.ApiCallback<UpdateBindVPCResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
updateBindVPCCall(UpdateBindVPCRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateBindVPC
|
com.byteplus.ApiResponse<UpdateBindVPCResponse> |
updateBindVPCWithHttpInfo(@NotNull UpdateBindVPCRequest body) |
UpdateEcsHostSyncTaskResponse |
updateEcsHostSyncTask(UpdateEcsHostSyncTaskRequest body) |
com.squareup.okhttp.Call |
updateEcsHostSyncTaskAsync(UpdateEcsHostSyncTaskRequest body,
com.byteplus.ApiCallback<UpdateEcsHostSyncTaskResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
updateEcsHostSyncTaskCall(UpdateEcsHostSyncTaskRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateEcsHostSyncTask
|
com.byteplus.ApiResponse<UpdateEcsHostSyncTaskResponse> |
updateEcsHostSyncTaskWithHttpInfo(@NotNull UpdateEcsHostSyncTaskRequest body) |
UpdatePrivateZoneResponse |
updatePrivateZone(UpdatePrivateZoneRequest body) |
com.squareup.okhttp.Call |
updatePrivateZoneAsync(UpdatePrivateZoneRequest body,
com.byteplus.ApiCallback<UpdatePrivateZoneResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
updatePrivateZoneCall(UpdatePrivateZoneRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updatePrivateZone
|
com.byteplus.ApiResponse<UpdatePrivateZoneResponse> |
updatePrivateZoneWithHttpInfo(@NotNull UpdatePrivateZoneRequest body) |
UpdateRecordResponse |
updateRecord(UpdateRecordRequest body) |
com.squareup.okhttp.Call |
updateRecordAsync(UpdateRecordRequest body,
com.byteplus.ApiCallback<UpdateRecordResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
updateRecordCall(UpdateRecordRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateRecord
|
UpdateRecordSetResponse |
updateRecordSet(UpdateRecordSetRequest body) |
com.squareup.okhttp.Call |
updateRecordSetAsync(UpdateRecordSetRequest body,
com.byteplus.ApiCallback<UpdateRecordSetResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
updateRecordSetCall(UpdateRecordSetRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateRecordSet
|
com.byteplus.ApiResponse<UpdateRecordSetResponse> |
updateRecordSetWithHttpInfo(@NotNull UpdateRecordSetRequest body) |
com.byteplus.ApiResponse<UpdateRecordResponse> |
updateRecordWithHttpInfo(@NotNull UpdateRecordRequest body) |
UpdateResolverEndpointResponse |
updateResolverEndpoint(UpdateResolverEndpointRequest body) |
com.squareup.okhttp.Call |
updateResolverEndpointAsync(UpdateResolverEndpointRequest body,
com.byteplus.ApiCallback<UpdateResolverEndpointResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
updateResolverEndpointCall(UpdateResolverEndpointRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateResolverEndpoint
|
com.byteplus.ApiResponse<UpdateResolverEndpointResponse> |
updateResolverEndpointWithHttpInfo(@NotNull UpdateResolverEndpointRequest body) |
UpdateResolverRuleResponse |
updateResolverRule(UpdateResolverRuleRequest body) |
com.squareup.okhttp.Call |
updateResolverRuleAsync(UpdateResolverRuleRequest body,
com.byteplus.ApiCallback<UpdateResolverRuleResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
updateResolverRuleCall(UpdateResolverRuleRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateResolverRule
|
com.byteplus.ApiResponse<UpdateResolverRuleResponse> |
updateResolverRuleWithHttpInfo(@NotNull UpdateResolverRuleRequest body) |
public PrivateZoneApi()
public PrivateZoneApi(com.byteplus.ApiClient apiClient)
public com.byteplus.ApiClient getApiClient()
public void setApiClient(com.byteplus.ApiClient apiClient)
public com.squareup.okhttp.Call batchCreateRecordCall(BatchCreateRecordRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic BatchCreateRecordResponse batchCreateRecord(BatchCreateRecordRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<BatchCreateRecordResponse> batchCreateRecordWithHttpInfo(@NotNull @NotNull BatchCreateRecordRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call batchCreateRecordAsync(BatchCreateRecordRequest body, com.byteplus.ApiCallback<BatchCreateRecordResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call batchDeleteRecordCall(BatchDeleteRecordRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic BatchDeleteRecordResponse batchDeleteRecord(BatchDeleteRecordRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<BatchDeleteRecordResponse> batchDeleteRecordWithHttpInfo(@NotNull @NotNull BatchDeleteRecordRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call batchDeleteRecordAsync(BatchDeleteRecordRequest body, com.byteplus.ApiCallback<BatchDeleteRecordResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call batchUpdateRecordCall(BatchUpdateRecordRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic BatchUpdateRecordResponse batchUpdateRecord(BatchUpdateRecordRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<BatchUpdateRecordResponse> batchUpdateRecordWithHttpInfo(@NotNull @NotNull BatchUpdateRecordRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call batchUpdateRecordAsync(BatchUpdateRecordRequest body, com.byteplus.ApiCallback<BatchUpdateRecordResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call bindRuleVPCCall(BindRuleVPCRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic BindRuleVPCResponse bindRuleVPC(BindRuleVPCRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<BindRuleVPCResponse> bindRuleVPCWithHttpInfo(@NotNull @NotNull BindRuleVPCRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call bindRuleVPCAsync(BindRuleVPCRequest body, com.byteplus.ApiCallback<BindRuleVPCResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call bindVPCCall(BindVPCRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic BindVPCResponse bindVPC(BindVPCRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<BindVPCResponse> bindVPCWithHttpInfo(@NotNull @NotNull BindVPCRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call bindVPCAsync(BindVPCRequest body, com.byteplus.ApiCallback<BindVPCResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createAuthorizedUserCall(CreateAuthorizedUserRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic CreateAuthorizedUserResponse createAuthorizedUser(CreateAuthorizedUserRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<CreateAuthorizedUserResponse> createAuthorizedUserWithHttpInfo(@NotNull @NotNull CreateAuthorizedUserRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createAuthorizedUserAsync(CreateAuthorizedUserRequest body, com.byteplus.ApiCallback<CreateAuthorizedUserResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createPrivateZoneCall(CreatePrivateZoneRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic CreatePrivateZoneResponse createPrivateZone(CreatePrivateZoneRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<CreatePrivateZoneResponse> createPrivateZoneWithHttpInfo(@NotNull @NotNull CreatePrivateZoneRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createPrivateZoneAsync(CreatePrivateZoneRequest body, com.byteplus.ApiCallback<CreatePrivateZoneResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createRecordCall(CreateRecordRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic CreateRecordResponse createRecord(CreateRecordRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<CreateRecordResponse> createRecordWithHttpInfo(@NotNull @NotNull CreateRecordRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createRecordAsync(CreateRecordRequest body, com.byteplus.ApiCallback<CreateRecordResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createResolverEndpointCall(CreateResolverEndpointRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic CreateResolverEndpointResponse createResolverEndpoint(CreateResolverEndpointRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<CreateResolverEndpointResponse> createResolverEndpointWithHttpInfo(@NotNull @NotNull CreateResolverEndpointRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createResolverEndpointAsync(CreateResolverEndpointRequest body, com.byteplus.ApiCallback<CreateResolverEndpointResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createResolverRuleCall(CreateResolverRuleRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic CreateResolverRuleResponse createResolverRule(CreateResolverRuleRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<CreateResolverRuleResponse> createResolverRuleWithHttpInfo(@NotNull @NotNull CreateResolverRuleRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createResolverRuleAsync(CreateResolverRuleRequest body, com.byteplus.ApiCallback<CreateResolverRuleResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteAuthorizedUserCall(DeleteAuthorizedUserRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic DeleteAuthorizedUserResponse deleteAuthorizedUser(DeleteAuthorizedUserRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<DeleteAuthorizedUserResponse> deleteAuthorizedUserWithHttpInfo(@NotNull @NotNull DeleteAuthorizedUserRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteAuthorizedUserAsync(DeleteAuthorizedUserRequest body, com.byteplus.ApiCallback<DeleteAuthorizedUserResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deletePrivateZoneCall(DeletePrivateZoneRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic DeletePrivateZoneResponse deletePrivateZone(DeletePrivateZoneRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<DeletePrivateZoneResponse> deletePrivateZoneWithHttpInfo(@NotNull @NotNull DeletePrivateZoneRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deletePrivateZoneAsync(DeletePrivateZoneRequest body, com.byteplus.ApiCallback<DeletePrivateZoneResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteRecordCall(DeleteRecordRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic DeleteRecordResponse deleteRecord(DeleteRecordRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<DeleteRecordResponse> deleteRecordWithHttpInfo(@NotNull @NotNull DeleteRecordRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteRecordAsync(DeleteRecordRequest body, com.byteplus.ApiCallback<DeleteRecordResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteResolverEndpointCall(DeleteResolverEndpointRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic DeleteResolverEndpointResponse deleteResolverEndpoint(DeleteResolverEndpointRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<DeleteResolverEndpointResponse> deleteResolverEndpointWithHttpInfo(@NotNull @NotNull DeleteResolverEndpointRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteResolverEndpointAsync(DeleteResolverEndpointRequest body, com.byteplus.ApiCallback<DeleteResolverEndpointResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteResolverRuleCall(DeleteResolverRuleRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic DeleteResolverRuleResponse deleteResolverRule(DeleteResolverRuleRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<DeleteResolverRuleResponse> deleteResolverRuleWithHttpInfo(@NotNull @NotNull DeleteResolverRuleRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteResolverRuleAsync(DeleteResolverRuleRequest body, com.byteplus.ApiCallback<DeleteResolverRuleResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call incBindVPCCall(IncBindVPCRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic IncBindVPCResponse incBindVPC(IncBindVPCRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<IncBindVPCResponse> incBindVPCWithHttpInfo(@NotNull @NotNull IncBindVPCRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call incBindVPCAsync(IncBindVPCRequest body, com.byteplus.ApiCallback<IncBindVPCResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call listAuthorizedUsersCall(ListAuthorizedUsersRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic ListAuthorizedUsersResponse listAuthorizedUsers(ListAuthorizedUsersRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<ListAuthorizedUsersResponse> listAuthorizedUsersWithHttpInfo(@NotNull @NotNull ListAuthorizedUsersRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call listAuthorizedUsersAsync(ListAuthorizedUsersRequest body, com.byteplus.ApiCallback<ListAuthorizedUsersResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call listBindVPCCall(ListBindVPCRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic ListBindVPCResponse listBindVPC(ListBindVPCRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<ListBindVPCResponse> listBindVPCWithHttpInfo(@NotNull @NotNull ListBindVPCRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call listBindVPCAsync(ListBindVPCRequest body, com.byteplus.ApiCallback<ListBindVPCResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call listPrivateZonesCall(ListPrivateZonesRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic ListPrivateZonesResponse listPrivateZones(ListPrivateZonesRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<ListPrivateZonesResponse> listPrivateZonesWithHttpInfo(@NotNull @NotNull ListPrivateZonesRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call listPrivateZonesAsync(ListPrivateZonesRequest body, com.byteplus.ApiCallback<ListPrivateZonesResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call listRecordAttributesCall(ListRecordAttributesRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic ListRecordAttributesResponse listRecordAttributes(ListRecordAttributesRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<ListRecordAttributesResponse> listRecordAttributesWithHttpInfo(@NotNull @NotNull ListRecordAttributesRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call listRecordAttributesAsync(ListRecordAttributesRequest body, com.byteplus.ApiCallback<ListRecordAttributesResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call listRecordSetsCall(ListRecordSetsRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic ListRecordSetsResponse listRecordSets(ListRecordSetsRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<ListRecordSetsResponse> listRecordSetsWithHttpInfo(@NotNull @NotNull ListRecordSetsRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call listRecordSetsAsync(ListRecordSetsRequest body, com.byteplus.ApiCallback<ListRecordSetsResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call listRecordsCall(ListRecordsRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic ListRecordsResponse listRecords(ListRecordsRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<ListRecordsResponse> listRecordsWithHttpInfo(@NotNull @NotNull ListRecordsRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call listRecordsAsync(ListRecordsRequest body, com.byteplus.ApiCallback<ListRecordsResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call listRegionsCall(ListRegionsRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic ListRegionsResponse listRegions(ListRegionsRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<ListRegionsResponse> listRegionsWithHttpInfo(@NotNull @NotNull ListRegionsRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call listRegionsAsync(ListRegionsRequest body, com.byteplus.ApiCallback<ListRegionsResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call listResolverEndpointsCall(ListResolverEndpointsRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic ListResolverEndpointsResponse listResolverEndpoints(ListResolverEndpointsRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<ListResolverEndpointsResponse> listResolverEndpointsWithHttpInfo(@NotNull @NotNull ListResolverEndpointsRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call listResolverEndpointsAsync(ListResolverEndpointsRequest body, com.byteplus.ApiCallback<ListResolverEndpointsResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call listResolverRulesCall(ListResolverRulesRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic ListResolverRulesResponse listResolverRules(ListResolverRulesRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<ListResolverRulesResponse> listResolverRulesWithHttpInfo(@NotNull @NotNull ListResolverRulesRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call listResolverRulesAsync(ListResolverRulesRequest body, com.byteplus.ApiCallback<ListResolverRulesResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call listTagsForResourcesCall(ListTagsForResourcesRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic ListTagsForResourcesResponse listTagsForResources(ListTagsForResourcesRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<ListTagsForResourcesResponse> listTagsForResourcesWithHttpInfo(@NotNull @NotNull ListTagsForResourcesRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call listTagsForResourcesAsync(ListTagsForResourcesRequest body, com.byteplus.ApiCallback<ListTagsForResourcesResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call listUserVPCCall(ListUserVPCRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic ListUserVPCResponse listUserVPC(ListUserVPCRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<ListUserVPCResponse> listUserVPCWithHttpInfo(@NotNull @NotNull ListUserVPCRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call listUserVPCAsync(ListUserVPCRequest body, com.byteplus.ApiCallback<ListUserVPCResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call queryEcsHostSyncTaskCall(QueryEcsHostSyncTaskRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic QueryEcsHostSyncTaskResponse queryEcsHostSyncTask(QueryEcsHostSyncTaskRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<QueryEcsHostSyncTaskResponse> queryEcsHostSyncTaskWithHttpInfo(@NotNull @NotNull QueryEcsHostSyncTaskRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call queryEcsHostSyncTaskAsync(QueryEcsHostSyncTaskRequest body, com.byteplus.ApiCallback<QueryEcsHostSyncTaskResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call queryPrivateZoneCall(QueryPrivateZoneRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic QueryPrivateZoneResponse queryPrivateZone(QueryPrivateZoneRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<QueryPrivateZoneResponse> queryPrivateZoneWithHttpInfo(@NotNull @NotNull QueryPrivateZoneRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call queryPrivateZoneAsync(QueryPrivateZoneRequest body, com.byteplus.ApiCallback<QueryPrivateZoneResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call queryRecordCall(QueryRecordRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic QueryRecordResponse queryRecord(QueryRecordRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<QueryRecordResponse> queryRecordWithHttpInfo(@NotNull @NotNull QueryRecordRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call queryRecordAsync(QueryRecordRequest body, com.byteplus.ApiCallback<QueryRecordResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call queryResolverEndpointCall(QueryResolverEndpointRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic QueryResolverEndpointResponse queryResolverEndpoint(QueryResolverEndpointRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<QueryResolverEndpointResponse> queryResolverEndpointWithHttpInfo(@NotNull @NotNull QueryResolverEndpointRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call queryResolverEndpointAsync(QueryResolverEndpointRequest body, com.byteplus.ApiCallback<QueryResolverEndpointResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call queryResolverRuleCall(QueryResolverRuleRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic QueryResolverRuleResponse queryResolverRule(QueryResolverRuleRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<QueryResolverRuleResponse> queryResolverRuleWithHttpInfo(@NotNull @NotNull QueryResolverRuleRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call queryResolverRuleAsync(QueryResolverRuleRequest body, com.byteplus.ApiCallback<QueryResolverRuleResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call sendVerifyCodeCall(SendVerifyCodeRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic SendVerifyCodeResponse sendVerifyCode(SendVerifyCodeRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<SendVerifyCodeResponse> sendVerifyCodeWithHttpInfo(@NotNull @NotNull SendVerifyCodeRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call sendVerifyCodeAsync(SendVerifyCodeRequest body, com.byteplus.ApiCallback<SendVerifyCodeResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call syncEcsHostCall(SyncEcsHostRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic SyncEcsHostResponse syncEcsHost(SyncEcsHostRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<SyncEcsHostResponse> syncEcsHostWithHttpInfo(@NotNull @NotNull SyncEcsHostRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call syncEcsHostAsync(SyncEcsHostRequest body, com.byteplus.ApiCallback<SyncEcsHostResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call tagResourcesCall(TagResourcesRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic TagResourcesResponse tagResources(TagResourcesRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<TagResourcesResponse> tagResourcesWithHttpInfo(@NotNull @NotNull TagResourcesRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call tagResourcesAsync(TagResourcesRequest body, com.byteplus.ApiCallback<TagResourcesResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call untagResourcesCall(UntagResourcesRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic UntagResourcesResponse untagResources(UntagResourcesRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<UntagResourcesResponse> untagResourcesWithHttpInfo(@NotNull @NotNull UntagResourcesRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call untagResourcesAsync(UntagResourcesRequest body, com.byteplus.ApiCallback<UntagResourcesResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateBindVPCCall(UpdateBindVPCRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic UpdateBindVPCResponse updateBindVPC(UpdateBindVPCRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<UpdateBindVPCResponse> updateBindVPCWithHttpInfo(@NotNull @NotNull UpdateBindVPCRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateBindVPCAsync(UpdateBindVPCRequest body, com.byteplus.ApiCallback<UpdateBindVPCResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateEcsHostSyncTaskCall(UpdateEcsHostSyncTaskRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic UpdateEcsHostSyncTaskResponse updateEcsHostSyncTask(UpdateEcsHostSyncTaskRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<UpdateEcsHostSyncTaskResponse> updateEcsHostSyncTaskWithHttpInfo(@NotNull @NotNull UpdateEcsHostSyncTaskRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateEcsHostSyncTaskAsync(UpdateEcsHostSyncTaskRequest body, com.byteplus.ApiCallback<UpdateEcsHostSyncTaskResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updatePrivateZoneCall(UpdatePrivateZoneRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic UpdatePrivateZoneResponse updatePrivateZone(UpdatePrivateZoneRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<UpdatePrivateZoneResponse> updatePrivateZoneWithHttpInfo(@NotNull @NotNull UpdatePrivateZoneRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updatePrivateZoneAsync(UpdatePrivateZoneRequest body, com.byteplus.ApiCallback<UpdatePrivateZoneResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateRecordCall(UpdateRecordRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic UpdateRecordResponse updateRecord(UpdateRecordRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<UpdateRecordResponse> updateRecordWithHttpInfo(@NotNull @NotNull UpdateRecordRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateRecordAsync(UpdateRecordRequest body, com.byteplus.ApiCallback<UpdateRecordResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateRecordSetCall(UpdateRecordSetRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic UpdateRecordSetResponse updateRecordSet(UpdateRecordSetRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<UpdateRecordSetResponse> updateRecordSetWithHttpInfo(@NotNull @NotNull UpdateRecordSetRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateRecordSetAsync(UpdateRecordSetRequest body, com.byteplus.ApiCallback<UpdateRecordSetResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateResolverEndpointCall(UpdateResolverEndpointRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic UpdateResolverEndpointResponse updateResolverEndpoint(UpdateResolverEndpointRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<UpdateResolverEndpointResponse> updateResolverEndpointWithHttpInfo(@NotNull @NotNull UpdateResolverEndpointRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateResolverEndpointAsync(UpdateResolverEndpointRequest body, com.byteplus.ApiCallback<UpdateResolverEndpointResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateResolverRuleCall(UpdateResolverRuleRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic UpdateResolverRuleResponse updateResolverRule(UpdateResolverRuleRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<UpdateResolverRuleResponse> updateResolverRuleWithHttpInfo(@NotNull @NotNull UpdateResolverRuleRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateResolverRuleAsync(UpdateResolverRuleRequest body, com.byteplus.ApiCallback<UpdateResolverRuleResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2026. All rights reserved.