Package com.backblaze.b2.client
Class B2ListKeysIterable
- java.lang.Object
-
- com.backblaze.b2.client.B2ListKeysIterable
-
- All Implemented Interfaces:
java.lang.Iterable<B2ApplicationKey>
public class B2ListKeysIterable extends java.lang.Object implements java.lang.Iterable<B2ApplicationKey>
This interface collects the APIs we provide on our B2ApplicationKey iterables. For now, it's just the Iterable-ness. Someday, I expect it, or some interfaces to provide some kind of "get resume point" functionality.
-
-
Constructor Summary
Constructors Constructor Description B2ListKeysIterable(B2StorageClientImpl b2Client, B2ListKeysRequest request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<B2ApplicationKey>
iterator()
-
-
-
Constructor Detail
-
B2ListKeysIterable
public B2ListKeysIterable(B2StorageClientImpl b2Client, B2ListKeysRequest request)
-
-
Method Detail
-
iterator
public java.util.Iterator<B2ApplicationKey> iterator()
- Specified by:
iterator
in interfacejava.lang.Iterable<B2ApplicationKey>
-
-