| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
TimestampRange |
TimestampRange.clone() |
TimestampRange |
FragmentSelector.getTimestampRange()
The range of timestamps to return.
|
TimestampRange |
TimestampRange.withEndTimestamp(Date endTimestamp)
The ending timestamp in the range of timestamps for which to return fragments.
|
TimestampRange |
TimestampRange.withStartTimestamp(Date startTimestamp)
The starting timestamp in the range of timestamps for which to return fragments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FragmentSelector.setTimestampRange(TimestampRange timestampRange)
The range of timestamps to return.
|
FragmentSelector |
FragmentSelector.withTimestampRange(TimestampRange timestampRange)
The range of timestamps to return.
|
Copyright © 2025. All rights reserved.