Uses of Interface
software.amazon.awssdk.services.kinesis.model.SubscribeToShardResponseHandler.Visitor
-
Packages that use SubscribeToShardResponseHandler.Visitor Package Description software.amazon.awssdk.services.kinesis.model -
-
Uses of SubscribeToShardResponseHandler.Visitor in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return SubscribeToShardResponseHandler.Visitor Modifier and Type Method Description SubscribeToShardResponseHandler.VisitorSubscribeToShardResponseHandler.Visitor.Builder. build()Methods in software.amazon.awssdk.services.kinesis.model with parameters of type SubscribeToShardResponseHandler.Visitor Modifier and Type Method Description voidSubscribeToShardEvent. accept(SubscribeToShardResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofSubscribeToShardEvent.voidSubscribeToShardEventStream. accept(SubscribeToShardResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofSubscribeToShardEventStream.SubscribeToShardResponseHandler.BuilderSubscribeToShardResponseHandler.Builder. subscriber(SubscribeToShardResponseHandler.Visitor visitor)Sets the subscriber to thePublisherof events.
-