Package | Description |
---|---|
com.iijgio.dag |
IIJ GIOストレージ&アナリシスサービス SDKのすべてのクラスを含みます。
|
Modifier and Type | Method and Description |
---|---|
Protocol |
ClientConfiguration.getProtocol()
IIJ GIOストレージ&アナリシスサービス APIへ接続する際に使用するプロトコル
(HTTP/HTTPS) を取得します
|
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 |
ClientConfiguration.setProtocol(Protocol protocol)
IIJ GIOストレージ&アナリシスサービス APIへ接続する際に使用するプロトコル
(HTTP/HTTPS) を設定します
|
ClientConfiguration |
ClientConfiguration.withProtocol(Protocol protocol)
IIJ GIOストレージ&アナリシスサービス APIへ接続する際に使用するプロトコル
(HTTP/HTTPS) を設定し、設定を更新した自オブジェクトを
返します
|
Copyright © 2018. All rights reserved.