Uses of Class
software.amazon.awssdk.services.kinesisvideo.model.DeletionConfig
-
Packages that use DeletionConfig Package Description software.amazon.awssdk.services.kinesisvideo.model -
-
Uses of DeletionConfig in software.amazon.awssdk.services.kinesisvideo.model
Methods in software.amazon.awssdk.services.kinesisvideo.model that return DeletionConfig Modifier and Type Method Description DeletionConfigEdgeConfig. 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.Methods in software.amazon.awssdk.services.kinesisvideo.model with parameters of type DeletionConfig Modifier and Type Method Description EdgeConfig.BuilderEdgeConfig.Builder. deletionConfig(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.
-