Uses of Interface
software.amazon.awscdk.services.kinesis.StreamConsumerAttributes
Packages that use StreamConsumerAttributes
-
Uses of StreamConsumerAttributes in software.amazon.awscdk.services.kinesis
Classes in software.amazon.awscdk.services.kinesis that implement StreamConsumerAttributesModifier and TypeClassDescriptionstatic final class
An implementation forStreamConsumerAttributes
Methods in software.amazon.awscdk.services.kinesis that return StreamConsumerAttributesModifier and TypeMethodDescriptionStreamConsumerAttributes.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.kinesis with parameters of type StreamConsumerAttributesModifier and TypeMethodDescriptionstatic IStreamConsumer
StreamConsumer.fromStreamConsumerAttributes
(software.constructs.Construct scope, String id, StreamConsumerAttributes attrs) Imports an existing Kinesis Stream Consumer by its attributes.