| Package | Description |
|---|---|
| com.amazonaws.services.kinesis |
Synchronous and asynchronous client classes for accessing AmazonKinesis.
|
| com.amazonaws.services.kinesis.model |
Classes modeling the various types represented by AmazonKinesis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonKinesis.decreaseStreamRetentionPeriod(DecreaseStreamRetentionPeriodRequest decreaseStreamRetentionPeriodRequest)
Decreases the stream's retention period, which is the length of time
data records are accessible after they are added to the stream.
|
void |
AmazonKinesisClient.decreaseStreamRetentionPeriod(DecreaseStreamRetentionPeriodRequest decreaseStreamRetentionPeriodRequest)
Decreases the stream's retention period, which is the length of time
data records are accessible after they are added to the stream.
|
Future<Void> |
AmazonKinesisAsyncClient.decreaseStreamRetentionPeriodAsync(DecreaseStreamRetentionPeriodRequest decreaseStreamRetentionPeriodRequest)
Decreases the stream's retention period, which is the length of time
data records are accessible after they are added to the stream.
|
Future<Void> |
AmazonKinesisAsync.decreaseStreamRetentionPeriodAsync(DecreaseStreamRetentionPeriodRequest decreaseStreamRetentionPeriodRequest)
Decreases the stream's retention period, which is the length of time
data records are accessible after they are added to the stream.
|
Future<Void> |
AmazonKinesisAsyncClient.decreaseStreamRetentionPeriodAsync(DecreaseStreamRetentionPeriodRequest decreaseStreamRetentionPeriodRequest,
AsyncHandler<DecreaseStreamRetentionPeriodRequest,Void> asyncHandler)
Decreases the stream's retention period, which is the length of time
data records are accessible after they are added to the stream.
|
Future<Void> |
AmazonKinesisAsync.decreaseStreamRetentionPeriodAsync(DecreaseStreamRetentionPeriodRequest decreaseStreamRetentionPeriodRequest,
AsyncHandler<DecreaseStreamRetentionPeriodRequest,Void> asyncHandler)
Decreases the 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 |
|---|---|
Future<Void> |
AmazonKinesisAsyncClient.decreaseStreamRetentionPeriodAsync(DecreaseStreamRetentionPeriodRequest decreaseStreamRetentionPeriodRequest,
AsyncHandler<DecreaseStreamRetentionPeriodRequest,Void> asyncHandler)
Decreases the stream's retention period, which is the length of time
data records are accessible after they are added to the stream.
|
Future<Void> |
AmazonKinesisAsync.decreaseStreamRetentionPeriodAsync(DecreaseStreamRetentionPeriodRequest decreaseStreamRetentionPeriodRequest,
AsyncHandler<DecreaseStreamRetentionPeriodRequest,Void> asyncHandler)
Decreases the 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.clone() |
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 © 2015. All rights reserved.