Uses of Class
com.amazonaws.services.kinesis.model.MergeShardsRequest

Packages that use MergeShardsRequest
com.amazonaws.services.kinesis Synchronous and asynchronous client classes for accessing AmazonKinesis. 
com.amazonaws.services.kinesis.model Classes modeling the various types represented by AmazonKinesis. 
 

Uses of MergeShardsRequest in com.amazonaws.services.kinesis
 

Methods in com.amazonaws.services.kinesis with parameters of type MergeShardsRequest
 void AmazonKinesisClient.mergeShards(MergeShardsRequest mergeShardsRequest)
           This operation merges two adjacent shards in a stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data.
 void AmazonKinesis.mergeShards(MergeShardsRequest mergeShardsRequest)
           This operation merges two adjacent shards in a stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data.
 Future<Void> AmazonKinesisAsyncClient.mergeShardsAsync(MergeShardsRequest mergeShardsRequest)
           This operation merges two adjacent shards in a stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data.
 Future<Void> AmazonKinesisAsync.mergeShardsAsync(MergeShardsRequest mergeShardsRequest)
           This operation merges two adjacent shards in a stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data.
 Future<Void> AmazonKinesisAsyncClient.mergeShardsAsync(MergeShardsRequest mergeShardsRequest, AsyncHandler<MergeShardsRequest,Void> asyncHandler)
           This operation merges two adjacent shards in a stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data.
 Future<Void> AmazonKinesisAsync.mergeShardsAsync(MergeShardsRequest mergeShardsRequest, AsyncHandler<MergeShardsRequest,Void> asyncHandler)
           This operation merges two adjacent shards in a stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data.
 

Method parameters in com.amazonaws.services.kinesis with type arguments of type MergeShardsRequest
 Future<Void> AmazonKinesisAsyncClient.mergeShardsAsync(MergeShardsRequest mergeShardsRequest, AsyncHandler<MergeShardsRequest,Void> asyncHandler)
           This operation merges two adjacent shards in a stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data.
 Future<Void> AmazonKinesisAsync.mergeShardsAsync(MergeShardsRequest mergeShardsRequest, AsyncHandler<MergeShardsRequest,Void> asyncHandler)
           This operation merges two adjacent shards in a stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data.
 

Uses of MergeShardsRequest in com.amazonaws.services.kinesis.model
 

Methods in com.amazonaws.services.kinesis.model that return MergeShardsRequest
 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.
 



Copyright © 2016. All rights reserved.