Uses of Interface
software.amazon.awssdk.services.kinesis.model.ShardFilter.Builder
Packages that use ShardFilter.Builder
-
Uses of ShardFilter.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return ShardFilter.BuilderModifier and TypeMethodDescriptionstatic ShardFilter.BuilderShardFilter.builder()The exclusive startshardIDspeified in theShardFilterparameter.The timestamps specified in theShardFilterparameter.ShardFilter.toBuilder()The shard type specified in theShardFilterparameter.ShardFilter.Builder.type(ShardFilterType type) The shard type specified in theShardFilterparameter.Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type ShardFilter.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ShardFilter.Builder>ShardFilter.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesis.model with type arguments of type ShardFilter.BuilderModifier and TypeMethodDescriptiondefault ListShardsRequest.BuilderListShardsRequest.Builder.shardFilter(Consumer<ShardFilter.Builder> shardFilter) Enables you to filter out the response of theListShardsAPI.