Uses of Class
software.amazon.awssdk.services.kinesis.model.SplitShardResponse
-
Packages that use SplitShardResponse Package Description software.amazon.awssdk.services.kinesis Amazon Kinesis Data Streams Service API Reference -
-
Uses of SplitShardResponse in software.amazon.awssdk.services.kinesis
Methods in software.amazon.awssdk.services.kinesis that return SplitShardResponse Modifier and Type Method Description default SplitShardResponseKinesisClient. splitShard(Consumer<SplitShardRequest.Builder> splitShardRequest)Splits a shard into two new shards in the Kinesis data stream, to increase the stream's capacity to ingest and transport data.default SplitShardResponseKinesisClient. splitShard(SplitShardRequest splitShardRequest)Splits a shard into two new shards in the Kinesis data stream, to increase the stream's capacity to ingest and transport data.Methods in software.amazon.awssdk.services.kinesis that return types with arguments of type SplitShardResponse Modifier and Type Method Description default CompletableFuture<SplitShardResponse>KinesisAsyncClient. splitShard(Consumer<SplitShardRequest.Builder> splitShardRequest)Splits a shard into two new shards in the Kinesis data stream, to increase the stream's capacity to ingest and transport data.default CompletableFuture<SplitShardResponse>KinesisAsyncClient. splitShard(SplitShardRequest splitShardRequest)Splits a shard into two new shards in the Kinesis data stream, to increase the stream's capacity to ingest and transport data.
-