Uses of Class
software.amazon.awssdk.services.kinesis.model.Shard
Packages that use Shard
-
Uses of Shard in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type ShardModifier and TypeMethodDescriptionListShardsResponse.shards()An array of JSON objects.StreamDescription.shards()The shards that comprise the stream.Methods in software.amazon.awssdk.services.kinesis.model with parameters of type ShardModifier and TypeMethodDescriptionAn array of JSON objects.The shards that comprise the stream.Method parameters in software.amazon.awssdk.services.kinesis.model with type arguments of type ShardModifier and TypeMethodDescriptionListShardsResponse.Builder.shards(Collection<Shard> shards) An array of JSON objects.StreamDescription.Builder.shards(Collection<Shard> shards) The shards that comprise the stream.