| 程序包 | 说明 |
|---|---|
| com.volcengine.tos |
| 限定符和类型 | 类和说明 |
|---|---|
class |
TOSV2Client |
| 限定符和类型 | 方法和说明 |
|---|---|
TOSV2 |
TOSV2Builder.build(String region,
String endpoint,
Credentials credentials)
use the specific TOS region, endpoint, customer credentials.
|
TOSV2 |
TOSV2ClientBuilder.build(String region,
String endpoint,
Credentials credentials)
已过时。
|
TOSV2 |
TOSV2Builder.build(String region,
String endpoint,
CredentialsProvider credentialsProvider) |
TOSV2 |
TOSV2ClientBuilder.build(String region,
String endpoint,
CredentialsProvider credentialsProvider) |
TOSV2 |
TOSV2Builder.build(String region,
String endpoint,
CredentialsProvider credentialsProvider,
TransportConfig conf) |
TOSV2 |
TOSV2ClientBuilder.build(String region,
String endpoint,
CredentialsProvider credentialsProvider,
TransportConfig conf) |
TOSV2 |
TOSV2Builder.build(String region,
String endpoint,
Credentials credentials,
TransportConfig conf)
use the specific TOS region, endpoint, customer credentials and customer http request configuration
to create a new client instance.
|
TOSV2 |
TOSV2ClientBuilder.build(String region,
String endpoint,
Credentials credentials,
TransportConfig conf)
已过时。
|
TOSV2 |
TOSV2Builder.build(String region,
String endpoint,
String accessKey,
String secretKey)
use the specific TOS region, endpoint, accessKeyId and secretKeyId
to create a new client instance.
|
TOSV2 |
TOSV2ClientBuilder.build(String region,
String endpoint,
String accessKey,
String secretKey) |
TOSV2 |
TOSV2Builder.build(String region,
String endpoint,
String accessKey,
String secretKey,
String securityToken)
use the specific TOS region, endpoint, accessKeyId, secretKeyId and security token from STS
to create a new client instance.
|
TOSV2 |
TOSV2ClientBuilder.build(String region,
String endpoint,
String accessKey,
String secretKey,
String securityToken) |
TOSV2 |
TOSV2Builder.build(String region,
String endpoint,
String accessKey,
String secretKey,
String securityToken,
TransportConfig conf)
use the specific TOS region, endpoint, accessKeyId, secretKeyId and security token from STS
to create a new client instance.
|
TOSV2 |
TOSV2ClientBuilder.build(String region,
String endpoint,
String accessKey,
String secretKey,
String securityToken,
TransportConfig conf) |
TOSV2 |
TOSV2Builder.build(String region,
String endpoint,
String accessKey,
String secretKey,
TransportConfig conf)
use the specific TOS region, endpoint, accessKeyId, secretKeyId and customer client configuration
to create a new client instance.
|
TOSV2 |
TOSV2ClientBuilder.build(String region,
String endpoint,
String accessKey,
String secretKey,
TransportConfig conf) |
TOSV2 |
TOSV2Builder.build(TOSClientConfiguration conf)
use the specific TOS region, endpoint, customer credentials and customer client configuration.
|
TOSV2 |
TOSV2ClientBuilder.build(TOSClientConfiguration conf) |
Copyright © 2024. All rights reserved.