|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingCollection<E>
com.google.common.collect.ForwardingList<ChangeBatch.ActionOnResourceRecordSet>
org.jclouds.route53.domain.ChangeBatch
public class ChangeBatch
| Nested Class Summary | |
|---|---|
static class |
ChangeBatch.Action
|
static class |
ChangeBatch.ActionOnResourceRecordSet
|
static class |
ChangeBatch.Builder
|
| Method Summary | |
|---|---|
static ChangeBatch.Builder |
builder()
|
static ChangeBatch |
createAll(Iterable<ResourceRecordSet> toCreate)
|
protected List<ChangeBatch.ActionOnResourceRecordSet> |
delegate()
|
static ChangeBatch |
deleteAll(Iterable<ResourceRecordSet> toDelete)
|
boolean |
equals(Object obj)
|
com.google.common.base.Optional<String> |
getComment()
Any comments you want to include about the changes in this change batch. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class com.google.common.collect.ForwardingList |
|---|
add, addAll, get, indexOf, lastIndexOf, listIterator, listIterator, remove, set, standardAdd, standardAddAll, standardEquals, standardHashCode, standardIndexOf, standardIterator, standardLastIndexOf, standardListIterator, standardListIterator, standardSubList, subList |
| 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, standardRemoveAll, 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.List |
|---|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
|---|
public static ChangeBatch createAll(Iterable<ResourceRecordSet> toCreate)
public static ChangeBatch deleteAll(Iterable<ResourceRecordSet> toDelete)
public com.google.common.base.Optional<String> getComment()
protected List<ChangeBatch.ActionOnResourceRecordSet> delegate()
delegate in class com.google.common.collect.ForwardingList<ChangeBatch.ActionOnResourceRecordSet>public int hashCode()
hashCode in interface Collection<ChangeBatch.ActionOnResourceRecordSet>hashCode in interface List<ChangeBatch.ActionOnResourceRecordSet>hashCode in class com.google.common.collect.ForwardingList<ChangeBatch.ActionOnResourceRecordSet>public boolean equals(Object obj)
equals in interface Collection<ChangeBatch.ActionOnResourceRecordSet>equals in interface List<ChangeBatch.ActionOnResourceRecordSet>equals in class com.google.common.collect.ForwardingList<ChangeBatch.ActionOnResourceRecordSet>public String toString()
toString in class com.google.common.collect.ForwardingObjectpublic static ChangeBatch.Builder builder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||