| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
DeletionConfig |
DeletionConfig.clone() |
DeletionConfig |
EdgeConfig.getDeletionConfig()
The deletion configuration is made up of the retention time (
EdgeRetentionInHours) and local size
configuration (LocalSizeConfig) details that are used to make the deletion. |
DeletionConfig |
DeletionConfig.withDeleteAfterUpload(Boolean deleteAfterUpload)
The
boolean value used to indicate whether or not you want to mark the media for deletion, once it
has been uploaded to the Kinesis Video Stream cloud. |
DeletionConfig |
DeletionConfig.withEdgeRetentionInHours(Integer edgeRetentionInHours)
The number of hours that you want to retain the data in the stream on the Edge Agent.
|
DeletionConfig |
DeletionConfig.withLocalSizeConfig(LocalSizeConfig localSizeConfig)
The value of the local size required in order to delete the edge configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EdgeConfig.setDeletionConfig(DeletionConfig deletionConfig)
The deletion configuration is made up of the retention time (
EdgeRetentionInHours) and local size
configuration (LocalSizeConfig) details that are used to make the deletion. |
EdgeConfig |
EdgeConfig.withDeletionConfig(DeletionConfig deletionConfig)
The deletion configuration is made up of the retention time (
EdgeRetentionInHours) and local size
configuration (LocalSizeConfig) details that are used to make the deletion. |
Copyright © 2024. All rights reserved.