Package | Description |
---|---|
com.iijgio.dag.services.storage |
IIJ GIOストレージ&アナリシスサービスへアクセスする同期クライアント実装です
|
com.iijgio.dag.services.storage.model |
IIJ GIOストレージ&アナリシスサービスの様々な操作・情報・結果をモデル化するクラスを含みます
|
Modifier and Type | Method and Description |
---|---|
Region |
StorageClient.getRegion() |
Modifier and Type | Method and Description |
---|---|
Bucket |
StorageClient.createBucket(String bucketName,
Region region) |
Bucket |
Storage.createBucket(String bucketName,
Region region)
指定されたIIJ GIOストレージ&アナリシスサービス リージョンで指定されたバケット名の
新たなIIJ GIOストレージ&アナリシスサービスのバケットを作成します。
|
Modifier and Type | Method and Description |
---|---|
static Region |
Region.fromValue(String regionString)
列挙型の値を、指定したリージョンID文字列から返します。
指定された文字列から を特定できなかった場合は
IllegalArgumentException 例外が投げられます。 |
static Region |
Region.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Region[] |
Region.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CreateBucketRequest(String bucketName,
Region region)
指定した名前とリージョンを使用してバケットを作成するため
新たに オブジェクトを構築します。
|
Copyright © 2018. All rights reserved.