| Package | Description |
|---|---|
| com.volcengine.tos | |
| com.volcengine.tos.auth | |
| com.volcengine.tos.session |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
TOSClientConfiguration.getCredentials() |
Credentials |
TOSClient.getCredentials()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
TOSV2 |
TOSV2ClientBuilder.build(String region,
String endpoint,
Credentials credentials) |
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,
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.
|
TOSClientConfiguration.TosClientConfigurationBuilder |
TOSClientConfiguration.TosClientConfigurationBuilder.credentials(Credentials credentials) |
TOSClient |
TOSClient.setCredentials(Credentials credentials)
Deprecated.
|
static ClientOptionsBuilder |
ClientOptions.withCredentials(Credentials credentials)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FederationCredentials |
class |
StaticCredentials |
| Constructor and Description |
|---|
SignV4(Credentials credentials,
String region) |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
Session.getCredentials() |
| Modifier and Type | Method and Description |
|---|---|
Session |
Session.setCredentials(Credentials credentials) |
| Constructor and Description |
|---|
Session(String endpoint,
String region,
Credentials credentials,
SessionOptionsBuilder... options) |
Copyright © 2022. All rights reserved.