| Package | Description |
|---|---|
| com.baidubce | |
| com.baidubce.services.bos | |
| com.baidubce.services.ses | |
| com.baidubce.services.sms |
| Modifier and Type | Field and Description |
|---|---|
static Protocol |
BceClientConfiguration.DEFAULT_PROTOCOL
The default protocol.
|
| Modifier and Type | Method and Description |
|---|---|
Protocol |
BceClientConfiguration.getProtocol()
Returns the protocol (HTTP/HTTPS) to use when connecting to BCE services.
|
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BceClientConfiguration.setProtocol(Protocol protocol)
Sets the protocol (HTTP/HTTPS) to use when connecting to BCE services.
|
BceClientConfiguration |
BceClientConfiguration.withProtocol(Protocol protocol)
Sets the protocol (HTTP/HTTPS) to use when connecting to BCE services, and returns the updated configuration
instance.
|
| Modifier and Type | Method and Description |
|---|---|
BosClientConfiguration |
BosClientConfiguration.withProtocol(Protocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
SesClientConfiguration |
SesClientConfiguration.withProtocol(Protocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
SmsClientConfiguration |
SmsClientConfiguration.withProtocol(Protocol protocol) |
Copyright © 2021. All rights reserved.