Uses of Class
software.amazon.awssdk.services.kinesis.model.StreamDescription
-
Packages that use StreamDescription Package Description software.amazon.awssdk.services.kinesis.model -
-
Uses of StreamDescription in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return StreamDescription Modifier and Type Method Description StreamDescriptionDescribeStreamResponse. streamDescription()The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.Methods in software.amazon.awssdk.services.kinesis.model with parameters of type StreamDescription Modifier and Type Method Description DescribeStreamResponse.BuilderDescribeStreamResponse.Builder. streamDescription(StreamDescription streamDescription)The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.
-