Skip navigation links
A B C D E F G H I J L M N P Q R S T U V 

A

ACCESS_KEY - Static variable in class com.byteplus.helper.Const
 
addStatement(Statement) - Method in class com.byteplus.model.sts2.Policy
 
aesEncryptCBC(String, byte[]) - Static method in class com.byteplus.util.Sts2Utils
 
ApiInfo - Class in com.byteplus.model
 
ApiInfo(Map<String, Object>) - Constructor for class com.byteplus.model.ApiInfo
 
apiInfoList - Variable in class com.byteplus.service.BaseServiceImpl
 
apiInfoList - Static variable in class com.byteplus.service.iam.IamConfig
 

B

BaseServiceImpl - Class in com.byteplus.service
 
BaseServiceImpl(ServiceInfo, Map<String, ApiInfo>) - Constructor for class com.byteplus.service.BaseServiceImpl
 

C

ClientConfiguration - Class in com.byteplus.http
 
ClientConfiguration() - Constructor for class com.byteplus.http.ClientConfiguration
 
com.byteplus.auth - package com.byteplus.auth
 
com.byteplus.auth.impl - package com.byteplus.auth.impl
 
com.byteplus.error - package com.byteplus.error
 
com.byteplus.helper - package com.byteplus.helper
 
com.byteplus.http - package com.byteplus.http
 
com.byteplus.model - package com.byteplus.model
 
com.byteplus.model.request - package com.byteplus.model.request
 
com.byteplus.model.response - package com.byteplus.model.response
 
com.byteplus.model.sts2 - package com.byteplus.model.sts2
 
com.byteplus.service - package com.byteplus.service
 
com.byteplus.service.iam - package com.byteplus.service.iam
 
com.byteplus.service.iam.impl - package com.byteplus.service.iam.impl
 
com.byteplus.util - package com.byteplus.util
 
compare(NameValuePair, NameValuePair) - Method in enum com.byteplus.util.NameValueComparator
 
CONNECTION_TIMEOUT - Static variable in class com.byteplus.helper.Const
 
Const - Class in com.byteplus.helper
 
Const() - Constructor for class com.byteplus.helper.Const
 
crc32(byte[]) - Static method in class com.byteplus.helper.Utils
 
create(ClientConfiguration) - Static method in class com.byteplus.http.HttpClientFactory
 
createInnerToken(Credentials, SecurityToken2, Policy, long) - Static method in class com.byteplus.util.Sts2Utils
 
CreateUser - Static variable in class com.byteplus.helper.Const
 
Credentials - Static variable in class com.byteplus.helper.Const
 
Credentials - Class in com.byteplus.model
 
Credentials() - Constructor for class com.byteplus.model.Credentials
 
Credentials(String, String) - Constructor for class com.byteplus.model.Credentials
 

D

DEFAULT_CLIENT_EXECUTION_TIMEOUT - Static variable in class com.byteplus.http.ClientConfiguration
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class com.byteplus.http.ClientConfiguration
 
DEFAULT_MAX_CON_PER_ROUTE - Static variable in class com.byteplus.http.ClientConfiguration
 
DEFAULT_MAX_CONNECTIONS - Static variable in class com.byteplus.http.ClientConfiguration
 
DEFAULT_REQUEST_TIMEOUT - Static variable in class com.byteplus.http.ClientConfiguration
 
DEFAULT_SOCKET_TIMEOUT - Static variable in class com.byteplus.http.ClientConfiguration
 

E

encode(Map<String, List<String>>) - Static method in class com.byteplus.helper.Utils
 
encrypt(String, String) - Static method in class com.byteplus.util.Sts2Utils
 
Error() - Constructor for class com.byteplus.model.response.ResponseMetadata.Error
 

F

FILE_TYPE_IMAGE - Static variable in class com.byteplus.helper.Const
 
FILE_TYPE_OBJECT - Static variable in class com.byteplus.helper.Const
 
FILE_TYPE_VIDEO - Static variable in class com.byteplus.helper.Const
 
Form - Static variable in class com.byteplus.helper.Const
 
FORMAT_AWEBP - Static variable in class com.byteplus.helper.Const
 
FORMAT_GIF - Static variable in class com.byteplus.helper.Const
 
FORMAT_HEIC - Static variable in class com.byteplus.helper.Const
 
FORMAT_JPEG - Static variable in class com.byteplus.helper.Const
 
FORMAT_ORIGINAL - Static variable in class com.byteplus.helper.Const
 
FORMAT_PNG - Static variable in class com.byteplus.helper.Const
 
FORMAT_WEBP - Static variable in class com.byteplus.helper.Const
 

G

generateAccessKeyId(String) - Static method in class com.byteplus.util.Sts2Utils
 
generateSecretKey() - Static method in class com.byteplus.util.Sts2Utils
 
genMD5Checksum(byte[]) - Static method in class com.byteplus.util.Sts2Utils
 
getAccessKey() - Method in class com.byteplus.service.BaseServiceImpl
 
getAccessKey() - Method in interface com.byteplus.service.IBaseService
Gets access key.
getApiInfoList() - Method in class com.byteplus.service.BaseServiceImpl
 
getClientExecutionTimeout() - Method in class com.byteplus.http.ClientConfiguration
 
getConnectionKeepAliveStrategy() - Static method in class com.byteplus.http.HttpClientFactory
 
getConnectionTimeout() - Method in class com.byteplus.http.ClientConfiguration
 
getErrorDesc(SdkError) - Static method in enum com.byteplus.error.SdkError
 
getHttpClient() - Method in class com.byteplus.service.BaseServiceImpl
 
getInstance() - Static method in class com.byteplus.service.iam.impl.IamServiceImpl
 
getISigner() - Method in class com.byteplus.service.BaseServiceImpl
 
getLimit() - Method in class com.byteplus.model.request.ListUsersRequest
 
getMaxConnections() - Method in class com.byteplus.http.ClientConfiguration
 
getMaxConPerRoute() - Method in class com.byteplus.http.ClientConfiguration
 
getNumber() - Method in enum com.byteplus.error.SdkError
 
getRegion() - Method in class com.byteplus.service.BaseServiceImpl
 
getRegion() - Method in interface com.byteplus.service.IBaseService
Gets region.
getRequestTimeout() - Method in class com.byteplus.http.ClientConfiguration
 
getSecretKey() - Method in class com.byteplus.service.BaseServiceImpl
 
getSecretKey() - Method in interface com.byteplus.service.IBaseService
Gets secret key.
getServiceInfo() - Method in class com.byteplus.service.BaseServiceImpl
 
getSignUrl(String, List<NameValuePair>) - Method in class com.byteplus.service.BaseServiceImpl
 
getSignUrl(String, List<NameValuePair>) - Method in interface com.byteplus.service.IBaseService
Gets sign url.
getSocketTimeout() - Method in class com.byteplus.http.ClientConfiguration
 

H

hashSHA256(byte[]) - Static method in class com.byteplus.helper.Utils
 
Header - Static variable in class com.byteplus.helper.Const
 
hmacSHA1(byte[], String) - Static method in class com.byteplus.helper.Utils
 
hmacSHA256(byte[], String) - Static method in class com.byteplus.helper.Utils
 
Host - Static variable in class com.byteplus.helper.Const
 
Hour - Static variable in class com.byteplus.util.Time
 
HTTP - Static variable in class com.byteplus.helper.Const
 
HttpClientFactory - Class in com.byteplus.http
 
HttpClientFactory() - Constructor for class com.byteplus.http.HttpClientFactory
 
httpRequestRetryHandler - Static variable in class com.byteplus.http.HttpClientFactory
 
HTTPS - Static variable in class com.byteplus.helper.Const
 

I

IamConfig - Class in com.byteplus.service.iam
 
IamConfig() - Constructor for class com.byteplus.service.iam.IamConfig
 
IamServiceImpl - Class in com.byteplus.service.iam.impl
 
IBaseService - Interface in com.byteplus.service
The interface Service.
IdleConnectionMonitorThread - Class in com.byteplus.http
 
IdleConnectionMonitorThread(HttpClientConnectionManager) - Constructor for class com.byteplus.http.IdleConnectionMonitorThread
 
IIamService - Interface in com.byteplus.service.iam
The interface Iam service.
INNER_REGION_AP_SINGAPORT_1 - Static variable in class com.byteplus.helper.Const
 
INNER_REGION_CN_NORTH_1 - Static variable in class com.byteplus.helper.Const
 
INNER_REGION_US_EAST_1 - Static variable in class com.byteplus.helper.Const
 
InnerToken - Class in com.byteplus.model.sts2
 
InnerToken() - Constructor for class com.byteplus.model.sts2.InnerToken
 
ISignerV4 - Interface in com.byteplus.auth
The interface Signer.

J

json(String, List<NameValuePair>, String) - Method in class com.byteplus.service.BaseServiceImpl
 
json(String, List<NameValuePair>, String) - Method in interface com.byteplus.service.IBaseService
Json raw response.

L

ListUsers - Static variable in class com.byteplus.helper.Const
 
listUsers(ListUsersRequest) - Method in interface com.byteplus.service.iam.IIamService
List users.
listUsers(ListUsersRequest) - Method in class com.byteplus.service.iam.impl.IamServiceImpl
 
ListUsersRequest - Class in com.byteplus.model.request
 
ListUsersRequest() - Constructor for class com.byteplus.model.request.ListUsersRequest
 
ListUsersResponse - Class in com.byteplus.model.response
 
ListUsersResponse() - Constructor for class com.byteplus.model.response.ListUsersResponse
 
ListUsersResponse.ResultBean - Class in com.byteplus.model.response
 
ListUsersResponse.UserMetadataBean - Class in com.byteplus.model.response
 

M

mapToPairList(Map<String, String>) - Static method in class com.byteplus.helper.Utils
 
MetaData - Class in com.byteplus.auth
 
MetaData() - Constructor for class com.byteplus.auth.MetaData
 
Method - Static variable in class com.byteplus.helper.Const
 
Millisecond - Static variable in class com.byteplus.util.Time
 
Minute - Static variable in class com.byteplus.util.Time
 

N

NameValueComparator - Enum in com.byteplus.util
 
newAllowStatement(List<String>, List<String>) - Static method in class com.byteplus.util.Sts2Utils
 
newDenyStatement(List<String>, List<String>) - Static method in class com.byteplus.util.Sts2Utils
 

P

paramsToMap(Object) - Static method in class com.byteplus.helper.Utils
 
paramsToPair(Object) - Static method in class com.byteplus.helper.Utils
 
Path - Static variable in class com.byteplus.helper.Const
 
Policy - Class in com.byteplus.model.sts2
 
Policy() - Constructor for class com.byteplus.model.sts2.Policy
 
post(String, List<NameValuePair>, List<NameValuePair>) - Method in class com.byteplus.service.BaseServiceImpl
 
post(String, List<NameValuePair>, List<NameValuePair>) - Method in interface com.byteplus.service.IBaseService
Post raw response.
protoBufferToMap(MessageOrBuilder, boolean) - Static method in class com.byteplus.helper.Utils
 
put(String, String, Map<String, String>) - Method in class com.byteplus.service.BaseServiceImpl
 
put(String, String, Map<String, String>) - Method in interface com.byteplus.service.IBaseService
Put boolean.
putData(String, byte[], Map<String, String>) - Method in class com.byteplus.service.BaseServiceImpl
 
putData(String, byte[], Map<String, String>) - Method in interface com.byteplus.service.IBaseService
Put binary data.
putDataWithResponse(String, byte[], Map<String, String>) - Method in class com.byteplus.service.BaseServiceImpl
 

Q

Query - Static variable in class com.byteplus.helper.Const
 
query(String, List<NameValuePair>) - Method in class com.byteplus.service.BaseServiceImpl
 
query(String, List<NameValuePair>) - Method in interface com.byteplus.service.IBaseService
Query raw response.

R

randWeights(Map<String, Integer>, String) - Static method in class com.byteplus.helper.Utils
 
RawResponse - Class in com.byteplus.model.response
 
RawResponse(byte[], int, Exception) - Constructor for class com.byteplus.model.response.RawResponse
 
REGION_AP_SINGAPORE_1 - Static variable in class com.byteplus.helper.Const
 
REGION_CN_NORTH_1 - Static variable in class com.byteplus.helper.Const
 
REGION_US_EASE_1 - Static variable in class com.byteplus.helper.Const
 
ResponseMetadata - Class in com.byteplus.model.response
 
ResponseMetadata() - Constructor for class com.byteplus.model.response.ResponseMetadata
 
ResponseMetadata.Error - Class in com.byteplus.model.response
 
ResultBean() - Constructor for class com.byteplus.model.response.ListUsersResponse.ResultBean
 
run() - Method in class com.byteplus.http.IdleConnectionMonitorThread
 

S

Scheme - Static variable in class com.byteplus.helper.Const
 
SdkError - Enum in com.byteplus.error
 
Second - Static variable in class com.byteplus.util.Time
 
SECRET_KEY - Static variable in class com.byteplus.helper.Const
 
SecurityToken2 - Class in com.byteplus.model.sts2
 
SecurityToken2() - Constructor for class com.byteplus.model.sts2.SecurityToken2
 
ServiceInfo - Class in com.byteplus.model
 
ServiceInfo(Map<String, Object>) - Constructor for class com.byteplus.model.ServiceInfo
 
serviceInfo - Variable in class com.byteplus.service.BaseServiceImpl
 
serviceInfo - Static variable in class com.byteplus.service.iam.IamConfig
 
setAccessKey(String) - Method in class com.byteplus.service.BaseServiceImpl
 
setAccessKey(String) - Method in interface com.byteplus.service.IBaseService
Sets access key.
setClientExecutionTimeout(int) - Method in class com.byteplus.http.ClientConfiguration
 
setClientNoReuse() - Method in class com.byteplus.service.BaseServiceImpl
 
setClientNoReuse() - Method in interface com.byteplus.service.IBaseService
Sets client no reuse.
setConnectionKeepAliveStrategy(ConnectionKeepAliveStrategy) - Static method in class com.byteplus.http.HttpClientFactory
 
setConnectionTimeout(int) - Method in class com.byteplus.http.ClientConfiguration
 
setConnectionTimeout(int) - Method in class com.byteplus.service.BaseServiceImpl
 
setConnectionTimeout(int) - Method in interface com.byteplus.service.IBaseService
Sets connection timeout.
setHost(String) - Method in class com.byteplus.service.BaseServiceImpl
 
setHost(String) - Method in interface com.byteplus.service.IBaseService
Sets host.
setHttpClient(HttpClient) - Method in class com.byteplus.service.BaseServiceImpl
 
setHttpClient(HttpClient) - Method in interface com.byteplus.service.IBaseService
Sets http client.
setMaxConnections(int) - Method in class com.byteplus.http.ClientConfiguration
 
setMaxConPerRoute(int) - Method in class com.byteplus.http.ClientConfiguration
 
setRegion(String) - Method in class com.byteplus.service.BaseServiceImpl
 
setRegion(String) - Method in interface com.byteplus.service.IBaseService
Sets region.
setRequestTimeout(int) - Method in class com.byteplus.http.ClientConfiguration
 
setScheme(String) - Method in class com.byteplus.service.BaseServiceImpl
 
setScheme(String) - Method in interface com.byteplus.service.IBaseService
Sets scheme.
setSecretKey(String) - Method in class com.byteplus.service.BaseServiceImpl
 
setSecretKey(String) - Method in interface com.byteplus.service.IBaseService
Sets secret key.
setServiceInfo(ServiceInfo) - Method in class com.byteplus.service.BaseServiceImpl
 
setServiceInfo(ServiceInfo) - Method in interface com.byteplus.service.IBaseService
Sets service info.
setSocketTimeout(int) - Method in class com.byteplus.http.ClientConfiguration
 
setSocketTimeout(int) - Method in class com.byteplus.service.BaseServiceImpl
 
setSocketTimeout(int) - Method in interface com.byteplus.service.IBaseService
Sets socket timeout.
shutdown() - Method in class com.byteplus.http.IdleConnectionMonitorThread
 
sign(SignableRequest, Credentials) - Method in class com.byteplus.auth.impl.SignerV4Impl
 
sign(SignableRequest, Credentials) - Method in interface com.byteplus.auth.ISignerV4
Sign.
SignableRequest - Class in com.byteplus.service
 
SignableRequest() - Constructor for class com.byteplus.service.SignableRequest
 
SignerV4Impl - Class in com.byteplus.auth.impl
 
SignerV4Impl() - Constructor for class com.byteplus.auth.impl.SignerV4Impl
 
signSts2(Policy, long) - Method in class com.byteplus.service.BaseServiceImpl
 
signSts2(Policy, long) - Method in interface com.byteplus.service.IBaseService
Sign by sts2.
signUrl(SignableRequest, Credentials) - Method in class com.byteplus.auth.impl.SignerV4Impl
 
signUrl(SignableRequest, Credentials) - Method in interface com.byteplus.auth.ISignerV4
Sign url string.
SOCKET_TIMEOUT - Static variable in class com.byteplus.helper.Const
 
Statement - Class in com.byteplus.model.sts2
 
Statement() - Constructor for class com.byteplus.model.sts2.Statement
 
Sts2Utils - Class in com.byteplus.util
 
Sts2Utils() - Constructor for class com.byteplus.util.Sts2Utils
 

T

Time - Class in com.byteplus.util
 
Time() - Constructor for class com.byteplus.util.Time
 
TIME_FORMAT_V4 - Static variable in class com.byteplus.helper.Const
 

U

UserMetadataBean() - Constructor for class com.byteplus.model.response.ListUsersResponse.UserMetadataBean
 
Utils - Class in com.byteplus.helper
 
Utils() - Constructor for class com.byteplus.helper.Utils
 

V

valueOf(String) - Static method in enum com.byteplus.error.SdkError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.byteplus.util.NameValueComparator
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.byteplus.error.SdkError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.byteplus.util.NameValueComparator
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J L M N P Q R S T U V 
Skip navigation links

Copyright © 2021. All rights reserved.