Uses of Class
software.amazon.awssdk.services.kinesisvideo.model.UpdateDataRetentionResponse
-
Packages that use UpdateDataRetentionResponse Package Description software.amazon.awssdk.services.kinesisvideo -
-
Uses of UpdateDataRetentionResponse in software.amazon.awssdk.services.kinesisvideo
Methods in software.amazon.awssdk.services.kinesisvideo that return UpdateDataRetentionResponse Modifier and Type Method Description default UpdateDataRetentionResponseKinesisVideoClient. updateDataRetention(Consumer<UpdateDataRetentionRequest.Builder> updateDataRetentionRequest)Increases or decreases the stream's data retention period by the value that you specify.default UpdateDataRetentionResponseKinesisVideoClient. updateDataRetention(UpdateDataRetentionRequest updateDataRetentionRequest)Increases or decreases the stream's data retention period by the value that you specify.Methods in software.amazon.awssdk.services.kinesisvideo that return types with arguments of type UpdateDataRetentionResponse Modifier and Type Method Description default CompletableFuture<UpdateDataRetentionResponse>KinesisVideoAsyncClient. updateDataRetention(Consumer<UpdateDataRetentionRequest.Builder> updateDataRetentionRequest)Increases or decreases the stream's data retention period by the value that you specify.default CompletableFuture<UpdateDataRetentionResponse>KinesisVideoAsyncClient. updateDataRetention(UpdateDataRetentionRequest updateDataRetentionRequest)Increases or decreases the stream's data retention period by the value that you specify.
-