Uses of Class
com.amazonaws.services.kinesis.model.SplitShardRequest
Packages that use SplitShardRequest
-
Uses of SplitShardRequest in com.amazonaws.services.kinesis
Methods in com.amazonaws.services.kinesis with parameters of type SplitShardRequestModifier and TypeMethodDescriptionAbstractAmazonKinesis.splitShard
(SplitShardRequest request) AmazonKinesis.splitShard
(SplitShardRequest splitShardRequest) Splits a shard into two new shards in the Amazon Kinesis stream to increase the stream's capacity to ingest and transport data.AmazonKinesisClient.splitShard
(SplitShardRequest splitShardRequest) Splits a shard into two new shards in the Amazon Kinesis stream to increase the stream's capacity to ingest and transport data.AbstractAmazonKinesisAsync.splitShardAsync
(SplitShardRequest request) AbstractAmazonKinesisAsync.splitShardAsync
(SplitShardRequest request, AsyncHandler<SplitShardRequest, SplitShardResult> asyncHandler) AmazonKinesisAsync.splitShardAsync
(SplitShardRequest splitShardRequest) Splits a shard into two new shards in the Amazon Kinesis stream to increase the stream's capacity to ingest and transport data.AmazonKinesisAsync.splitShardAsync
(SplitShardRequest splitShardRequest, AsyncHandler<SplitShardRequest, SplitShardResult> asyncHandler) Splits a shard into two new shards in the Amazon Kinesis stream to increase the stream's capacity to ingest and transport data.AmazonKinesisAsyncClient.splitShardAsync
(SplitShardRequest request) AmazonKinesisAsyncClient.splitShardAsync
(SplitShardRequest request, AsyncHandler<SplitShardRequest, SplitShardResult> asyncHandler) Method parameters in com.amazonaws.services.kinesis with type arguments of type SplitShardRequestModifier and TypeMethodDescriptionAbstractAmazonKinesisAsync.splitShardAsync
(SplitShardRequest request, AsyncHandler<SplitShardRequest, SplitShardResult> asyncHandler) AbstractAmazonKinesisAsync.splitShardAsync
(String streamName, String shardToSplit, String newStartingHashKey, AsyncHandler<SplitShardRequest, SplitShardResult> asyncHandler) Simplified method form for invoking the SplitShard operation with an AsyncHandler.AmazonKinesisAsync.splitShardAsync
(SplitShardRequest splitShardRequest, AsyncHandler<SplitShardRequest, SplitShardResult> asyncHandler) Splits a shard into two new shards in the Amazon Kinesis stream to increase the stream's capacity to ingest and transport data.AmazonKinesisAsync.splitShardAsync
(String streamName, String shardToSplit, String newStartingHashKey, AsyncHandler<SplitShardRequest, SplitShardResult> asyncHandler) Simplified method form for invoking the SplitShard operation with an AsyncHandler.AmazonKinesisAsyncClient.splitShardAsync
(SplitShardRequest request, AsyncHandler<SplitShardRequest, SplitShardResult> asyncHandler) AmazonKinesisAsyncClient.splitShardAsync
(String streamName, String shardToSplit, String newStartingHashKey, AsyncHandler<SplitShardRequest, SplitShardResult> asyncHandler) Simplified method form for invoking the SplitShard operation with an AsyncHandler. -
Uses of SplitShardRequest in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return SplitShardRequestModifier and TypeMethodDescriptionSplitShardRequest.clone()
SplitShardRequest.withNewStartingHashKey
(String newStartingHashKey) A hash key value for the starting hash key of one of the child shards created by the split.SplitShardRequest.withShardToSplit
(String shardToSplit) The shard ID of the shard to split.SplitShardRequest.withStreamName
(String streamName) The name of the stream for the shard split.