Package | Description |
---|---|
org.jclouds.aws.s3.domain | |
org.jclouds.aws.s3.xml |
Modifier and Type | Method and Description |
---|---|
Map<String,DeleteResult.Error> |
DeleteResult.getErrors()
Get a map with details about failed delete operations indexed by object name
|
Modifier and Type | Method and Description |
---|---|
DeleteResult.Builder |
DeleteResult.Builder.putError(String key,
DeleteResult.Error error) |
Modifier and Type | Method and Description |
---|---|
DeleteResult.Builder |
DeleteResult.Builder.errors(Map<String,DeleteResult.Error> errors) |
Constructor and Description |
---|
DeleteResult(Set<String> deleted,
Map<String,DeleteResult.Error> errors) |
Modifier and Type | Method and Description |
---|---|
Map.Entry<String,DeleteResult.Error> |
ErrorEntryHandler.getResult() |
Copyright © 2009-2013 jclouds. All Rights Reserved.