Uses of Class
software.amazon.awssdk.services.kinesis.model.Shard
-
Packages that use Shard Package Description software.amazon.awssdk.services.kinesis.model -
-
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 Shard Modifier and Type Method Description List<Shard>
ListShardsResponse. shards()
An array of JSON objects.List<Shard>
StreamDescription. shards()
The shards that comprise the stream.Methods in software.amazon.awssdk.services.kinesis.model with parameters of type Shard Modifier and Type Method Description ListShardsResponse.Builder
ListShardsResponse.Builder. shards(Shard... shards)
An array of JSON objects.StreamDescription.Builder
StreamDescription.Builder. shards(Shard... shards)
The shards that comprise the stream.Method parameters in software.amazon.awssdk.services.kinesis.model with type arguments of type Shard Modifier and Type Method Description ListShardsResponse.Builder
ListShardsResponse.Builder. shards(Collection<Shard> shards)
An array of JSON objects.StreamDescription.Builder
StreamDescription.Builder. shards(Collection<Shard> shards)
The shards that comprise the stream.
-