public class TagApi extends Object
| Constructor and Description |
|---|
TagApi() |
TagApi(com.byteplus.ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
CreateTagsResponse |
createTags(CreateTagsRequest body) |
com.squareup.okhttp.Call |
createTagsAsync(CreateTagsRequest body,
com.byteplus.ApiCallback<CreateTagsResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
createTagsCall(CreateTagsRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createTags
|
com.byteplus.ApiResponse<CreateTagsResponse> |
createTagsWithHttpInfo(@NotNull CreateTagsRequest body) |
DeleteTagsResponse |
deleteTags(DeleteTagsRequest body) |
com.squareup.okhttp.Call |
deleteTagsAsync(DeleteTagsRequest body,
com.byteplus.ApiCallback<DeleteTagsResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
deleteTagsCall(DeleteTagsRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteTags
|
com.byteplus.ApiResponse<DeleteTagsResponse> |
deleteTagsWithHttpInfo(@NotNull DeleteTagsRequest body) |
com.byteplus.ApiClient |
getApiClient() |
GetResourcesResponse |
getResources(GetResourcesRequest body) |
com.squareup.okhttp.Call |
getResourcesAsync(GetResourcesRequest body,
com.byteplus.ApiCallback<GetResourcesResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
getResourcesCall(GetResourcesRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getResources
|
com.byteplus.ApiResponse<GetResourcesResponse> |
getResourcesWithHttpInfo(@NotNull GetResourcesRequest body) |
GetTagKeysResponse |
getTagKeys(GetTagKeysRequest body) |
com.squareup.okhttp.Call |
getTagKeysAsync(GetTagKeysRequest body,
com.byteplus.ApiCallback<GetTagKeysResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
getTagKeysCall(GetTagKeysRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTagKeys
|
com.byteplus.ApiResponse<GetTagKeysResponse> |
getTagKeysWithHttpInfo(@NotNull GetTagKeysRequest body) |
GetTagsResponse |
getTags(GetTagsRequest body) |
com.squareup.okhttp.Call |
getTagsAsync(GetTagsRequest body,
com.byteplus.ApiCallback<GetTagsResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
getTagsCall(GetTagsRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTags
|
com.byteplus.ApiResponse<GetTagsResponse> |
getTagsWithHttpInfo(@NotNull GetTagsRequest body) |
GetTagValuesResponse |
getTagValues(GetTagValuesRequest body) |
com.squareup.okhttp.Call |
getTagValuesAsync(GetTagValuesRequest body,
com.byteplus.ApiCallback<GetTagValuesResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
getTagValuesCall(GetTagValuesRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTagValues
|
com.byteplus.ApiResponse<GetTagValuesResponse> |
getTagValuesWithHttpInfo(@NotNull GetTagValuesRequest body) |
ListResourceTypesResponse |
listResourceTypes(ListResourceTypesRequest body) |
com.squareup.okhttp.Call |
listResourceTypesAsync(ListResourceTypesRequest body,
com.byteplus.ApiCallback<ListResourceTypesResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
listResourceTypesCall(ListResourceTypesRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listResourceTypes
|
com.byteplus.ApiResponse<ListResourceTypesResponse> |
listResourceTypesWithHttpInfo(@NotNull ListResourceTypesRequest body) |
void |
setApiClient(com.byteplus.ApiClient apiClient) |
TagResourcesResponse |
tagResources(TagResourcesRequest body) |
com.squareup.okhttp.Call |
tagResourcesAsync(TagResourcesRequest body,
com.byteplus.ApiCallback<TagResourcesResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
tagResourcesCall(TagResourcesRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for tagResources
|
com.byteplus.ApiResponse<TagResourcesResponse> |
tagResourcesWithHttpInfo(@NotNull TagResourcesRequest body) |
UntagResourcesResponse |
untagResources(UntagResourcesRequest body) |
com.squareup.okhttp.Call |
untagResourcesAsync(UntagResourcesRequest body,
com.byteplus.ApiCallback<UntagResourcesResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
untagResourcesCall(UntagResourcesRequest body,
com.byteplus.ProgressResponseBody.ProgressListener progressListener,
com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for untagResources
|
com.byteplus.ApiResponse<UntagResourcesResponse> |
untagResourcesWithHttpInfo(@NotNull UntagResourcesRequest body) |
public com.byteplus.ApiClient getApiClient()
public void setApiClient(com.byteplus.ApiClient apiClient)
public com.squareup.okhttp.Call createTagsCall(CreateTagsRequest 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 CreateTagsResponse createTags(CreateTagsRequest 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<CreateTagsResponse> createTagsWithHttpInfo(@NotNull @NotNull CreateTagsRequest 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 createTagsAsync(CreateTagsRequest body, com.byteplus.ApiCallback<CreateTagsResponse> 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 deleteTagsCall(DeleteTagsRequest 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 DeleteTagsResponse deleteTags(DeleteTagsRequest 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<DeleteTagsResponse> deleteTagsWithHttpInfo(@NotNull @NotNull DeleteTagsRequest 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 deleteTagsAsync(DeleteTagsRequest body, com.byteplus.ApiCallback<DeleteTagsResponse> 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 getResourcesCall(GetResourcesRequest 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 GetResourcesResponse getResources(GetResourcesRequest 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<GetResourcesResponse> getResourcesWithHttpInfo(@NotNull @NotNull GetResourcesRequest 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 getResourcesAsync(GetResourcesRequest body, com.byteplus.ApiCallback<GetResourcesResponse> 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 getTagKeysCall(GetTagKeysRequest 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 GetTagKeysResponse getTagKeys(GetTagKeysRequest 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<GetTagKeysResponse> getTagKeysWithHttpInfo(@NotNull @NotNull GetTagKeysRequest 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 getTagKeysAsync(GetTagKeysRequest body, com.byteplus.ApiCallback<GetTagKeysResponse> 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 getTagValuesCall(GetTagValuesRequest 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 GetTagValuesResponse getTagValues(GetTagValuesRequest 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<GetTagValuesResponse> getTagValuesWithHttpInfo(@NotNull @NotNull GetTagValuesRequest 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 getTagValuesAsync(GetTagValuesRequest body, com.byteplus.ApiCallback<GetTagValuesResponse> 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 getTagsCall(GetTagsRequest 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 GetTagsResponse getTags(GetTagsRequest 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<GetTagsResponse> getTagsWithHttpInfo(@NotNull @NotNull GetTagsRequest 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 getTagsAsync(GetTagsRequest body, com.byteplus.ApiCallback<GetTagsResponse> 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 listResourceTypesCall(ListResourceTypesRequest 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 ListResourceTypesResponse listResourceTypes(ListResourceTypesRequest 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<ListResourceTypesResponse> listResourceTypesWithHttpInfo(@NotNull @NotNull ListResourceTypesRequest 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 listResourceTypesAsync(ListResourceTypesRequest body, com.byteplus.ApiCallback<ListResourceTypesResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call tagResourcesCall(TagResourcesRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic TagResourcesResponse tagResources(TagResourcesRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<TagResourcesResponse> tagResourcesWithHttpInfo(@NotNull @NotNull TagResourcesRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call tagResourcesAsync(TagResourcesRequest body, com.byteplus.ApiCallback<TagResourcesResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call untagResourcesCall(UntagResourcesRequest body, com.byteplus.ProgressResponseBody.ProgressListener progressListener, com.byteplus.ProgressRequestBody.ProgressRequestListener progressRequestListener) throws com.byteplus.ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenercom.byteplus.ApiException - If fail to serialize the request body objectpublic UntagResourcesResponse untagResources(UntagResourcesRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.byteplus.ApiResponse<UntagResourcesResponse> untagResourcesWithHttpInfo(@NotNull @NotNull UntagResourcesRequest body) throws com.byteplus.ApiException
body - (required)com.byteplus.ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call untagResourcesAsync(UntagResourcesRequest body, com.byteplus.ApiCallback<UntagResourcesResponse> callback) throws com.byteplus.ApiException
body - (required)callback - The callback to be executed when the API call finishescom.byteplus.ApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2026. All rights reserved.