Package | Description |
---|---|
org.jclouds.s3.domain |
This package contains the core components of S3.
|
org.jclouds.s3.xml |
This package contains xml logic that parses S3 responses.
|
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-2016 The Apache Software Foundation. All Rights Reserved.