| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo |
|
| com.amazonaws.services.kinesisvideo.model |
Classes modeling the various types represented by AWSKinesisVideo
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDataRetentionResult |
AWSKinesisVideoClient.updateDataRetention(UpdateDataRetentionRequest updateDataRetentionRequest)
Increases or decreases the stream's data retention period by the value
that you specify.
|
UpdateDataRetentionResult |
AWSKinesisVideo.updateDataRetention(UpdateDataRetentionRequest updateDataRetentionRequest)
Increases or decreases the stream's data retention period by the value
that you specify.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDataRetentionRequest |
UpdateDataRetentionRequest.withCurrentVersion(String currentVersion)
The version of the stream whose retention period you want to change.
|
UpdateDataRetentionRequest |
UpdateDataRetentionRequest.withDataRetentionChangeInHours(Integer dataRetentionChangeInHours)
The retention period, in hours.
|
UpdateDataRetentionRequest |
UpdateDataRetentionRequest.withOperation(String operation)
Indicates whether you want to increase or decrease the retention period.
|
UpdateDataRetentionRequest |
UpdateDataRetentionRequest.withOperation(UpdateDataRetentionOperation operation)
Indicates whether you want to increase or decrease the retention period.
|
UpdateDataRetentionRequest |
UpdateDataRetentionRequest.withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream whose retention period you
want to change.
|
UpdateDataRetentionRequest |
UpdateDataRetentionRequest.withStreamName(String streamName)
The name of the stream whose retention period you want to change.
|
Copyright © 2019. All rights reserved.