Package | Description |
---|---|
com.iijgio.dag.services.storage.internal |
IIJ GIOストレージ&アナリシスサービス SDKで内部的に使用するクラスを含みます
|
com.iijgio.dag.services.storage.model |
IIJ GIOストレージ&アナリシスサービスの様々な操作・情報・結果をモデル化するクラスを含みます
|
Modifier and Type | Method and Description |
---|---|
List<DeleteObjectsResult.DeletedObject> |
DeleteObjectsResponse.getDeletedObjects() |
Modifier and Type | Method and Description |
---|---|
void |
DeleteObjectsResponse.setDeletedObjects(List<DeleteObjectsResult.DeletedObject> deletedObjects) |
Constructor and Description |
---|
DeleteObjectsResponse(List<DeleteObjectsResult.DeletedObject> deletedObjects,
List<MultiObjectDeleteException.DeleteError> errors) |
Modifier and Type | Method and Description |
---|---|
List<DeleteObjectsResult.DeletedObject> |
MultiObjectDeleteException.getDeletedObjects()
このリクエストで削除に成功したオブジェクトのリストを返します。
|
List<DeleteObjectsResult.DeletedObject> |
DeleteObjectsResult.getDeletedObjects()
このリクエストで削除に成功したオブジェクトのリストを返します。
DeleteObjectsRequest.getQuiet() がtrueの場合、
エラーレスポンスだけがIIJ GIOストレージ&アナリシスサービスから返されます。
そのため、リストは空になります。 |
Constructor and Description |
---|
DeleteObjectsResult(List<DeleteObjectsResult.DeletedObject> deletedObjects) |
MultiObjectDeleteException(Collection<MultiObjectDeleteException.DeleteError> errors,
Collection<DeleteObjectsResult.DeletedObject> deletedObjects) |
Copyright © 2018. All rights reserved.