| Package | Description |
|---|---|
| com.amazonaws.services.kinesis |
|
| com.amazonaws.services.kinesis.model |
Classes modeling the various types represented by AmazonKinesis
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonKinesisClient.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.
|
void |
AmazonKinesis.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.
|
| Modifier and Type | Method and Description |
|---|---|
DecreaseStreamRetentionPeriodRequest |
DecreaseStreamRetentionPeriodRequest.withRetentionPeriodHours(Integer retentionPeriodHours)
The new retention period of the stream, in hours.
|
DecreaseStreamRetentionPeriodRequest |
DecreaseStreamRetentionPeriodRequest.withStreamName(String streamName)
The name of the stream to modify.
|
Copyright © 2019. All rights reserved.