public interface DataFetcherResult
| Modifier and Type | Method and Description |
|---|---|
com.amazonaws.services.kinesis.model.GetRecordsResult |
accept()
Accepts the result, and advances the shard iterator.
|
com.amazonaws.services.kinesis.model.GetRecordsResult |
getResult()
The result of the request to Kinesis
|
boolean |
isShardEnd()
Indicates whether this result is at the end of the shard or not
|
com.amazonaws.services.kinesis.model.GetRecordsResult getResult()
com.amazonaws.services.kinesis.model.GetRecordsResult accept()
boolean isShardEnd()
Copyright © 2024. All rights reserved.