Package org.jclouds.route53.domain
Class ResourceRecordSetIterable
java.lang.Object
com.google.common.collect.FluentIterable<ResourceRecordSet>
org.jclouds.collect.IterableWithMarker<ResourceRecordSet>
org.jclouds.route53.domain.ResourceRecordSetIterable
- All Implemented Interfaces:
Iterable<ResourceRecordSet>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static class
If the results were truncated, this holds the position of the next item. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
int
hashCode()
iterator()
com.google.common.base.Optional
<Object> If there is a next marker, then the set is incomplete and you should issue another command to retrieve the rest, setting the optionmarker
to this valuecom.google.common.base.Optional
<ResourceRecordSetIterable.NextRecord> present when the list is not truncatedtoString()
Methods inherited from class com.google.common.collect.FluentIterable
allMatch, anyMatch, append, append, concat, concat, concat, concat, concat, contains, copyInto, cycle, filter, filter, first, firstMatch, from, from, from, get, index, isEmpty, join, last, limit, of, of, size, skip, stream, toArray, toList, toMap, toMultiset, toSet, toSortedList, toSortedSet, transform, transformAndConcat, uniqueIndex
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
nextRecord
present when the list is not truncated -
nextMarker
Description copied from class:IterableWithMarker
If there is a next marker, then the set is incomplete and you should issue another command to retrieve the rest, setting the optionmarker
to this value- Specified by:
nextMarker
in classIterableWithMarker<ResourceRecordSet>
- Returns:
- next marker, or absent if list is complete
-
iterator
-
hashCode
public int hashCode() -
equals
-
toString
- Overrides:
toString
in classcom.google.common.collect.FluentIterable<ResourceRecordSet>
-
builder
-