public interface DataFetcherResult
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.services.kinesis.model.GetRecordsResponse |
accept()
Accepts the result, and advances the shard iterator.
|
default GetRecordsResponseAdapter |
acceptAdapter()
Accepts the result, and advances the shard iterator.
|
software.amazon.awssdk.services.kinesis.model.GetRecordsResponse |
getResult()
The result of the request to Kinesis
|
default GetRecordsResponseAdapter |
getResultAdapter()
The result of the request to Kinesis
|
boolean |
isShardEnd()
Indicates whether this result is at the end of the shard or not
|
default GetRecordsResponseAdapter getResultAdapter()
GetRecordsResponseAdapter.software.amazon.awssdk.services.kinesis.model.GetRecordsResponse getResult()
default GetRecordsResponseAdapter acceptAdapter()
GetRecordsResponseAdaptersoftware.amazon.awssdk.services.kinesis.model.GetRecordsResponse accept()
boolean isShardEnd()
Copyright © 2025. All rights reserved.