|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Protocol | |
|---|---|
| com.baidubce | |
| com.baidubce.services.bos | |
| com.baidubce.services.ses | |
| com.baidubce.services.sms | |
| Uses of Protocol in com.baidubce |
|---|
| Fields in com.baidubce declared as Protocol | |
|---|---|
static Protocol |
BceClientConfiguration.DEFAULT_PROTOCOL
The default protocol. |
| Methods in com.baidubce that return Protocol | |
|---|---|
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. |
| Methods in com.baidubce with parameters of type Protocol | |
|---|---|
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. |
| Uses of Protocol in com.baidubce.services.bos |
|---|
| Methods in com.baidubce.services.bos with parameters of type Protocol | |
|---|---|
BosClientConfiguration |
BosClientConfiguration.withProtocol(Protocol protocol)
|
| Uses of Protocol in com.baidubce.services.ses |
|---|
| Methods in com.baidubce.services.ses with parameters of type Protocol | |
|---|---|
SesClientConfiguration |
SesClientConfiguration.withProtocol(Protocol protocol)
|
| Uses of Protocol in com.baidubce.services.sms |
|---|
| Methods in com.baidubce.services.sms with parameters of type Protocol | |
|---|---|
SmsClientConfiguration |
SmsClientConfiguration.withProtocol(Protocol protocol)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||