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