Uses of Class
com.amazonaws.services.kinesis.model.MergeShardsRequest
Packages that use MergeShardsRequest
-
Uses of MergeShardsRequest in com.amazonaws.services.kinesis
Methods in com.amazonaws.services.kinesis with parameters of type MergeShardsRequestModifier and TypeMethodDescriptionAbstractAmazonKinesis.mergeShards
(MergeShardsRequest request) 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.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.AbstractAmazonKinesisAsync.mergeShardsAsync
(MergeShardsRequest request) AbstractAmazonKinesisAsync.mergeShardsAsync
(MergeShardsRequest request, AsyncHandler<MergeShardsRequest, MergeShardsResult> asyncHandler) 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.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.AmazonKinesisAsyncClient.mergeShardsAsync
(MergeShardsRequest request) AmazonKinesisAsyncClient.mergeShardsAsync
(MergeShardsRequest request, AsyncHandler<MergeShardsRequest, MergeShardsResult> asyncHandler) Method parameters in com.amazonaws.services.kinesis with type arguments of type MergeShardsRequestModifier and TypeMethodDescriptionAbstractAmazonKinesisAsync.mergeShardsAsync
(MergeShardsRequest request, AsyncHandler<MergeShardsRequest, MergeShardsResult> asyncHandler) AbstractAmazonKinesisAsync.mergeShardsAsync
(String streamName, String shardToMerge, String adjacentShardToMerge, AsyncHandler<MergeShardsRequest, MergeShardsResult> asyncHandler) Simplified method form for invoking the MergeShards operation with an AsyncHandler.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.AmazonKinesisAsync.mergeShardsAsync
(String streamName, String shardToMerge, String adjacentShardToMerge, AsyncHandler<MergeShardsRequest, MergeShardsResult> asyncHandler) Simplified method form for invoking the MergeShards operation with an AsyncHandler.AmazonKinesisAsyncClient.mergeShardsAsync
(MergeShardsRequest request, AsyncHandler<MergeShardsRequest, MergeShardsResult> asyncHandler) 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 MergeShardsRequestModifier and TypeMethodDescriptionMergeShardsRequest.clone()
MergeShardsRequest.withAdjacentShardToMerge
(String adjacentShardToMerge) The shard ID of the adjacent shard for the merge.MergeShardsRequest.withShardToMerge
(String shardToMerge) The shard ID of the shard to combine with the adjacent shard for the merge.MergeShardsRequest.withStreamName
(String streamName) The name of the stream for the merge.