跳过导航链接
A B C D E G H I J L O P R S T U V W 

A

AbstractResponse - com.volcengine.model中的类
xuyaming@bytedance.com 2023/7/3 18:09
AbstractResponse() - 类 的构造器com.volcengine.model.AbstractResponse
 
addDefaultHeader(String, String) - 类 中的方法com.volcengine.ApiClient
Add a default header.
ApiCallback<T> - com.volcengine中的接口
Callback for asynchronous API call.
ApiClient - com.volcengine中的类
 
ApiClient() - 类 的构造器com.volcengine.ApiClient
 
ApiException - com.volcengine中的异常错误
 
ApiException() - 异常错误 的构造器com.volcengine.ApiException
 
ApiException(Throwable) - 异常错误 的构造器com.volcengine.ApiException
 
ApiException(String) - 异常错误 的构造器com.volcengine.ApiException
 
ApiException(String, Throwable, int, Map<String, List<String>>, String) - 异常错误 的构造器com.volcengine.ApiException
 
ApiException(String, Throwable, int, Map<String, List<String>>, String, ResponseMetadata) - 异常错误 的构造器com.volcengine.ApiException
 
ApiException(String, int, Map<String, List<String>>, String) - 异常错误 的构造器com.volcengine.ApiException
 
ApiException(String, int, Map<String, List<String>>, String, ResponseMetadata) - 异常错误 的构造器com.volcengine.ApiException
 
ApiException(String, Throwable, int, Map<String, List<String>>) - 异常错误 的构造器com.volcengine.ApiException
 
ApiException(int, Map<String, List<String>>, String) - 异常错误 的构造器com.volcengine.ApiException
 
ApiException(int, Map<String, List<String>>, String, ResponseMetadata) - 异常错误 的构造器com.volcengine.ApiException
 
ApiException(int, String) - 异常错误 的构造器com.volcengine.ApiException
 
ApiException(int, String, Map<String, List<String>>, String) - 异常错误 的构造器com.volcengine.ApiException
 
ApiResponse<T> - com.volcengine中的类
API response returned by API call.
ApiResponse(int, Map<String, List<String>>) - 类 的构造器com.volcengine.ApiResponse
 
ApiResponse(int, Map<String, List<String>>, T) - 类 的构造器com.volcengine.ApiResponse
 
applyToParams(List<Pair>, Map<String, String>, String) - 接口 中的方法com.volcengine.auth.Authentication
Apply authentication settings to header and query params.
applyToParams(List<Pair>, Map<String, String>, String) - 类 中的方法com.volcengine.sign.VolcstackSign
 
Authentication - com.volcengine.auth中的接口
 

B

buildCall(String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, Object>, String[], ProgressRequestBody.ProgressRequestListener, boolean...) - 类 中的方法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...) - 类 中的方法com.volcengine.ApiClient
Build an HTTP request with the given options.
buildRequestBodyFormEncoding(Map<String, Object>) - 类 中的方法com.volcengine.ApiClient
Build a form-encoding request body with the given form parameters.
buildRequestBodyMultipart(Map<String, Object>) - 类 中的方法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>) - 类 中的方法com.volcengine.ApiClient
Build full URL by concatenating base path, the given sub path and query parameters.

C

com.volcengine - 程序包 com.volcengine
 
com.volcengine.auth - 程序包 com.volcengine.auth
 
com.volcengine.model - 程序包 com.volcengine.model
 
com.volcengine.sign - 程序包 com.volcengine.sign
 
com.volcengine.version - 程序包 com.volcengine.version
 
Configuration - com.volcengine中的类
 
Configuration() - 类 的构造器com.volcengine.Configuration
 
containsIgnoreCase(String[], String) - 类 中的静态方法com.volcengine.StringUtil
Check if the given array contains the given value (with case-insensitive comparison).
contentLength() - 类 中的方法com.volcengine.ProgressRequestBody
 
contentLength() - 类 中的方法com.volcengine.ProgressResponseBody
 
ContentType - com.volcengine中的枚举
xuyaming@bytedance.com 2022/12/23 15:38
contentType() - 类 中的方法com.volcengine.ProgressRequestBody
 
contentType() - 类 中的方法com.volcengine.ProgressResponseBody
 
createGson() - 类 中的静态方法com.volcengine.JSON
 
Credentials - com.volcengine.sign中的类
xuyaming@bytedance.com 2022/3/18 13:12

D

DateTypeAdapter() - 类 的构造器com.volcengine.JSON.DateTypeAdapter
 
DateTypeAdapter(DateFormat) - 类 的构造器com.volcengine.JSON.DateTypeAdapter
 
deserialize(Response, Type, boolean...) - 类 中的方法com.volcengine.ApiClient
Deserialize response body to Java object, according to the return type and the Content-Type response header.
deserialize(String, Type) - 类 中的方法com.volcengine.JSON
Deserialize the given JSON string to Java object.
doCall(UniversalRequest, Map<String, Object>) - 类 中的方法com.volcengine.UniversalApi
 
doCallWithHttpInfo(UniversalRequest, Map<String, Object>) - 类 中的方法com.volcengine.UniversalApi
 
downloadFileFromResponse(Response) - 类 中的方法com.volcengine.ApiClient
Download file from the given response.

E

Error - com.volcengine.model中的类
xuyaming@bytedance.com 2022/3/18 15:22
Error() - 类 的构造器com.volcengine.model.Error
 
escapeString(String) - 类 中的方法com.volcengine.ApiClient
Escape the given string to be used as URL query value.
execute(Call) - 类 中的方法com.volcengine.ApiClient
execute(Call, Type, boolean...) - 类 中的方法com.volcengine.ApiClient
Execute HTTP call and deserialize the HTTP response body into the given return type.
executeAsync(Call, ApiCallback<T>) - 类 中的方法com.volcengine.ApiClient
executeAsync(Call, Type, ApiCallback<T>) - 类 中的方法com.volcengine.ApiClient
Execute HTTP call asynchronously.

G

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

H

handleResponse(Response, Type, boolean...) - 类 中的方法com.volcengine.ApiClient
Handle the given response, return the deserialized object when the response is successful.
HttpMethod - com.volcengine中的枚举
xuyaming@bytedance.com 2022/12/23 15:34

I

isDebugging() - 类 中的方法com.volcengine.ApiClient
Check that whether debugging is enabled for this API client.
isJsonMime(String) - 类 中的方法com.volcengine.ApiClient
Check if the given MIME is a JSON MIME.
isVerifyingSsl() - 类 中的方法com.volcengine.ApiClient
True if isVerifyingSsl flag is on

J

join(String[], String) - 类 中的静态方法com.volcengine.StringUtil
Join an array of strings with the given separator.
JSON - com.volcengine中的类
 
JSON() - 类 的构造器com.volcengine.JSON
 
JSON.DateTypeAdapter - com.volcengine中的类
Gson TypeAdapter for java.util.Date type If the dateFormat is null, ISO8601Utils will be used.
JSON.LocalDateTypeAdapter - com.volcengine中的类
Gson TypeAdapter for JSR310 LocalDate type
JSON.OffsetDateTimeTypeAdapter - com.volcengine中的类
Gson TypeAdapter for JSR310 OffsetDateTime type
JSON.SqlDateTypeAdapter - 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() - 类 的构造器com.volcengine.JSON.LocalDateTypeAdapter
 
LocalDateTypeAdapter(DateTimeFormatter) - 类 的构造器com.volcengine.JSON.LocalDateTypeAdapter
 

O

OffsetDateTimeTypeAdapter() - 类 的构造器com.volcengine.JSON.OffsetDateTimeTypeAdapter
 
OffsetDateTimeTypeAdapter(DateTimeFormatter) - 类 的构造器com.volcengine.JSON.OffsetDateTimeTypeAdapter
 
onDownloadProgress(long, long, boolean) - 接口 中的方法com.volcengine.ApiCallback
This is called when the API downlond processing.
onFailure(ApiException, int, Map<String, List<String>>) - 接口 中的方法com.volcengine.ApiCallback
This is called when the API call fails.
onRequestProgress(long, long, boolean) - 接口 中的方法com.volcengine.ProgressRequestBody.ProgressRequestListener
 
onSuccess(T, int, Map<String, List<String>>) - 接口 中的方法com.volcengine.ApiCallback
This is called when the API call succeeded.
onUploadProgress(long, long, boolean) - 接口 中的方法com.volcengine.ApiCallback
This is called when the API upload processing.

P

Pair - com.volcengine中的类
 
Pair(String, String) - 类 的构造器com.volcengine.Pair
 
parameterToPair(String, Object) - 类 中的方法com.volcengine.ApiClient
Formats the specified query parameter to a list containing a single Pair object.
parameterToPairs(String, String, Collection) - 类 中的方法com.volcengine.ApiClient
Formats the specified collection query parameters to a list of Pair objects.
parameterToString(Object) - 类 中的方法com.volcengine.ApiClient
Format the given parameter object into string.
prepareDownloadFile(Response) - 类 中的方法com.volcengine.ApiClient
Prepare file for download
processHeaderParams(Map<String, String>, Request.Builder) - 类 中的方法com.volcengine.ApiClient
Set header parameters to the request builder, including default headers.
ProgressRequestBody - com.volcengine中的类
 
ProgressRequestBody(RequestBody, ProgressRequestBody.ProgressRequestListener) - 类 的构造器com.volcengine.ProgressRequestBody
 
ProgressRequestBody.ProgressRequestListener - com.volcengine中的接口
 
ProgressResponseBody - com.volcengine中的类
 
ProgressResponseBody(ResponseBody, ProgressResponseBody.ProgressListener) - 类 的构造器com.volcengine.ProgressResponseBody
 
ProgressResponseBody.ProgressListener - com.volcengine中的接口
 

R

read(JsonReader) - 类 中的方法com.volcengine.JSON.DateTypeAdapter
 
read(JsonReader) - 类 中的方法com.volcengine.JSON.LocalDateTypeAdapter
 
read(JsonReader) - 类 中的方法com.volcengine.JSON.OffsetDateTimeTypeAdapter
 
read(JsonReader) - 类 中的方法com.volcengine.JSON.SqlDateTypeAdapter
 
responseMetadata - 类 中的变量com.volcengine.model.AbstractResponse
 
ResponseMetadata - com.volcengine.model中的类
xuyaming@bytedance.com 2022/3/18 15:20
ResponseMetadata() - 类 的构造器com.volcengine.model.ResponseMetadata
 

S

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

T

toString() - 异常错误 中的方法com.volcengine.ApiException
 

U

UniversalApi - com.volcengine中的类
xuyaming@bytedance.com 2022/12/23 15:21
UniversalApi(ApiClient) - 类 的构造器com.volcengine.UniversalApi
 
UniversalApi() - 类 的构造器com.volcengine.UniversalApi
 
UniversalRequest - com.volcengine中的类
xuyaming@bytedance.com 2022/12/23 15:33
UniversalRequest(String, String, String, HttpMethod, ContentType) - 类 的构造器com.volcengine.UniversalRequest
 
UniversalRequest() - 类 的构造器com.volcengine.UniversalRequest
 
UniversalRequest(String, String, String) - 类 的构造器com.volcengine.UniversalRequest
 
update(long, long, boolean) - 接口 中的方法com.volcengine.ProgressResponseBody.ProgressListener
 
updateParamsForAuth(String[], List<Pair>, Map<String, String>) - 类 中的方法com.volcengine.ApiClient
Update query and header parameters based on authentication settings.
updateParamsForAuth(String[], List<Pair>, Map<String, String>, ServiceInfo, String) - 类 中的方法com.volcengine.ApiClient
 

V

valueOf(String) - 枚举 中的静态方法com.volcengine.ContentType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.volcengine.HttpMethod
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.volcengine.ContentType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.volcengine.HttpMethod
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
Version - com.volcengine.version中的类
 
Version() - 类 的构造器com.volcengine.version.Version
 
VolcstackResponse<T> - com.volcengine.model中的类
xuyaming@bytedance.com 2022/3/18 15:21
VolcstackResponse() - 类 的构造器com.volcengine.model.VolcstackResponse
 
VolcstackSign - com.volcengine.sign中的类
xuyaming@bytedance.com 2022/3/18 13:13
VolcstackSign() - 类 的构造器com.volcengine.sign.VolcstackSign
 
VolcstackSign(Credentials) - 类 的构造器com.volcengine.sign.VolcstackSign
 

W

write(JsonWriter, Date) - 类 中的方法com.volcengine.JSON.DateTypeAdapter
 
write(JsonWriter, LocalDate) - 类 中的方法com.volcengine.JSON.LocalDateTypeAdapter
 
write(JsonWriter, OffsetDateTime) - 类 中的方法com.volcengine.JSON.OffsetDateTimeTypeAdapter
 
write(JsonWriter, Date) - 类 中的方法com.volcengine.JSON.SqlDateTypeAdapter
 
writeTo(BufferedSink) - 类 中的方法com.volcengine.ProgressRequestBody
 
A B C D E G H I J L O P R S T U V W 
跳过导航链接

Copyright © 2024. All rights reserved.