Package | Description |
---|---|
com.amazonaws.services.kinesis |
|
com.amazonaws.services.kinesis.model |
Modifier and Type | Method and Description |
---|---|
UpdateShardCountResult |
AmazonKinesisClient.updateShardCount(UpdateShardCountRequest request)
Updates the shard count of the specified stream to the specified number of shards.
|
UpdateShardCountResult |
AmazonKinesis.updateShardCount(UpdateShardCountRequest updateShardCountRequest)
Updates the shard count of the specified stream to the specified number of shards.
|
UpdateShardCountResult |
AbstractAmazonKinesis.updateShardCount(UpdateShardCountRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<UpdateShardCountResult> |
AmazonKinesisAsyncClient.updateShardCountAsync(UpdateShardCountRequest request,
AsyncHandler<UpdateShardCountRequest,UpdateShardCountResult> asyncHandler) |
Future<UpdateShardCountResult> |
AmazonKinesisAsync.updateShardCountAsync(UpdateShardCountRequest updateShardCountRequest,
AsyncHandler<UpdateShardCountRequest,UpdateShardCountResult> asyncHandler)
Updates the shard count of the specified stream to the specified number of shards.
|
Future<UpdateShardCountResult> |
AbstractAmazonKinesisAsync.updateShardCountAsync(UpdateShardCountRequest request,
AsyncHandler<UpdateShardCountRequest,UpdateShardCountResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateShardCountResult |
UpdateShardCountResult.clone() |
UpdateShardCountResult |
UpdateShardCountResult.withCurrentShardCount(Integer currentShardCount)
The current number of shards.
|
UpdateShardCountResult |
UpdateShardCountResult.withStreamARN(String streamARN)
The ARN of the stream.
|
UpdateShardCountResult |
UpdateShardCountResult.withStreamName(String streamName)
The name of the stream.
|
UpdateShardCountResult |
UpdateShardCountResult.withTargetShardCount(Integer targetShardCount)
The updated number of shards.
|
Copyright © 2023. All rights reserved.