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