Uses of Class
com.amazonaws.services.kinesis.model.StreamDescription
Packages that use StreamDescription
-
Uses of StreamDescription in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return StreamDescriptionModifier and TypeMethodDescriptionStreamDescription.clone()DescribeStreamResult.getStreamDescription()The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and states whether there are more shards available.StreamDescription.withEnhancedMonitoring(EnhancedMetrics... enhancedMonitoring) Represents the current enhanced monitoring settings of the stream.StreamDescription.withEnhancedMonitoring(Collection<EnhancedMetrics> enhancedMonitoring) Represents the current enhanced monitoring settings of the stream.StreamDescription.withHasMoreShards(Boolean hasMoreShards) If set totrue, more shards in the stream are available to describe.StreamDescription.withRetentionPeriodHours(Integer retentionPeriodHours) The current retention period, in hours.StreamDescription.withShards(Shard... shards) The shards that comprise the stream.StreamDescription.withShards(Collection<Shard> shards) The shards that comprise the stream.StreamDescription.withStreamARN(String streamARN) The Amazon Resource Name (ARN) for the stream being described.StreamDescription.withStreamName(String streamName) The name of the stream being described.StreamDescription.withStreamStatus(StreamStatus streamStatus) The current status of the stream being described.StreamDescription.withStreamStatus(String streamStatus) The current status of the stream being described.Methods in com.amazonaws.services.kinesis.model with parameters of type StreamDescriptionModifier and TypeMethodDescriptionvoidDescribeStreamResult.setStreamDescription(StreamDescription streamDescription) The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and states whether there are more shards available.DescribeStreamResult.withStreamDescription(StreamDescription streamDescription) The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and states whether there are more shards available.