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<MultiObjectDeleteException.DeleteError> |
DeleteObjectsResponse.getErrors() |
Modifier and Type | Method and Description |
---|---|
void |
DeleteObjectsResponse.setErrors(List<MultiObjectDeleteException.DeleteError> errors) |
Constructor and Description |
---|
DeleteObjectsResponse(List<DeleteObjectsResult.DeletedObject> deletedObjects,
List<MultiObjectDeleteException.DeleteError> errors) |
Modifier and Type | Method and Description |
---|---|
List<MultiObjectDeleteException.DeleteError> |
MultiObjectDeleteException.getErrors()
削除を実行しようとした時に発生したエラーのリストを返します。
|
Constructor and Description |
---|
MultiObjectDeleteException(Collection<MultiObjectDeleteException.DeleteError> errors,
Collection<DeleteObjectsResult.DeletedObject> deletedObjects) |
Copyright © 2018. All rights reserved.