Uses of Class
com.amazonaws.services.kinesis.model.MergeShardsRequest
-
Packages that use MergeShardsRequest Package Description com.amazonaws.services.kinesis com.amazonaws.services.kinesis.model -
-
Uses of MergeShardsRequest in com.amazonaws.services.kinesis
Methods in com.amazonaws.services.kinesis with parameters of type MergeShardsRequest Modifier and Type Method Description MergeShardsResult
AbstractAmazonKinesis. mergeShards(MergeShardsRequest request)
MergeShardsResult
AmazonKinesis. mergeShards(MergeShardsRequest mergeShardsRequest)
Merges two adjacent shards in an Amazon Kinesis stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data.MergeShardsResult
AmazonKinesisClient. mergeShards(MergeShardsRequest mergeShardsRequest)
Merges two adjacent shards in an Amazon Kinesis stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data.Future<MergeShardsResult>
AbstractAmazonKinesisAsync. mergeShardsAsync(MergeShardsRequest request)
Future<MergeShardsResult>
AbstractAmazonKinesisAsync. mergeShardsAsync(MergeShardsRequest request, AsyncHandler<MergeShardsRequest,MergeShardsResult> asyncHandler)
Future<MergeShardsResult>
AmazonKinesisAsync. mergeShardsAsync(MergeShardsRequest mergeShardsRequest)
Merges two adjacent shards in an Amazon Kinesis stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data.Future<MergeShardsResult>
AmazonKinesisAsync. mergeShardsAsync(MergeShardsRequest mergeShardsRequest, AsyncHandler<MergeShardsRequest,MergeShardsResult> asyncHandler)
Merges two adjacent shards in an Amazon Kinesis stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data.Future<MergeShardsResult>
AmazonKinesisAsyncClient. mergeShardsAsync(MergeShardsRequest request)
Future<MergeShardsResult>
AmazonKinesisAsyncClient. mergeShardsAsync(MergeShardsRequest request, AsyncHandler<MergeShardsRequest,MergeShardsResult> asyncHandler)
Method parameters in com.amazonaws.services.kinesis with type arguments of type MergeShardsRequest Modifier and Type Method Description Future<MergeShardsResult>
AbstractAmazonKinesisAsync. mergeShardsAsync(MergeShardsRequest request, AsyncHandler<MergeShardsRequest,MergeShardsResult> asyncHandler)
Future<MergeShardsResult>
AbstractAmazonKinesisAsync. mergeShardsAsync(String streamName, String shardToMerge, String adjacentShardToMerge, AsyncHandler<MergeShardsRequest,MergeShardsResult> asyncHandler)
Simplified method form for invoking the MergeShards operation with an AsyncHandler.Future<MergeShardsResult>
AmazonKinesisAsync. mergeShardsAsync(MergeShardsRequest mergeShardsRequest, AsyncHandler<MergeShardsRequest,MergeShardsResult> asyncHandler)
Merges two adjacent shards in an Amazon Kinesis stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data.Future<MergeShardsResult>
AmazonKinesisAsync. mergeShardsAsync(String streamName, String shardToMerge, String adjacentShardToMerge, AsyncHandler<MergeShardsRequest,MergeShardsResult> asyncHandler)
Simplified method form for invoking the MergeShards operation with an AsyncHandler.Future<MergeShardsResult>
AmazonKinesisAsyncClient. mergeShardsAsync(MergeShardsRequest request, AsyncHandler<MergeShardsRequest,MergeShardsResult> asyncHandler)
Future<MergeShardsResult>
AmazonKinesisAsyncClient. mergeShardsAsync(String streamName, String shardToMerge, String adjacentShardToMerge, AsyncHandler<MergeShardsRequest,MergeShardsResult> asyncHandler)
Simplified method form for invoking the MergeShards operation with an AsyncHandler. -
Uses of MergeShardsRequest in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return MergeShardsRequest Modifier and Type Method Description MergeShardsRequest
MergeShardsRequest. clone()
MergeShardsRequest
MergeShardsRequest. withAdjacentShardToMerge(String adjacentShardToMerge)
The shard ID of the adjacent shard for the merge.MergeShardsRequest
MergeShardsRequest. withShardToMerge(String shardToMerge)
The shard ID of the shard to combine with the adjacent shard for the merge.MergeShardsRequest
MergeShardsRequest. withStreamName(String streamName)
The name of the stream for the merge.
-