Uses of Class
software.amazon.awssdk.services.kinesis.model.DecreaseStreamRetentionPeriodResponse
-
Packages that use DecreaseStreamRetentionPeriodResponse Package Description software.amazon.awssdk.services.kinesis Amazon Kinesis Data Streams Service API Reference -
-
Uses of DecreaseStreamRetentionPeriodResponse in software.amazon.awssdk.services.kinesis
Methods in software.amazon.awssdk.services.kinesis that return DecreaseStreamRetentionPeriodResponse Modifier and Type Method Description default DecreaseStreamRetentionPeriodResponseKinesisClient. 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.default DecreaseStreamRetentionPeriodResponseKinesisClient. 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 DecreaseStreamRetentionPeriodResponse Modifier and Type Method Description default CompletableFuture<DecreaseStreamRetentionPeriodResponse>KinesisAsyncClient. 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.default CompletableFuture<DecreaseStreamRetentionPeriodResponse>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.
-