Uses of Class
software.amazon.awssdk.services.kinesis.model.DecreaseStreamRetentionPeriodResponse
Packages that use DecreaseStreamRetentionPeriodResponse
Package
Description
-
Uses of DecreaseStreamRetentionPeriodResponse in software.amazon.awssdk.services.kinesis
Methods in software.amazon.awssdk.services.kinesis that return DecreaseStreamRetentionPeriodResponseModifier and TypeMethodDescriptionKinesisClient.decreaseStreamRetentionPeriod(Consumer<DecreaseStreamRetentionPeriodRequest.Builder> decreaseStreamRetentionPeriodRequest) Decreases the Kinesis data stream's retention period, which is the length of time data records are accessible after they are added to the stream.KinesisClient.decreaseStreamRetentionPeriod(DecreaseStreamRetentionPeriodRequest decreaseStreamRetentionPeriodRequest) Decreases the Kinesis data stream's retention period, which is the length of time data records are accessible after they are added to the stream.Methods in software.amazon.awssdk.services.kinesis that return types with arguments of type DecreaseStreamRetentionPeriodResponseModifier and TypeMethodDescriptionKinesisAsyncClient.decreaseStreamRetentionPeriod(Consumer<DecreaseStreamRetentionPeriodRequest.Builder> decreaseStreamRetentionPeriodRequest) Decreases the Kinesis data stream's retention period, which is the length of time data records are accessible after they are added to the stream.KinesisAsyncClient.decreaseStreamRetentionPeriod(DecreaseStreamRetentionPeriodRequest decreaseStreamRetentionPeriodRequest) Decreases the Kinesis data stream's retention period, which is the length of time data records are accessible after they are added to the stream.