| 程序包 | 说明 |
|---|---|
| com.sinacloud.scs |
| 限定符和类型 | 方法和说明 |
|---|---|
Protocol |
ClientConfiguration.getProtocol()
Returns the protocol (HTTP or HTTPS) to use when connecting to
Amazon Web Services.
|
static Protocol |
Protocol.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Protocol[] |
Protocol.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ClientConfiguration.setProtocol(Protocol protocol)
Sets the protocol (i.e.
|
ClientConfiguration |
ClientConfiguration.withProtocol(Protocol protocol)
Sets the protocol (i.e.
|
Copyright © 2016. All rights reserved.