Uses of Class
com.amazonaws.services.kinesis.model.Shard
-
Packages that use Shard Package Description com.amazonaws.services.kinesis.model -
-
Uses of Shard in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return Shard Modifier and Type Method Description ShardShard. clone()ShardShard. withAdjacentParentShardId(String adjacentParentShardId)The shard ID of the shard adjacent to the shard's parent.ShardShard. withHashKeyRange(HashKeyRange hashKeyRange)The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.ShardShard. withParentShardId(String parentShardId)The shard ID of the shard's parent.ShardShard. withSequenceNumberRange(SequenceNumberRange sequenceNumberRange)The range of possible sequence numbers for the shard.ShardShard. withShardId(String shardId)The unique identifier of the shard within the stream.Methods in com.amazonaws.services.kinesis.model that return types with arguments of type Shard Modifier and Type Method Description List<Shard>StreamDescription. getShards()The shards that comprise the stream.Methods in com.amazonaws.services.kinesis.model with parameters of type Shard Modifier and Type Method Description StreamDescriptionStreamDescription. withShards(Shard... shards)The shards that comprise the stream.Method parameters in com.amazonaws.services.kinesis.model with type arguments of type Shard Modifier and Type Method Description voidStreamDescription. setShards(Collection<Shard> shards)The shards that comprise the stream.StreamDescriptionStreamDescription. withShards(Collection<Shard> shards)The shards that comprise the stream.
-