Skip navigation links
A B C D E G H I J L O P R S T U V W 

A

AbstractResponse - Class in com.volcengine.model
xuyaming@bytedance.com 2023/7/3 18:09
AbstractResponse() - Constructor for class com.volcengine.model.AbstractResponse
 
addDefaultHeader(String, String) - Method in class com.volcengine.ApiClient
Add a default header.
ApiCallback<T> - Interface in com.volcengine
Callback for asynchronous API call.
ApiClient - Class in com.volcengine
 
ApiClient() - Constructor for class com.volcengine.ApiClient
 
ApiException - Exception in com.volcengine
 
ApiException() - Constructor for exception com.volcengine.ApiException
 
ApiException(Throwable) - Constructor for exception com.volcengine.ApiException
 
ApiException(String) - Constructor for exception com.volcengine.ApiException
 
ApiException(String, Throwable, int, Map<String, List<String>>, String) - Constructor for exception com.volcengine.ApiException
 
ApiException(String, Throwable, int, Map<String, List<String>>, String, ResponseMetadata) - Constructor for exception com.volcengine.ApiException
 
ApiException(String, int, Map<String, List<String>>, String) - Constructor for exception com.volcengine.ApiException
 
ApiException(String, int, Map<String, List<String>>, String, ResponseMetadata) - Constructor for exception com.volcengine.ApiException
 
ApiException(String, Throwable, int, Map<String, List<String>>) - Constructor for exception com.volcengine.ApiException
 
ApiException(int, Map<String, List<String>>, String) - Constructor for exception com.volcengine.ApiException
 
ApiException(int, Map<String, List<String>>, String, ResponseMetadata) - Constructor for exception com.volcengine.ApiException
 
ApiException(int, String) - Constructor for exception com.volcengine.ApiException
 
ApiException(int, String, Map<String, List<String>>, String) - Constructor for exception com.volcengine.ApiException
 
ApiResponse<T> - Class in com.volcengine
API response returned by API call.
ApiResponse(int, Map<String, List<String>>) - Constructor for class com.volcengine.ApiResponse
 
ApiResponse(int, Map<String, List<String>>, T) - Constructor for class com.volcengine.ApiResponse
 
applyToParams(List<Pair>, Map<String, String>, String) - Method in interface com.volcengine.auth.Authentication
Apply authentication settings to header and query params.
applyToParams(List<Pair>, Map<String, String>, String) - Method in class com.volcengine.sign.VolcstackSign
 
Authentication - Interface in com.volcengine.auth
 

B

buildCall(String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, Object>, String[], ProgressRequestBody.ProgressRequestListener, boolean...) - Method in class com.volcengine.ApiClient
Build HTTP call with the given options.
buildRequest(String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, Object>, String[], ProgressRequestBody.ProgressRequestListener, boolean...) - Method in class com.volcengine.ApiClient
Build an HTTP request with the given options.
buildRequestBodyFormEncoding(Map<String, Object>) - Method in class com.volcengine.ApiClient
Build a form-encoding request body with the given form parameters.
buildRequestBodyMultipart(Map<String, Object>) - Method in class com.volcengine.ApiClient
Build a multipart (file uploading) request body with the given form parameters, which could contain text fields and file fields.
buildUrl(String, List<Pair>, List<Pair>) - Method in class com.volcengine.ApiClient
Build full URL by concatenating base path, the given sub path and query parameters.

C

com.volcengine - package com.volcengine
 
com.volcengine.auth - package com.volcengine.auth
 
com.volcengine.model - package com.volcengine.model
 
com.volcengine.sign - package com.volcengine.sign
 
com.volcengine.version - package com.volcengine.version
 
Configuration - Class in com.volcengine
 
Configuration() - Constructor for class com.volcengine.Configuration
 
containsIgnoreCase(String[], String) - Static method in class com.volcengine.StringUtil
Check if the given array contains the given value (with case-insensitive comparison).
contentLength() - Method in class com.volcengine.ProgressRequestBody
 
contentLength() - Method in class com.volcengine.ProgressResponseBody
 
ContentType - Enum in com.volcengine
xuyaming@bytedance.com 2022/12/23 15:38
contentType() - Method in class com.volcengine.ProgressRequestBody
 
contentType() - Method in class com.volcengine.ProgressResponseBody
 
copy() - Method in class com.volcengine.sign.VolcstackSign
 
createGson() - Static method in class com.volcengine.JSON
 
Credentials - Class in com.volcengine.sign
xuyaming@bytedance.com 2022/3/18 13:12

D

DateTypeAdapter() - Constructor for class com.volcengine.JSON.DateTypeAdapter
 
DateTypeAdapter(DateFormat) - Constructor for class com.volcengine.JSON.DateTypeAdapter
 
deserialize(Response, Type, boolean...) - Method in class com.volcengine.ApiClient
Deserialize response body to Java object, according to the return type and the Content-Type response header.
deserialize(String, Type) - Method in class com.volcengine.JSON
Deserialize the given JSON string to Java object.
doCall(UniversalRequest, Map<String, Object>) - Method in class com.volcengine.UniversalApi
 
doCallWithHttpInfo(UniversalRequest, Map<String, Object>) - Method in class com.volcengine.UniversalApi
 
downloadFileFromResponse(Response) - Method in class com.volcengine.ApiClient
Download file from the given response.

E

Error - Class in com.volcengine.model
xuyaming@bytedance.com 2022/3/18 15:22
Error() - Constructor for class com.volcengine.model.Error
 
escapeString(String) - Method in class com.volcengine.ApiClient
Escape the given string to be used as URL query value.
execute(Call) - Method in class com.volcengine.ApiClient
execute(Call, Type, boolean...) - Method in class com.volcengine.ApiClient
Execute HTTP call and deserialize the HTTP response body into the given return type.
executeAsync(Call, ApiCallback<T>) - Method in class com.volcengine.ApiClient
executeAsync(Call, Type, ApiCallback<T>) - Method in class com.volcengine.ApiClient
Execute HTTP call asynchronously.

G

getAccessKey() - Method in class com.volcengine.sign.Credentials
 
getAction() - Method in class com.volcengine.model.ResponseMetadata
 
getAction() - Method in class com.volcengine.UniversalRequest
 
getApiClient() - Method in class com.volcengine.UniversalApi
 
getAuthentication(String) - Method in class com.volcengine.ApiClient
Get authentication for the given name.
getAuthentications() - Method in class com.volcengine.ApiClient
Get authentications (key: authentication name, value: authentication).
getCode() - Method in exception com.volcengine.ApiException
Get the HTTP status code.
getCode() - Method in class com.volcengine.model.Error
 
getCodeN() - Method in class com.volcengine.model.Error
 
getConnectTimeout() - Method in class com.volcengine.ApiClient
Get connection timeout (in milliseconds).
getContentType() - Method in class com.volcengine.UniversalRequest
 
getCredentials() - Method in class com.volcengine.ApiClient
Get credentials
getCredentials(String, String) - Static method in class com.volcengine.sign.Credentials
 
getCredentials(String, String, String) - Static method in class com.volcengine.sign.Credentials
 
getCredentials() - Method in class com.volcengine.sign.VolcstackSign
 
getData() - Method in class com.volcengine.ApiResponse
 
getDateFormat() - Method in class com.volcengine.ApiClient
 
getDefaultApiClient() - Static method in class com.volcengine.Configuration
Get the default API client, which would be used when creating API instances without providing an API client.
getDisableSSL() - Method in class com.volcengine.ApiClient
Get disableSSL
getEndpoint() - Method in class com.volcengine.ApiClient
Get base path
getEnvCredentials() - Static method in class com.volcengine.sign.Credentials
 
getError() - Method in class com.volcengine.model.ResponseMetadata
 
getGson() - Method in class com.volcengine.JSON
Get Gson.
getHeaders() - Method in class com.volcengine.ApiResponse
 
getHttpClient() - Method in class com.volcengine.ApiClient
Get HTTP client
getHttpMethod() - Method in class com.volcengine.UniversalRequest
 
getJSON() - Method in class com.volcengine.ApiClient
Get JSON
getKeyManagers() - Method in class com.volcengine.ApiClient
 
getMessage() - Method in class com.volcengine.model.Error
 
GetMethod() - Method in enum com.volcengine.HttpMethod
 
getMethod() - Method in class com.volcengine.sign.ServiceInfo
 
getMethod() - Method in class com.volcengine.sign.VolcstackSign
 
getName() - Method in class com.volcengine.Pair
 
getReadTimeout() - Method in class com.volcengine.ApiClient
Get read timeout (in milliseconds).
getRegion() - Method in class com.volcengine.ApiClient
Get region
getRegion() - Method in class com.volcengine.model.ResponseMetadata
 
getRegion() - Method in class com.volcengine.sign.VolcstackSign
 
getRequestId() - Method in class com.volcengine.model.ResponseMetadata
 
getResponseBody() - Method in exception com.volcengine.ApiException
Get the HTTP response body.
getResponseHeaders() - Method in exception com.volcengine.ApiException
Get the HTTP response headers.
getResponseMetadata() - Method in exception com.volcengine.ApiException
 
getResponseMetadata() - Method in class com.volcengine.model.AbstractResponse
 
getResponseMetadata() - Method in class com.volcengine.model.VolcstackResponse
 
getResult() - Method in class com.volcengine.model.VolcstackResponse
 
getSecretKey() - Method in class com.volcengine.sign.Credentials
 
getService() - Method in class com.volcengine.model.ResponseMetadata
 
getService() - Method in class com.volcengine.sign.VolcstackSign
 
getServiceName() - Method in class com.volcengine.sign.ServiceInfo
 
getServiceName() - Method in class com.volcengine.UniversalRequest
 
getSessionToken() - Method in class com.volcengine.sign.Credentials
 
getSslCaCert() - Method in class com.volcengine.ApiClient
Get SSL CA cert.
getStatusCode() - Method in class com.volcengine.ApiResponse
 
getTempFolderPath() - Method in class com.volcengine.ApiClient
The path of temporary folder used to store downloaded files from endpoints with file response.
GetType() - Method in enum com.volcengine.ContentType
 
getValue() - Method in class com.volcengine.Pair
 
getVersion() - Method in class com.volcengine.model.ResponseMetadata
 
getVersion() - Method in class com.volcengine.UniversalRequest
 
getWriteTimeout() - Method in class com.volcengine.ApiClient
Get write timeout (in milliseconds).
guessContentTypeFromFile(File) - Method in class com.volcengine.ApiClient
Guess Content-Type header from the given file (defaults to "application/octet-stream").

H

handleResponse(Response, Type, boolean...) - Method in class com.volcengine.ApiClient
Handle the given response, return the deserialized object when the response is successful.
HttpMethod - Enum in com.volcengine
xuyaming@bytedance.com 2022/12/23 15:34

I

isDebugging() - Method in class com.volcengine.ApiClient
Check that whether debugging is enabled for this API client.
isJsonMime(String) - Method in class com.volcengine.ApiClient
Check if the given MIME is a JSON MIME.
isVerifyingSsl() - Method in class com.volcengine.ApiClient
True if isVerifyingSsl flag is on

J

join(String[], String) - Static method in class com.volcengine.StringUtil
Join an array of strings with the given separator.
JSON - Class in com.volcengine
 
JSON() - Constructor for class com.volcengine.JSON
 
JSON.DateTypeAdapter - Class in com.volcengine
Gson TypeAdapter for java.util.Date type If the dateFormat is null, ISO8601Utils will be used.
JSON.LocalDateTypeAdapter - Class in com.volcengine
Gson TypeAdapter for JSR310 LocalDate type
JSON.OffsetDateTimeTypeAdapter - Class in com.volcengine
Gson TypeAdapter for JSR310 OffsetDateTime type
JSON.SqlDateTypeAdapter - Class in com.volcengine
Gson TypeAdapter for java.sql.Date type If the dateFormat is null, a simple "yyyy-MM-dd" format will be used (more efficient than SimpleDateFormat).

L

LocalDateTypeAdapter() - Constructor for class com.volcengine.JSON.LocalDateTypeAdapter
 
LocalDateTypeAdapter(DateTimeFormatter) - Constructor for class com.volcengine.JSON.LocalDateTypeAdapter
 

O

OffsetDateTimeTypeAdapter() - Constructor for class com.volcengine.JSON.OffsetDateTimeTypeAdapter
 
OffsetDateTimeTypeAdapter(DateTimeFormatter) - Constructor for class com.volcengine.JSON.OffsetDateTimeTypeAdapter
 
onDownloadProgress(long, long, boolean) - Method in interface com.volcengine.ApiCallback
This is called when the API downlond processing.
onFailure(ApiException, int, Map<String, List<String>>) - Method in interface com.volcengine.ApiCallback
This is called when the API call fails.
onRequestProgress(long, long, boolean) - Method in interface com.volcengine.ProgressRequestBody.ProgressRequestListener
 
onSuccess(T, int, Map<String, List<String>>) - Method in interface com.volcengine.ApiCallback
This is called when the API call succeeded.
onUploadProgress(long, long, boolean) - Method in interface com.volcengine.ApiCallback
This is called when the API upload processing.

P

Pair - Class in com.volcengine
 
Pair(String, String) - Constructor for class com.volcengine.Pair
 
parameterToPair(String, Object) - Method in class com.volcengine.ApiClient
Formats the specified query parameter to a list containing a single Pair object.
parameterToPairs(String, String, Collection) - Method in class com.volcengine.ApiClient
Formats the specified collection query parameters to a list of Pair objects.
parameterToString(Object) - Method in class com.volcengine.ApiClient
Format the given parameter object into string.
prepareDownloadFile(Response) - Method in class com.volcengine.ApiClient
Prepare file for download
processHeaderParams(Map<String, String>, Request.Builder) - Method in class com.volcengine.ApiClient
Set header parameters to the request builder, including default headers.
ProgressRequestBody - Class in com.volcengine
 
ProgressRequestBody(RequestBody, ProgressRequestBody.ProgressRequestListener) - Constructor for class com.volcengine.ProgressRequestBody
 
ProgressRequestBody.ProgressRequestListener - Interface in com.volcengine
 
ProgressResponseBody - Class in com.volcengine
 
ProgressResponseBody(ResponseBody, ProgressResponseBody.ProgressListener) - Constructor for class com.volcengine.ProgressResponseBody
 
ProgressResponseBody.ProgressListener - Interface in com.volcengine
 

R

read(JsonReader) - Method in class com.volcengine.JSON.DateTypeAdapter
 
read(JsonReader) - Method in class com.volcengine.JSON.LocalDateTypeAdapter
 
read(JsonReader) - Method in class com.volcengine.JSON.OffsetDateTimeTypeAdapter
 
read(JsonReader) - Method in class com.volcengine.JSON.SqlDateTypeAdapter
 
responseMetadata - Variable in class com.volcengine.model.AbstractResponse
 
ResponseMetadata - Class in com.volcengine.model
xuyaming@bytedance.com 2022/3/18 15:20
ResponseMetadata() - Constructor for class com.volcengine.model.ResponseMetadata
 

S

sanitizeFilename(String) - Method in class com.volcengine.ApiClient
Sanitize filename by removing path.
SDK_NAME - Static variable in class com.volcengine.version.Version
 
SDK_VERSION - Static variable in class com.volcengine.version.Version
 
selectHeaderAccept(String[]) - Method in class com.volcengine.ApiClient
Select the Accept header's value from the given accepts array: if JSON exists in the given array, use it; otherwise use all of them (joining into a string)
selectHeaderContentType(String[]) - Method in class com.volcengine.ApiClient
Select the Content-Type header's value from the given array: if JSON exists in the given array, use it; otherwise use the first one of the array.
serialize(Object, String) - Method in class com.volcengine.ApiClient
Serialize the given Java object into request body according to the object's class and the request Content-Type.
serialize(Object) - Method in class com.volcengine.JSON
Serialize the given Java object into JSON string.
ServiceInfo - Class in com.volcengine.sign
xuyaming@bytedance.com 2022/3/18 14:08
ServiceInfo(String, String) - Constructor for class com.volcengine.sign.ServiceInfo
 
ServiceInfo() - Constructor for class com.volcengine.sign.ServiceInfo
 
setAccessKey(String) - Method in class com.volcengine.sign.Credentials
 
setAction(String) - Method in class com.volcengine.model.ResponseMetadata
 
setAction(String) - Method in class com.volcengine.UniversalRequest
 
setApiClient(ApiClient) - Method in class com.volcengine.UniversalApi
 
setCode(String) - Method in class com.volcengine.model.Error
 
setCodeN(Integer) - Method in class com.volcengine.model.Error
 
setConnectTimeout(int) - Method in class com.volcengine.ApiClient
Sets the connect timeout (in milliseconds).
setContentType(ContentType) - Method in class com.volcengine.UniversalRequest
 
setCredentials(Credentials) - Method in class com.volcengine.ApiClient
Set credentials
setCredentials(Credentials) - Method in class com.volcengine.sign.VolcstackSign
 
setDateFormat(DateFormat) - Method in class com.volcengine.ApiClient
 
setDateFormat(DateFormat) - Method in class com.volcengine.JSON
 
setDebugging(boolean) - Method in class com.volcengine.ApiClient
Enable/disable debugging for this API client.
setDefaultApiClient(ApiClient) - Static method in class com.volcengine.Configuration
Set the default API client, which would be used when creating API instances without providing an API client.
setDisableSSL(boolean) - Method in class com.volcengine.ApiClient
Set disableSSL
setEndpoint(String) - Method in class com.volcengine.ApiClient
Set base path
setError(Error) - Method in class com.volcengine.model.ResponseMetadata
 
setFormat(DateFormat) - Method in class com.volcengine.JSON.DateTypeAdapter
 
setFormat(DateTimeFormatter) - Method in class com.volcengine.JSON.LocalDateTypeAdapter
 
setFormat(DateTimeFormatter) - Method in class com.volcengine.JSON.OffsetDateTimeTypeAdapter
 
setFormat(DateFormat) - Method in class com.volcengine.JSON.SqlDateTypeAdapter
 
setGson(Gson) - Method in class com.volcengine.JSON
Set Gson.
setHttpClient(OkHttpClient) - Method in class com.volcengine.ApiClient
Set HTTP client
setHttpMethod(HttpMethod) - Method in class com.volcengine.UniversalRequest
 
setJSON(JSON) - Method in class com.volcengine.ApiClient
Set JSON
setKeyManagers(KeyManager[]) - Method in class com.volcengine.ApiClient
Configure client keys to use for authorization in an SSL session.
setLenientOnJson(boolean) - Method in class com.volcengine.ApiClient
 
setLenientOnJson(boolean) - Method in class com.volcengine.JSON
 
setLocalDateFormat(DateTimeFormatter) - Method in class com.volcengine.ApiClient
 
setLocalDateFormat(DateTimeFormatter) - Method in class com.volcengine.JSON
 
setMessage(String) - Method in class com.volcengine.model.Error
 
setMethod(String) - Method in class com.volcengine.sign.ServiceInfo
 
setMethod(String) - Method in class com.volcengine.sign.VolcstackSign
 
setOffsetDateTimeFormat(DateTimeFormatter) - Method in class com.volcengine.ApiClient
 
setOffsetDateTimeFormat(DateTimeFormatter) - Method in class com.volcengine.JSON
 
setReadTimeout(int) - Method in class com.volcengine.ApiClient
Sets the read timeout (in milliseconds).
setRegion(String) - Method in class com.volcengine.ApiClient
Set region
setRegion(String) - Method in class com.volcengine.model.ResponseMetadata
 
setRegion(String) - Method in class com.volcengine.sign.VolcstackSign
 
setRequestId(String) - Method in class com.volcengine.model.ResponseMetadata
 
setResponseMetadata(ResponseMetadata) - Method in exception com.volcengine.ApiException
 
setResponseMetadata(ResponseMetadata) - Method in class com.volcengine.model.AbstractResponse
 
setResponseMetadata(ResponseMetadata) - Method in class com.volcengine.model.VolcstackResponse
 
setResult(T) - Method in class com.volcengine.model.VolcstackResponse
 
setSecretKey(String) - Method in class com.volcengine.sign.Credentials
 
setService(String) - Method in class com.volcengine.model.ResponseMetadata
 
setService(String) - Method in class com.volcengine.sign.VolcstackSign
 
setServiceName(String) - Method in class com.volcengine.sign.ServiceInfo
 
setServiceName(String) - Method in class com.volcengine.UniversalRequest
 
setSessionToken(String) - Method in class com.volcengine.sign.Credentials
 
setSqlDateFormat(DateFormat) - Method in class com.volcengine.ApiClient
 
setSqlDateFormat(DateFormat) - Method in class com.volcengine.JSON
 
setSslCaCert(InputStream) - Method in class com.volcengine.ApiClient
Configure the CA certificate to be trusted when making https requests.
setTempFolderPath(String) - Method in class com.volcengine.ApiClient
Set the temporary folder path (for downloading files)
setUserAgent(String) - Method in class com.volcengine.ApiClient
Set the User-Agent header's value (by adding to the default header map).
setVerifyingSsl(boolean) - Method in class com.volcengine.ApiClient
Configure whether to verify certificate and hostname when making https requests.
setVersion(String) - Method in class com.volcengine.model.ResponseMetadata
 
setVersion(String) - Method in class com.volcengine.UniversalRequest
 
setWriteTimeout(int) - Method in class com.volcengine.ApiClient
Sets the write timeout (in milliseconds).
source() - Method in class com.volcengine.ProgressResponseBody
 
SqlDateTypeAdapter() - Constructor for class com.volcengine.JSON.SqlDateTypeAdapter
 
SqlDateTypeAdapter(DateFormat) - Constructor for class com.volcengine.JSON.SqlDateTypeAdapter
 
StringUtil - Class in com.volcengine
 
StringUtil() - Constructor for class com.volcengine.StringUtil
 

T

toString() - Method in exception com.volcengine.ApiException
 

U

UniversalApi - Class in com.volcengine
xuyaming@bytedance.com 2022/12/23 15:21
UniversalApi(ApiClient) - Constructor for class com.volcengine.UniversalApi
 
UniversalApi() - Constructor for class com.volcengine.UniversalApi
 
UniversalRequest - Class in com.volcengine
xuyaming@bytedance.com 2022/12/23 15:33
UniversalRequest(String, String, String, HttpMethod, ContentType) - Constructor for class com.volcengine.UniversalRequest
 
UniversalRequest() - Constructor for class com.volcengine.UniversalRequest
 
UniversalRequest(String, String, String) - Constructor for class com.volcengine.UniversalRequest
 
update(long, long, boolean) - Method in interface com.volcengine.ProgressResponseBody.ProgressListener
 
updateParamsForAuth(String[], List<Pair>, Map<String, String>) - Method in class com.volcengine.ApiClient
Update query and header parameters based on authentication settings.
updateParamsForAuth(String[], List<Pair>, Map<String, String>, ServiceInfo, String) - Method in class com.volcengine.ApiClient
 

V

valueOf(String) - Static method in enum com.volcengine.ContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.volcengine.HttpMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.volcengine.ContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.volcengine.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in com.volcengine.version
 
Version() - Constructor for class com.volcengine.version.Version
 
VolcstackResponse<T> - Class in com.volcengine.model
xuyaming@bytedance.com 2022/3/18 15:21
VolcstackResponse() - Constructor for class com.volcengine.model.VolcstackResponse
 
VolcstackSign - Class in com.volcengine.sign
xuyaming@bytedance.com 2022/3/18 13:13
VolcstackSign() - Constructor for class com.volcengine.sign.VolcstackSign
 
VolcstackSign(Credentials) - Constructor for class com.volcengine.sign.VolcstackSign
 

W

write(JsonWriter, Date) - Method in class com.volcengine.JSON.DateTypeAdapter
 
write(JsonWriter, LocalDate) - Method in class com.volcengine.JSON.LocalDateTypeAdapter
 
write(JsonWriter, OffsetDateTime) - Method in class com.volcengine.JSON.OffsetDateTimeTypeAdapter
 
write(JsonWriter, Date) - Method in class com.volcengine.JSON.SqlDateTypeAdapter
 
writeTo(BufferedSink) - Method in class com.volcengine.ProgressRequestBody
 
A B C D E G H I J L O P R S T U V W 
Skip navigation links

Copyright © 2025. All rights reserved.