Uses of Class
com.amazonaws.services.kinesis.model.MergeShardsResult
Packages that use MergeShardsResult
-
Uses of MergeShardsResult in com.amazonaws.services.kinesis
Methods in com.amazonaws.services.kinesis that return MergeShardsResultModifier and TypeMethodDescriptionAbstractAmazonKinesis.mergeShards
(MergeShardsRequest request) AbstractAmazonKinesis.mergeShards
(String streamName, String shardToMerge, String adjacentShardToMerge) 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.AmazonKinesis.mergeShards
(String streamName, String shardToMerge, String adjacentShardToMerge) Simplified method form for invoking the MergeShards operation.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.AmazonKinesisClient.mergeShards
(String streamName, String shardToMerge, String adjacentShardToMerge) Methods in com.amazonaws.services.kinesis that return types with arguments of type MergeShardsResultModifier and TypeMethodDescriptionAbstractAmazonKinesisAsync.mergeShardsAsync
(MergeShardsRequest request) AbstractAmazonKinesisAsync.mergeShardsAsync
(MergeShardsRequest request, AsyncHandler<MergeShardsRequest, MergeShardsResult> asyncHandler) AbstractAmazonKinesisAsync.mergeShardsAsync
(String streamName, String shardToMerge, String adjacentShardToMerge) Simplified method form for invoking the MergeShards operation.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) 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.AmazonKinesisAsync.mergeShardsAsync
(String streamName, String shardToMerge, String adjacentShardToMerge) Simplified method form for invoking the MergeShards operation.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) AmazonKinesisAsyncClient.mergeShardsAsync
(MergeShardsRequest request, AsyncHandler<MergeShardsRequest, MergeShardsResult> asyncHandler) AmazonKinesisAsyncClient.mergeShardsAsync
(String streamName, String shardToMerge, String adjacentShardToMerge) Simplified method form for invoking the MergeShards operation.AmazonKinesisAsyncClient.mergeShardsAsync
(String streamName, String shardToMerge, String adjacentShardToMerge, AsyncHandler<MergeShardsRequest, MergeShardsResult> asyncHandler) Simplified method form for invoking the MergeShards operation with an AsyncHandler.Method parameters in com.amazonaws.services.kinesis with type arguments of type MergeShardsResultModifier 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 MergeShardsResult in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return MergeShardsResult