Uses of Interface
software.amazon.awssdk.services.kinesis.model.SubscribeToShardResponseHandler
-
Packages that use SubscribeToShardResponseHandler Package Description software.amazon.awssdk.services.kinesis Amazon Kinesis Data Streams Service API Reference software.amazon.awssdk.services.kinesis.model -
-
Uses of SubscribeToShardResponseHandler in software.amazon.awssdk.services.kinesis
Methods in software.amazon.awssdk.services.kinesis with parameters of type SubscribeToShardResponseHandler Modifier and Type Method Description default CompletableFuture<Void>KinesisAsyncClient. subscribeToShard(Consumer<SubscribeToShardRequest.Builder> subscribeToShardRequest, SubscribeToShardResponseHandler asyncResponseHandler)This operation establishes an HTTP/2 connection between the consumer you specify in theConsumerARNparameter and the shard you specify in theShardIdparameter.default CompletableFuture<Void>KinesisAsyncClient. subscribeToShard(SubscribeToShardRequest subscribeToShardRequest, SubscribeToShardResponseHandler asyncResponseHandler)This operation establishes an HTTP/2 connection between the consumer you specify in theConsumerARNparameter and the shard you specify in theShardIdparameter. -
Uses of SubscribeToShardResponseHandler in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return SubscribeToShardResponseHandler Modifier and Type Method Description SubscribeToShardResponseHandlerSubscribeToShardResponseHandler.Builder. build()
-