public class ApigApi extends Object
| Constructor and Description |
|---|
ApigApi() |
ApigApi(com.byteplus.ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
AttachGatewayLBResponse |
attachGatewayLB(AttachGatewayLBRequest body) |
com.squareup.okhttp.Call |
attachGatewayLBAsync(AttachGatewayLBRequest body,
com.byteplus.ApiCallback<AttachGatewayLBResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
attachGatewayLBCall(AttachGatewayLBRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for attachGatewayLB
|
com.byteplus.ApiResponse<AttachGatewayLBResponse> |
attachGatewayLBWithHttpInfo(@NotNull AttachGatewayLBRequest body) |
CreateConsumerResponse |
createConsumer(CreateConsumerRequest body) |
com.squareup.okhttp.Call |
createConsumerAsync(CreateConsumerRequest body,
com.byteplus.ApiCallback<CreateConsumerResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
createConsumerCall(CreateConsumerRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createConsumer
|
CreateConsumerCredentialResponse |
createConsumerCredential(CreateConsumerCredentialRequest body) |
com.squareup.okhttp.Call |
createConsumerCredentialAsync(CreateConsumerCredentialRequest body,
com.byteplus.ApiCallback<CreateConsumerCredentialResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
createConsumerCredentialCall(CreateConsumerCredentialRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createConsumerCredential
|
com.byteplus.ApiResponse<CreateConsumerCredentialResponse> |
createConsumerCredentialWithHttpInfo(@NotNull CreateConsumerCredentialRequest body) |
com.byteplus.ApiResponse<CreateConsumerResponse> |
createConsumerWithHttpInfo(@NotNull CreateConsumerRequest body) |
CreateCustomDomainResponse |
createCustomDomain(CreateCustomDomainRequest body) |
com.squareup.okhttp.Call |
createCustomDomainAsync(CreateCustomDomainRequest body,
com.byteplus.ApiCallback<CreateCustomDomainResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
createCustomDomainCall(CreateCustomDomainRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCustomDomain
|
com.byteplus.ApiResponse<CreateCustomDomainResponse> |
createCustomDomainWithHttpInfo(@NotNull CreateCustomDomainRequest body) |
CreateGatewayResponse |
createGateway(CreateGatewayRequest body) |
com.squareup.okhttp.Call |
createGatewayAsync(CreateGatewayRequest body,
com.byteplus.ApiCallback<CreateGatewayResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
createGatewayCall(CreateGatewayRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createGateway
|
CreateGatewayServiceResponse |
createGatewayService(CreateGatewayServiceRequest body) |
com.squareup.okhttp.Call |
createGatewayServiceAsync(CreateGatewayServiceRequest body,
com.byteplus.ApiCallback<CreateGatewayServiceResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
createGatewayServiceCall(CreateGatewayServiceRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createGatewayService
|
com.byteplus.ApiResponse<CreateGatewayServiceResponse> |
createGatewayServiceWithHttpInfo(@NotNull CreateGatewayServiceRequest body) |
com.byteplus.ApiResponse<CreateGatewayResponse> |
createGatewayWithHttpInfo(@NotNull CreateGatewayRequest body) |
CreatePluginBindingResponse |
createPluginBinding(CreatePluginBindingRequest body) |
com.squareup.okhttp.Call |
createPluginBindingAsync(CreatePluginBindingRequest body,
com.byteplus.ApiCallback<CreatePluginBindingResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
createPluginBindingCall(CreatePluginBindingRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createPluginBinding
|
com.byteplus.ApiResponse<CreatePluginBindingResponse> |
createPluginBindingWithHttpInfo(@NotNull CreatePluginBindingRequest body) |
CreateUpstreamResponse |
createUpstream(CreateUpstreamRequest body) |
com.squareup.okhttp.Call |
createUpstreamAsync(CreateUpstreamRequest body,
com.byteplus.ApiCallback<CreateUpstreamResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
createUpstreamCall(CreateUpstreamRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createUpstream
|
CreateUpstreamSourceResponse |
createUpstreamSource(CreateUpstreamSourceRequest body) |
com.squareup.okhttp.Call |
createUpstreamSourceAsync(CreateUpstreamSourceRequest body,
com.byteplus.ApiCallback<CreateUpstreamSourceResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
createUpstreamSourceCall(CreateUpstreamSourceRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createUpstreamSource
|
com.byteplus.ApiResponse<CreateUpstreamSourceResponse> |
createUpstreamSourceWithHttpInfo(@NotNull CreateUpstreamSourceRequest body) |
CreateUpstreamVersionResponse |
createUpstreamVersion(CreateUpstreamVersionRequest body) |
com.squareup.okhttp.Call |
createUpstreamVersionAsync(CreateUpstreamVersionRequest body,
com.byteplus.ApiCallback<CreateUpstreamVersionResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
createUpstreamVersionCall(CreateUpstreamVersionRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createUpstreamVersion
|
com.byteplus.ApiResponse<CreateUpstreamVersionResponse> |
createUpstreamVersionWithHttpInfo(@NotNull CreateUpstreamVersionRequest body) |
com.byteplus.ApiResponse<CreateUpstreamResponse> |
createUpstreamWithHttpInfo(@NotNull CreateUpstreamRequest body) |
DeleteConsumerResponse |
deleteConsumer(DeleteConsumerRequest body) |
com.squareup.okhttp.Call |
deleteConsumerAsync(DeleteConsumerRequest body,
com.byteplus.ApiCallback<DeleteConsumerResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
deleteConsumerCall(DeleteConsumerRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteConsumer
|
DeleteConsumerCredentialResponse |
deleteConsumerCredential(DeleteConsumerCredentialRequest body) |
com.squareup.okhttp.Call |
deleteConsumerCredentialAsync(DeleteConsumerCredentialRequest body,
com.byteplus.ApiCallback<DeleteConsumerCredentialResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
deleteConsumerCredentialCall(DeleteConsumerCredentialRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteConsumerCredential
|
com.byteplus.ApiResponse<DeleteConsumerCredentialResponse> |
deleteConsumerCredentialWithHttpInfo(@NotNull DeleteConsumerCredentialRequest body) |
com.byteplus.ApiResponse<DeleteConsumerResponse> |
deleteConsumerWithHttpInfo(@NotNull DeleteConsumerRequest body) |
DeleteCustomDomainResponse |
deleteCustomDomain(DeleteCustomDomainRequest body) |
com.squareup.okhttp.Call |
deleteCustomDomainAsync(DeleteCustomDomainRequest body,
com.byteplus.ApiCallback<DeleteCustomDomainResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
deleteCustomDomainCall(DeleteCustomDomainRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCustomDomain
|
com.byteplus.ApiResponse<DeleteCustomDomainResponse> |
deleteCustomDomainWithHttpInfo(@NotNull DeleteCustomDomainRequest body) |
DeleteGatewayResponse |
deleteGateway(DeleteGatewayRequest body) |
com.squareup.okhttp.Call |
deleteGatewayAsync(DeleteGatewayRequest body,
com.byteplus.ApiCallback<DeleteGatewayResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
deleteGatewayCall(DeleteGatewayRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteGateway
|
DeleteGatewayServiceResponse |
deleteGatewayService(DeleteGatewayServiceRequest body) |
com.squareup.okhttp.Call |
deleteGatewayServiceAsync(DeleteGatewayServiceRequest body,
com.byteplus.ApiCallback<DeleteGatewayServiceResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
deleteGatewayServiceCall(DeleteGatewayServiceRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteGatewayService
|
com.byteplus.ApiResponse<DeleteGatewayServiceResponse> |
deleteGatewayServiceWithHttpInfo(@NotNull DeleteGatewayServiceRequest body) |
com.byteplus.ApiResponse<DeleteGatewayResponse> |
deleteGatewayWithHttpInfo(@NotNull DeleteGatewayRequest body) |
DeletePluginBindingResponse |
deletePluginBinding(DeletePluginBindingRequest body) |
com.squareup.okhttp.Call |
deletePluginBindingAsync(DeletePluginBindingRequest body,
com.byteplus.ApiCallback<DeletePluginBindingResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
deletePluginBindingCall(DeletePluginBindingRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deletePluginBinding
|
com.byteplus.ApiResponse<DeletePluginBindingResponse> |
deletePluginBindingWithHttpInfo(@NotNull DeletePluginBindingRequest body) |
DeleteUpstreamResponse |
deleteUpstream(DeleteUpstreamRequest body) |
com.squareup.okhttp.Call |
deleteUpstreamAsync(DeleteUpstreamRequest body,
com.byteplus.ApiCallback<DeleteUpstreamResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
deleteUpstreamCall(DeleteUpstreamRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteUpstream
|
DeleteUpstreamSourceResponse |
deleteUpstreamSource(DeleteUpstreamSourceRequest body) |
com.squareup.okhttp.Call |
deleteUpstreamSourceAsync(DeleteUpstreamSourceRequest body,
com.byteplus.ApiCallback<DeleteUpstreamSourceResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
deleteUpstreamSourceCall(DeleteUpstreamSourceRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteUpstreamSource
|
com.byteplus.ApiResponse<DeleteUpstreamSourceResponse> |
deleteUpstreamSourceWithHttpInfo(@NotNull DeleteUpstreamSourceRequest body) |
DeleteUpstreamVersionResponse |
deleteUpstreamVersion(DeleteUpstreamVersionRequest body) |
com.squareup.okhttp.Call |
deleteUpstreamVersionAsync(DeleteUpstreamVersionRequest body,
com.byteplus.ApiCallback<DeleteUpstreamVersionResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
deleteUpstreamVersionCall(DeleteUpstreamVersionRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteUpstreamVersion
|
com.byteplus.ApiResponse<DeleteUpstreamVersionResponse> |
deleteUpstreamVersionWithHttpInfo(@NotNull DeleteUpstreamVersionRequest body) |
com.byteplus.ApiResponse<DeleteUpstreamResponse> |
deleteUpstreamWithHttpInfo(@NotNull DeleteUpstreamRequest body) |
DetachGatewayLBResponse |
detachGatewayLB(DetachGatewayLBRequest body) |
com.squareup.okhttp.Call |
detachGatewayLBAsync(DetachGatewayLBRequest body,
com.byteplus.ApiCallback<DetachGatewayLBResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
detachGatewayLBCall(DetachGatewayLBRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for detachGatewayLB
|
com.byteplus.ApiResponse<DetachGatewayLBResponse> |
detachGatewayLBWithHttpInfo(@NotNull DetachGatewayLBRequest body) |
com.byteplus.ApiClient |
getApiClient() |
GetConsumerResponse |
getConsumer(GetConsumerRequest body) |
com.squareup.okhttp.Call |
getConsumerAsync(GetConsumerRequest body,
com.byteplus.ApiCallback<GetConsumerResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
getConsumerCall(GetConsumerRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getConsumer
|
com.byteplus.ApiResponse<GetConsumerResponse> |
getConsumerWithHttpInfo(@NotNull GetConsumerRequest body) |
GetCustomDomainResponse |
getCustomDomain(GetCustomDomainRequest body) |
com.squareup.okhttp.Call |
getCustomDomainAsync(GetCustomDomainRequest body,
com.byteplus.ApiCallback<GetCustomDomainResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
getCustomDomainCall(GetCustomDomainRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getCustomDomain
|
com.byteplus.ApiResponse<GetCustomDomainResponse> |
getCustomDomainWithHttpInfo(@NotNull GetCustomDomainRequest body) |
GetGatewayResponse |
getGateway(GetGatewayRequest body) |
com.squareup.okhttp.Call |
getGatewayAsync(GetGatewayRequest body,
com.byteplus.ApiCallback<GetGatewayResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
getGatewayCall(GetGatewayRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getGateway
|
GetGatewayServiceResponse |
getGatewayService(GetGatewayServiceRequest body) |
com.squareup.okhttp.Call |
getGatewayServiceAsync(GetGatewayServiceRequest body,
com.byteplus.ApiCallback<GetGatewayServiceResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
getGatewayServiceCall(GetGatewayServiceRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getGatewayService
|
com.byteplus.ApiResponse<GetGatewayServiceResponse> |
getGatewayServiceWithHttpInfo(@NotNull GetGatewayServiceRequest body) |
com.byteplus.ApiResponse<GetGatewayResponse> |
getGatewayWithHttpInfo(@NotNull GetGatewayRequest body) |
GetJwtTokenResponse |
getJwtToken(GetJwtTokenRequest body) |
com.squareup.okhttp.Call |
getJwtTokenAsync(GetJwtTokenRequest body,
com.byteplus.ApiCallback<GetJwtTokenResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
getJwtTokenCall(GetJwtTokenRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getJwtToken
|
com.byteplus.ApiResponse<GetJwtTokenResponse> |
getJwtTokenWithHttpInfo(@NotNull GetJwtTokenRequest body) |
GetPluginBindingResponse |
getPluginBinding(GetPluginBindingRequest body) |
com.squareup.okhttp.Call |
getPluginBindingAsync(GetPluginBindingRequest body,
com.byteplus.ApiCallback<GetPluginBindingResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
getPluginBindingCall(GetPluginBindingRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPluginBinding
|
com.byteplus.ApiResponse<GetPluginBindingResponse> |
getPluginBindingWithHttpInfo(@NotNull GetPluginBindingRequest body) |
GetUpstreamResponse |
getUpstream(GetUpstreamRequest body) |
com.squareup.okhttp.Call |
getUpstreamAsync(GetUpstreamRequest body,
com.byteplus.ApiCallback<GetUpstreamResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
getUpstreamCall(GetUpstreamRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getUpstream
|
GetUpstreamSourceResponse |
getUpstreamSource(GetUpstreamSourceRequest body) |
com.squareup.okhttp.Call |
getUpstreamSourceAsync(GetUpstreamSourceRequest body,
com.byteplus.ApiCallback<GetUpstreamSourceResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
getUpstreamSourceCall(GetUpstreamSourceRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getUpstreamSource
|
com.byteplus.ApiResponse<GetUpstreamSourceResponse> |
getUpstreamSourceWithHttpInfo(@NotNull GetUpstreamSourceRequest body) |
com.byteplus.ApiResponse<GetUpstreamResponse> |
getUpstreamWithHttpInfo(@NotNull GetUpstreamRequest body) |
ListConsumerCredentialsResponse |
listConsumerCredentials(ListConsumerCredentialsRequest body) |
com.squareup.okhttp.Call |
listConsumerCredentialsAsync(ListConsumerCredentialsRequest body,
com.byteplus.ApiCallback<ListConsumerCredentialsResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
listConsumerCredentialsCall(ListConsumerCredentialsRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listConsumerCredentials
|
com.byteplus.ApiResponse<ListConsumerCredentialsResponse> |
listConsumerCredentialsWithHttpInfo(@NotNull ListConsumerCredentialsRequest body) |
ListConsumersResponse |
listConsumers(ListConsumersRequest body) |
com.squareup.okhttp.Call |
listConsumersAsync(ListConsumersRequest body,
com.byteplus.ApiCallback<ListConsumersResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
listConsumersCall(ListConsumersRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listConsumers
|
com.byteplus.ApiResponse<ListConsumersResponse> |
listConsumersWithHttpInfo(@NotNull ListConsumersRequest body) |
ListCustomDomainsResponse |
listCustomDomains(ListCustomDomainsRequest body) |
com.squareup.okhttp.Call |
listCustomDomainsAsync(ListCustomDomainsRequest body,
com.byteplus.ApiCallback<ListCustomDomainsResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
listCustomDomainsCall(ListCustomDomainsRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCustomDomains
|
com.byteplus.ApiResponse<ListCustomDomainsResponse> |
listCustomDomainsWithHttpInfo(@NotNull ListCustomDomainsRequest body) |
ListGatewayLBsResponse |
listGatewayLBs(ListGatewayLBsRequest body) |
com.squareup.okhttp.Call |
listGatewayLBsAsync(ListGatewayLBsRequest body,
com.byteplus.ApiCallback<ListGatewayLBsResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
listGatewayLBsCall(ListGatewayLBsRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listGatewayLBs
|
com.byteplus.ApiResponse<ListGatewayLBsResponse> |
listGatewayLBsWithHttpInfo(@NotNull ListGatewayLBsRequest body) |
ListGatewaysResponse |
listGateways(ListGatewaysRequest body) |
com.squareup.okhttp.Call |
listGatewaysAsync(ListGatewaysRequest body,
com.byteplus.ApiCallback<ListGatewaysResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
listGatewaysCall(ListGatewaysRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listGateways
|
ListGatewayServicesResponse |
listGatewayServices(ListGatewayServicesRequest body) |
com.squareup.okhttp.Call |
listGatewayServicesAsync(ListGatewayServicesRequest body,
com.byteplus.ApiCallback<ListGatewayServicesResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
listGatewayServicesCall(ListGatewayServicesRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listGatewayServices
|
com.byteplus.ApiResponse<ListGatewayServicesResponse> |
listGatewayServicesWithHttpInfo(@NotNull ListGatewayServicesRequest body) |
com.byteplus.ApiResponse<ListGatewaysResponse> |
listGatewaysWithHttpInfo(@NotNull ListGatewaysRequest body) |
ListPluginBindingsResponse |
listPluginBindings(ListPluginBindingsRequest body) |
com.squareup.okhttp.Call |
listPluginBindingsAsync(ListPluginBindingsRequest body,
com.byteplus.ApiCallback<ListPluginBindingsResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
listPluginBindingsCall(ListPluginBindingsRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listPluginBindings
|
com.byteplus.ApiResponse<ListPluginBindingsResponse> |
listPluginBindingsWithHttpInfo(@NotNull ListPluginBindingsRequest body) |
ListUpstreamsResponse |
listUpstreams(ListUpstreamsRequest body) |
com.squareup.okhttp.Call |
listUpstreamsAsync(ListUpstreamsRequest body,
com.byteplus.ApiCallback<ListUpstreamsResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
listUpstreamsCall(ListUpstreamsRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listUpstreams
|
ListUpstreamSourcesResponse |
listUpstreamSources(ListUpstreamSourcesRequest body) |
com.squareup.okhttp.Call |
listUpstreamSourcesAsync(ListUpstreamSourcesRequest body,
com.byteplus.ApiCallback<ListUpstreamSourcesResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
listUpstreamSourcesCall(ListUpstreamSourcesRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listUpstreamSources
|
com.byteplus.ApiResponse<ListUpstreamSourcesResponse> |
listUpstreamSourcesWithHttpInfo(@NotNull ListUpstreamSourcesRequest body) |
com.byteplus.ApiResponse<ListUpstreamsResponse> |
listUpstreamsWithHttpInfo(@NotNull ListUpstreamsRequest body) |
void |
setApiClient(com.byteplus.ApiClient apiClient) |
UpdateConsumerResponse |
updateConsumer(UpdateConsumerRequest body) |
com.squareup.okhttp.Call |
updateConsumerAsync(UpdateConsumerRequest body,
com.byteplus.ApiCallback<UpdateConsumerResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
updateConsumerCall(UpdateConsumerRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateConsumer
|
com.byteplus.ApiResponse<UpdateConsumerResponse> |
updateConsumerWithHttpInfo(@NotNull UpdateConsumerRequest body) |
UpdateCustomDomainResponse |
updateCustomDomain(UpdateCustomDomainRequest body) |
com.squareup.okhttp.Call |
updateCustomDomainAsync(UpdateCustomDomainRequest body,
com.byteplus.ApiCallback<UpdateCustomDomainResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
updateCustomDomainCall(UpdateCustomDomainRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateCustomDomain
|
com.byteplus.ApiResponse<UpdateCustomDomainResponse> |
updateCustomDomainWithHttpInfo(@NotNull UpdateCustomDomainRequest body) |
UpdateGatewayResponse |
updateGateway(UpdateGatewayRequest body) |
com.squareup.okhttp.Call |
updateGatewayAsync(UpdateGatewayRequest body,
com.byteplus.ApiCallback<UpdateGatewayResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
updateGatewayCall(UpdateGatewayRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateGateway
|
UpdateGatewayCustomLogResponse |
updateGatewayCustomLog(UpdateGatewayCustomLogRequest body) |
com.squareup.okhttp.Call |
updateGatewayCustomLogAsync(UpdateGatewayCustomLogRequest body,
com.byteplus.ApiCallback<UpdateGatewayCustomLogResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
updateGatewayCustomLogCall(UpdateGatewayCustomLogRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateGatewayCustomLog
|
com.byteplus.ApiResponse<UpdateGatewayCustomLogResponse> |
updateGatewayCustomLogWithHttpInfo(@NotNull UpdateGatewayCustomLogRequest body) |
UpdateGatewayLogResponse |
updateGatewayLog(UpdateGatewayLogRequest body) |
com.squareup.okhttp.Call |
updateGatewayLogAsync(UpdateGatewayLogRequest body,
com.byteplus.ApiCallback<UpdateGatewayLogResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
updateGatewayLogCall(UpdateGatewayLogRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateGatewayLog
|
com.byteplus.ApiResponse<UpdateGatewayLogResponse> |
updateGatewayLogWithHttpInfo(@NotNull UpdateGatewayLogRequest body) |
UpdateGatewayServiceResponse |
updateGatewayService(UpdateGatewayServiceRequest body) |
com.squareup.okhttp.Call |
updateGatewayServiceAsync(UpdateGatewayServiceRequest body,
com.byteplus.ApiCallback<UpdateGatewayServiceResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
updateGatewayServiceCall(UpdateGatewayServiceRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateGatewayService
|
com.byteplus.ApiResponse<UpdateGatewayServiceResponse> |
updateGatewayServiceWithHttpInfo(@NotNull UpdateGatewayServiceRequest body) |
UpdateGatewaySpecResponse |
updateGatewaySpec(UpdateGatewaySpecRequest body) |
com.squareup.okhttp.Call |
updateGatewaySpecAsync(UpdateGatewaySpecRequest body,
com.byteplus.ApiCallback<UpdateGatewaySpecResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
updateGatewaySpecCall(UpdateGatewaySpecRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateGatewaySpec
|
com.byteplus.ApiResponse<UpdateGatewaySpecResponse> |
updateGatewaySpecWithHttpInfo(@NotNull UpdateGatewaySpecRequest body) |
UpdateGatewayTraceResponse |
updateGatewayTrace(UpdateGatewayTraceRequest body) |
com.squareup.okhttp.Call |
updateGatewayTraceAsync(UpdateGatewayTraceRequest body,
com.byteplus.ApiCallback<UpdateGatewayTraceResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
updateGatewayTraceCall(UpdateGatewayTraceRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateGatewayTrace
|
com.byteplus.ApiResponse<UpdateGatewayTraceResponse> |
updateGatewayTraceWithHttpInfo(@NotNull UpdateGatewayTraceRequest body) |
com.byteplus.ApiResponse<UpdateGatewayResponse> |
updateGatewayWithHttpInfo(@NotNull UpdateGatewayRequest body) |
UpdatePluginBindingResponse |
updatePluginBinding(UpdatePluginBindingRequest body) |
com.squareup.okhttp.Call |
updatePluginBindingAsync(UpdatePluginBindingRequest body,
com.byteplus.ApiCallback<UpdatePluginBindingResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
updatePluginBindingCall(UpdatePluginBindingRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updatePluginBinding
|
com.byteplus.ApiResponse<UpdatePluginBindingResponse> |
updatePluginBindingWithHttpInfo(@NotNull UpdatePluginBindingRequest body) |
UpdateUpstreamResponse |
updateUpstream(UpdateUpstreamRequest body) |
com.squareup.okhttp.Call |
updateUpstreamAsync(UpdateUpstreamRequest body,
com.byteplus.ApiCallback<UpdateUpstreamResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
updateUpstreamCall(UpdateUpstreamRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateUpstream
|
UpdateUpstreamSourceResponse |
updateUpstreamSource(UpdateUpstreamSourceRequest body) |
com.squareup.okhttp.Call |
updateUpstreamSourceAsync(UpdateUpstreamSourceRequest body,
com.byteplus.ApiCallback<UpdateUpstreamSourceResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
updateUpstreamSourceCall(UpdateUpstreamSourceRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateUpstreamSource
|
com.byteplus.ApiResponse<UpdateUpstreamSourceResponse> |
updateUpstreamSourceWithHttpInfo(@NotNull UpdateUpstreamSourceRequest body) |
UpdateUpstreamVersionResponse |
updateUpstreamVersion(UpdateUpstreamVersionRequest body) |
com.squareup.okhttp.Call |
updateUpstreamVersionAsync(UpdateUpstreamVersionRequest body,
com.byteplus.ApiCallback<UpdateUpstreamVersionResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
updateUpstreamVersionCall(UpdateUpstreamVersionRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateUpstreamVersion
|
com.byteplus.ApiResponse<UpdateUpstreamVersionResponse> |
updateUpstreamVersionWithHttpInfo(@NotNull UpdateUpstreamVersionRequest body) |
com.byteplus.ApiResponse<UpdateUpstreamResponse> |
updateUpstreamWithHttpInfo(@NotNull UpdateUpstreamRequest body) |
public ApigApi()
public ApigApi(com.byteplus.ApiClient apiClient)
public com.byteplus.ApiClient getApiClient()
public void setApiClient(com.byteplus.ApiClient apiClient)
public com.squareup.okhttp.Call attachGatewayLBCall(AttachGatewayLBRequest 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 AttachGatewayLBResponse attachGatewayLB(AttachGatewayLBRequest 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<AttachGatewayLBResponse> attachGatewayLBWithHttpInfo(@NotNull @NotNull AttachGatewayLBRequest 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 attachGatewayLBAsync(AttachGatewayLBRequest body, com.byteplus.ApiCallback<AttachGatewayLBResponse> 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 createConsumerCall(CreateConsumerRequest 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 CreateConsumerResponse createConsumer(CreateConsumerRequest 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<CreateConsumerResponse> createConsumerWithHttpInfo(@NotNull @NotNull CreateConsumerRequest 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 createConsumerAsync(CreateConsumerRequest body, com.byteplus.ApiCallback<CreateConsumerResponse> 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 createConsumerCredentialCall(CreateConsumerCredentialRequest 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 CreateConsumerCredentialResponse createConsumerCredential(CreateConsumerCredentialRequest 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<CreateConsumerCredentialResponse> createConsumerCredentialWithHttpInfo(@NotNull @NotNull CreateConsumerCredentialRequest 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 createConsumerCredentialAsync(CreateConsumerCredentialRequest body, com.byteplus.ApiCallback<CreateConsumerCredentialResponse> 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 createCustomDomainCall(CreateCustomDomainRequest 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 CreateCustomDomainResponse createCustomDomain(CreateCustomDomainRequest 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<CreateCustomDomainResponse> createCustomDomainWithHttpInfo(@NotNull @NotNull CreateCustomDomainRequest 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 createCustomDomainAsync(CreateCustomDomainRequest body, com.byteplus.ApiCallback<CreateCustomDomainResponse> 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 createGatewayCall(CreateGatewayRequest 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 CreateGatewayResponse createGateway(CreateGatewayRequest 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<CreateGatewayResponse> createGatewayWithHttpInfo(@NotNull @NotNull CreateGatewayRequest 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 createGatewayAsync(CreateGatewayRequest body, com.byteplus.ApiCallback<CreateGatewayResponse> 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 createGatewayServiceCall(CreateGatewayServiceRequest 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 CreateGatewayServiceResponse createGatewayService(CreateGatewayServiceRequest 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<CreateGatewayServiceResponse> createGatewayServiceWithHttpInfo(@NotNull @NotNull CreateGatewayServiceRequest 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 createGatewayServiceAsync(CreateGatewayServiceRequest body, com.byteplus.ApiCallback<CreateGatewayServiceResponse> 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 createPluginBindingCall(CreatePluginBindingRequest 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 CreatePluginBindingResponse createPluginBinding(CreatePluginBindingRequest 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<CreatePluginBindingResponse> createPluginBindingWithHttpInfo(@NotNull @NotNull CreatePluginBindingRequest 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 createPluginBindingAsync(CreatePluginBindingRequest body, com.byteplus.ApiCallback<CreatePluginBindingResponse> 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 createUpstreamCall(CreateUpstreamRequest 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 CreateUpstreamResponse createUpstream(CreateUpstreamRequest 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<CreateUpstreamResponse> createUpstreamWithHttpInfo(@NotNull @NotNull CreateUpstreamRequest 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 createUpstreamAsync(CreateUpstreamRequest body, com.byteplus.ApiCallback<CreateUpstreamResponse> 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 createUpstreamSourceCall(CreateUpstreamSourceRequest 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 CreateUpstreamSourceResponse createUpstreamSource(CreateUpstreamSourceRequest 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<CreateUpstreamSourceResponse> createUpstreamSourceWithHttpInfo(@NotNull @NotNull CreateUpstreamSourceRequest 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 createUpstreamSourceAsync(CreateUpstreamSourceRequest body, com.byteplus.ApiCallback<CreateUpstreamSourceResponse> 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 createUpstreamVersionCall(CreateUpstreamVersionRequest 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 CreateUpstreamVersionResponse createUpstreamVersion(CreateUpstreamVersionRequest 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<CreateUpstreamVersionResponse> createUpstreamVersionWithHttpInfo(@NotNull @NotNull CreateUpstreamVersionRequest 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 createUpstreamVersionAsync(CreateUpstreamVersionRequest body, com.byteplus.ApiCallback<CreateUpstreamVersionResponse> 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 deleteConsumerCall(DeleteConsumerRequest 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 DeleteConsumerResponse deleteConsumer(DeleteConsumerRequest 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<DeleteConsumerResponse> deleteConsumerWithHttpInfo(@NotNull @NotNull DeleteConsumerRequest 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 deleteConsumerAsync(DeleteConsumerRequest body, com.byteplus.ApiCallback<DeleteConsumerResponse> 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 deleteConsumerCredentialCall(DeleteConsumerCredentialRequest 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 DeleteConsumerCredentialResponse deleteConsumerCredential(DeleteConsumerCredentialRequest 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<DeleteConsumerCredentialResponse> deleteConsumerCredentialWithHttpInfo(@NotNull @NotNull DeleteConsumerCredentialRequest 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 deleteConsumerCredentialAsync(DeleteConsumerCredentialRequest body, com.byteplus.ApiCallback<DeleteConsumerCredentialResponse> 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 deleteCustomDomainCall(DeleteCustomDomainRequest 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 DeleteCustomDomainResponse deleteCustomDomain(DeleteCustomDomainRequest 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<DeleteCustomDomainResponse> deleteCustomDomainWithHttpInfo(@NotNull @NotNull DeleteCustomDomainRequest 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 deleteCustomDomainAsync(DeleteCustomDomainRequest body, com.byteplus.ApiCallback<DeleteCustomDomainResponse> 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 deleteGatewayCall(DeleteGatewayRequest 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 DeleteGatewayResponse deleteGateway(DeleteGatewayRequest 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<DeleteGatewayResponse> deleteGatewayWithHttpInfo(@NotNull @NotNull DeleteGatewayRequest 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 deleteGatewayAsync(DeleteGatewayRequest body, com.byteplus.ApiCallback<DeleteGatewayResponse> 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 deleteGatewayServiceCall(DeleteGatewayServiceRequest 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 DeleteGatewayServiceResponse deleteGatewayService(DeleteGatewayServiceRequest 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<DeleteGatewayServiceResponse> deleteGatewayServiceWithHttpInfo(@NotNull @NotNull DeleteGatewayServiceRequest 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 deleteGatewayServiceAsync(DeleteGatewayServiceRequest body, com.byteplus.ApiCallback<DeleteGatewayServiceResponse> 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 deletePluginBindingCall(DeletePluginBindingRequest 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 DeletePluginBindingResponse deletePluginBinding(DeletePluginBindingRequest 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<DeletePluginBindingResponse> deletePluginBindingWithHttpInfo(@NotNull @NotNull DeletePluginBindingRequest 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 deletePluginBindingAsync(DeletePluginBindingRequest body, com.byteplus.ApiCallback<DeletePluginBindingResponse> 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 deleteUpstreamCall(DeleteUpstreamRequest 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 DeleteUpstreamResponse deleteUpstream(DeleteUpstreamRequest 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<DeleteUpstreamResponse> deleteUpstreamWithHttpInfo(@NotNull @NotNull DeleteUpstreamRequest 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 deleteUpstreamAsync(DeleteUpstreamRequest body, com.byteplus.ApiCallback<DeleteUpstreamResponse> 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 deleteUpstreamSourceCall(DeleteUpstreamSourceRequest 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 DeleteUpstreamSourceResponse deleteUpstreamSource(DeleteUpstreamSourceRequest 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<DeleteUpstreamSourceResponse> deleteUpstreamSourceWithHttpInfo(@NotNull @NotNull DeleteUpstreamSourceRequest 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 deleteUpstreamSourceAsync(DeleteUpstreamSourceRequest body, com.byteplus.ApiCallback<DeleteUpstreamSourceResponse> 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 deleteUpstreamVersionCall(DeleteUpstreamVersionRequest 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 DeleteUpstreamVersionResponse deleteUpstreamVersion(DeleteUpstreamVersionRequest 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<DeleteUpstreamVersionResponse> deleteUpstreamVersionWithHttpInfo(@NotNull @NotNull DeleteUpstreamVersionRequest 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 deleteUpstreamVersionAsync(DeleteUpstreamVersionRequest body, com.byteplus.ApiCallback<DeleteUpstreamVersionResponse> 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 detachGatewayLBCall(DetachGatewayLBRequest 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 DetachGatewayLBResponse detachGatewayLB(DetachGatewayLBRequest 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<DetachGatewayLBResponse> detachGatewayLBWithHttpInfo(@NotNull @NotNull DetachGatewayLBRequest 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 detachGatewayLBAsync(DetachGatewayLBRequest body, com.byteplus.ApiCallback<DetachGatewayLBResponse> 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 getConsumerCall(GetConsumerRequest 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 GetConsumerResponse getConsumer(GetConsumerRequest 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<GetConsumerResponse> getConsumerWithHttpInfo(@NotNull @NotNull GetConsumerRequest 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 getConsumerAsync(GetConsumerRequest body, com.byteplus.ApiCallback<GetConsumerResponse> 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 getCustomDomainCall(GetCustomDomainRequest 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 GetCustomDomainResponse getCustomDomain(GetCustomDomainRequest 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<GetCustomDomainResponse> getCustomDomainWithHttpInfo(@NotNull @NotNull GetCustomDomainRequest 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 getCustomDomainAsync(GetCustomDomainRequest body, com.byteplus.ApiCallback<GetCustomDomainResponse> 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 getGatewayCall(GetGatewayRequest 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 GetGatewayResponse getGateway(GetGatewayRequest 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<GetGatewayResponse> getGatewayWithHttpInfo(@NotNull @NotNull GetGatewayRequest 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 getGatewayAsync(GetGatewayRequest body, com.byteplus.ApiCallback<GetGatewayResponse> 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 getGatewayServiceCall(GetGatewayServiceRequest 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 GetGatewayServiceResponse getGatewayService(GetGatewayServiceRequest 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<GetGatewayServiceResponse> getGatewayServiceWithHttpInfo(@NotNull @NotNull GetGatewayServiceRequest 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 getGatewayServiceAsync(GetGatewayServiceRequest body, com.byteplus.ApiCallback<GetGatewayServiceResponse> 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 getJwtTokenCall(GetJwtTokenRequest 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 GetJwtTokenResponse getJwtToken(GetJwtTokenRequest 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<GetJwtTokenResponse> getJwtTokenWithHttpInfo(@NotNull @NotNull GetJwtTokenRequest 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 getJwtTokenAsync(GetJwtTokenRequest body, com.byteplus.ApiCallback<GetJwtTokenResponse> 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 getPluginBindingCall(GetPluginBindingRequest 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 GetPluginBindingResponse getPluginBinding(GetPluginBindingRequest 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<GetPluginBindingResponse> getPluginBindingWithHttpInfo(@NotNull @NotNull GetPluginBindingRequest 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 getPluginBindingAsync(GetPluginBindingRequest body, com.byteplus.ApiCallback<GetPluginBindingResponse> 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 getUpstreamCall(GetUpstreamRequest 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 GetUpstreamResponse getUpstream(GetUpstreamRequest 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<GetUpstreamResponse> getUpstreamWithHttpInfo(@NotNull @NotNull GetUpstreamRequest 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 getUpstreamAsync(GetUpstreamRequest body, com.byteplus.ApiCallback<GetUpstreamResponse> 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 getUpstreamSourceCall(GetUpstreamSourceRequest 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 GetUpstreamSourceResponse getUpstreamSource(GetUpstreamSourceRequest 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<GetUpstreamSourceResponse> getUpstreamSourceWithHttpInfo(@NotNull @NotNull GetUpstreamSourceRequest 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 getUpstreamSourceAsync(GetUpstreamSourceRequest body, com.byteplus.ApiCallback<GetUpstreamSourceResponse> 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 listConsumerCredentialsCall(ListConsumerCredentialsRequest 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 ListConsumerCredentialsResponse listConsumerCredentials(ListConsumerCredentialsRequest 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<ListConsumerCredentialsResponse> listConsumerCredentialsWithHttpInfo(@NotNull @NotNull ListConsumerCredentialsRequest 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 listConsumerCredentialsAsync(ListConsumerCredentialsRequest body, com.byteplus.ApiCallback<ListConsumerCredentialsResponse> 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 listConsumersCall(ListConsumersRequest 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 ListConsumersResponse listConsumers(ListConsumersRequest 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<ListConsumersResponse> listConsumersWithHttpInfo(@NotNull @NotNull ListConsumersRequest 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 listConsumersAsync(ListConsumersRequest body, com.byteplus.ApiCallback<ListConsumersResponse> 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 listCustomDomainsCall(ListCustomDomainsRequest 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 ListCustomDomainsResponse listCustomDomains(ListCustomDomainsRequest 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<ListCustomDomainsResponse> listCustomDomainsWithHttpInfo(@NotNull @NotNull ListCustomDomainsRequest 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 listCustomDomainsAsync(ListCustomDomainsRequest body, com.byteplus.ApiCallback<ListCustomDomainsResponse> 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 listGatewayLBsCall(ListGatewayLBsRequest 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 ListGatewayLBsResponse listGatewayLBs(ListGatewayLBsRequest 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<ListGatewayLBsResponse> listGatewayLBsWithHttpInfo(@NotNull @NotNull ListGatewayLBsRequest 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 listGatewayLBsAsync(ListGatewayLBsRequest body, com.byteplus.ApiCallback<ListGatewayLBsResponse> 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 listGatewayServicesCall(ListGatewayServicesRequest 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 ListGatewayServicesResponse listGatewayServices(ListGatewayServicesRequest 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<ListGatewayServicesResponse> listGatewayServicesWithHttpInfo(@NotNull @NotNull ListGatewayServicesRequest 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 listGatewayServicesAsync(ListGatewayServicesRequest body, com.byteplus.ApiCallback<ListGatewayServicesResponse> 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 listGatewaysCall(ListGatewaysRequest 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 ListGatewaysResponse listGateways(ListGatewaysRequest 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<ListGatewaysResponse> listGatewaysWithHttpInfo(@NotNull @NotNull ListGatewaysRequest 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 listGatewaysAsync(ListGatewaysRequest body, com.byteplus.ApiCallback<ListGatewaysResponse> 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 listPluginBindingsCall(ListPluginBindingsRequest 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 ListPluginBindingsResponse listPluginBindings(ListPluginBindingsRequest 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<ListPluginBindingsResponse> listPluginBindingsWithHttpInfo(@NotNull @NotNull ListPluginBindingsRequest 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 listPluginBindingsAsync(ListPluginBindingsRequest body, com.byteplus.ApiCallback<ListPluginBindingsResponse> 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 listUpstreamSourcesCall(ListUpstreamSourcesRequest 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 ListUpstreamSourcesResponse listUpstreamSources(ListUpstreamSourcesRequest 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<ListUpstreamSourcesResponse> listUpstreamSourcesWithHttpInfo(@NotNull @NotNull ListUpstreamSourcesRequest 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 listUpstreamSourcesAsync(ListUpstreamSourcesRequest body, com.byteplus.ApiCallback<ListUpstreamSourcesResponse> 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 listUpstreamsCall(ListUpstreamsRequest 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 ListUpstreamsResponse listUpstreams(ListUpstreamsRequest 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<ListUpstreamsResponse> listUpstreamsWithHttpInfo(@NotNull @NotNull ListUpstreamsRequest 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 listUpstreamsAsync(ListUpstreamsRequest body, com.byteplus.ApiCallback<ListUpstreamsResponse> 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 updateConsumerCall(UpdateConsumerRequest 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 UpdateConsumerResponse updateConsumer(UpdateConsumerRequest 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<UpdateConsumerResponse> updateConsumerWithHttpInfo(@NotNull @NotNull UpdateConsumerRequest 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 updateConsumerAsync(UpdateConsumerRequest body, com.byteplus.ApiCallback<UpdateConsumerResponse> 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 updateCustomDomainCall(UpdateCustomDomainRequest 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 UpdateCustomDomainResponse updateCustomDomain(UpdateCustomDomainRequest 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<UpdateCustomDomainResponse> updateCustomDomainWithHttpInfo(@NotNull @NotNull UpdateCustomDomainRequest 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 updateCustomDomainAsync(UpdateCustomDomainRequest body, com.byteplus.ApiCallback<UpdateCustomDomainResponse> 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 updateGatewayCall(UpdateGatewayRequest 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 UpdateGatewayResponse updateGateway(UpdateGatewayRequest 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<UpdateGatewayResponse> updateGatewayWithHttpInfo(@NotNull @NotNull UpdateGatewayRequest 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 updateGatewayAsync(UpdateGatewayRequest body, com.byteplus.ApiCallback<UpdateGatewayResponse> 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 updateGatewayCustomLogCall(UpdateGatewayCustomLogRequest 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 UpdateGatewayCustomLogResponse updateGatewayCustomLog(UpdateGatewayCustomLogRequest 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<UpdateGatewayCustomLogResponse> updateGatewayCustomLogWithHttpInfo(@NotNull @NotNull UpdateGatewayCustomLogRequest 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 updateGatewayCustomLogAsync(UpdateGatewayCustomLogRequest body, com.byteplus.ApiCallback<UpdateGatewayCustomLogResponse> 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 updateGatewayLogCall(UpdateGatewayLogRequest 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 UpdateGatewayLogResponse updateGatewayLog(UpdateGatewayLogRequest 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<UpdateGatewayLogResponse> updateGatewayLogWithHttpInfo(@NotNull @NotNull UpdateGatewayLogRequest 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 updateGatewayLogAsync(UpdateGatewayLogRequest body, com.byteplus.ApiCallback<UpdateGatewayLogResponse> 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 updateGatewayServiceCall(UpdateGatewayServiceRequest 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 UpdateGatewayServiceResponse updateGatewayService(UpdateGatewayServiceRequest 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<UpdateGatewayServiceResponse> updateGatewayServiceWithHttpInfo(@NotNull @NotNull UpdateGatewayServiceRequest 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 updateGatewayServiceAsync(UpdateGatewayServiceRequest body, com.byteplus.ApiCallback<UpdateGatewayServiceResponse> 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 updateGatewaySpecCall(UpdateGatewaySpecRequest 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 UpdateGatewaySpecResponse updateGatewaySpec(UpdateGatewaySpecRequest 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<UpdateGatewaySpecResponse> updateGatewaySpecWithHttpInfo(@NotNull @NotNull UpdateGatewaySpecRequest 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 updateGatewaySpecAsync(UpdateGatewaySpecRequest body, com.byteplus.ApiCallback<UpdateGatewaySpecResponse> 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 updateGatewayTraceCall(UpdateGatewayTraceRequest 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 UpdateGatewayTraceResponse updateGatewayTrace(UpdateGatewayTraceRequest 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<UpdateGatewayTraceResponse> updateGatewayTraceWithHttpInfo(@NotNull @NotNull UpdateGatewayTraceRequest 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 updateGatewayTraceAsync(UpdateGatewayTraceRequest body, com.byteplus.ApiCallback<UpdateGatewayTraceResponse> 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 updatePluginBindingCall(UpdatePluginBindingRequest 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 UpdatePluginBindingResponse updatePluginBinding(UpdatePluginBindingRequest 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<UpdatePluginBindingResponse> updatePluginBindingWithHttpInfo(@NotNull @NotNull UpdatePluginBindingRequest 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 updatePluginBindingAsync(UpdatePluginBindingRequest body, com.byteplus.ApiCallback<UpdatePluginBindingResponse> 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 updateUpstreamCall(UpdateUpstreamRequest 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 UpdateUpstreamResponse updateUpstream(UpdateUpstreamRequest 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<UpdateUpstreamResponse> updateUpstreamWithHttpInfo(@NotNull @NotNull UpdateUpstreamRequest 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 updateUpstreamAsync(UpdateUpstreamRequest body, com.byteplus.ApiCallback<UpdateUpstreamResponse> 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 updateUpstreamSourceCall(UpdateUpstreamSourceRequest 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 UpdateUpstreamSourceResponse updateUpstreamSource(UpdateUpstreamSourceRequest 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<UpdateUpstreamSourceResponse> updateUpstreamSourceWithHttpInfo(@NotNull @NotNull UpdateUpstreamSourceRequest 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 updateUpstreamSourceAsync(UpdateUpstreamSourceRequest body, com.byteplus.ApiCallback<UpdateUpstreamSourceResponse> 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 updateUpstreamVersionCall(UpdateUpstreamVersionRequest 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 UpdateUpstreamVersionResponse updateUpstreamVersion(UpdateUpstreamVersionRequest 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<UpdateUpstreamVersionResponse> updateUpstreamVersionWithHttpInfo(@NotNull @NotNull UpdateUpstreamVersionRequest 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 updateUpstreamVersionAsync(UpdateUpstreamVersionRequest body, com.byteplus.ApiCallback<UpdateUpstreamVersionResponse> 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.