public class TimestreamMetaIterator extends Object implements Iterator<TimestreamMeta>
| Constructor and Description |
|---|
TimestreamMetaIterator(AsyncClient asyncClient,
SearchRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected SearchResponse |
getResponse() |
long |
getTotalCount() |
boolean |
hasNext() |
TimestreamMeta |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic TimestreamMetaIterator(AsyncClient asyncClient, SearchRequest request)
public boolean hasNext()
hasNext in interface Iterator<TimestreamMeta>public TimestreamMeta next()
next in interface Iterator<TimestreamMeta>public void remove()
remove in interface Iterator<TimestreamMeta>public long getTotalCount()
protected SearchResponse getResponse()
Copyright © 2024. All Rights Reserved.