Package org.jclouds.s3.domain
Class DeleteResult
Multi-object delete API response
Contains a list of the keys that were deleted
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeleteResult.Builder
builder()
delegate()
boolean
Get the set of successfully deleted keysGet a map with details about failed delete operations indexed by object nameint
hashCode()
toString()
Methods inherited from class com.google.common.collect.ForwardingSet
standardEquals, standardHashCode, standardRemoveAll
Methods inherited from class com.google.common.collect.ForwardingCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
DeleteResult
-
-
Method Details
-
builder
-
toBuilder
-
getDeleted
Get the set of successfully deleted keys -
getErrors
Get a map with details about failed delete operations indexed by object name -
delegate
- Specified by:
delegate
in classcom.google.common.collect.ForwardingSet<String>
-
equals
-
hashCode
public int hashCode() -
toString
- Overrides:
toString
in classcom.google.common.collect.ForwardingObject
-