Package org.jclouds.glacier.domain
Class ArchiveMetadataCollection
java.lang.Object
com.google.common.collect.FluentIterable<ArchiveMetadata>
org.jclouds.glacier.domain.ArchiveMetadataCollection
- All Implemented Interfaces:
Iterable<ArchiveMetadata>
public class ArchiveMetadataCollection
extends com.google.common.collect.FluentIterable<ArchiveMetadata>
-
Constructor Summary
ConstructorsConstructorDescriptionArchiveMetadataCollection
(Iterable<ArchiveMetadata> archives, String vaultARN, Date inventoryDate) -
Method Summary
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, toString, transform, transformAndConcat, uniqueIndex
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ArchiveMetadataCollection
@ConstructorProperties({"ArchiveList","VaultARN","InventoryDate"}) public ArchiveMetadataCollection(Iterable<ArchiveMetadata> archives, String vaultARN, Date inventoryDate)
-
-
Method Details
-
iterator
-
getVaultARN
-
getInventoryDate
-