Uses of Class
software.amazon.awssdk.services.kinesis.model.StreamSummary
Packages that use StreamSummary
Package
Description
-
Uses of StreamSummary in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type StreamSummaryModifier and TypeMethodDescriptionfinal List<StreamSummary>ListStreamsResponse.streamSummaries()Methods in software.amazon.awssdk.services.kinesis.model with parameters of type StreamSummaryModifier and TypeMethodDescriptionListStreamsResponse.Builder.streamSummaries(StreamSummary... streamSummaries) Method parameters in software.amazon.awssdk.services.kinesis.model with type arguments of type StreamSummaryModifier and TypeMethodDescriptionListStreamsResponse.Builder.streamSummaries(Collection<StreamSummary> streamSummaries) -
Uses of StreamSummary in software.amazon.awssdk.services.kinesis.paginators
Methods in software.amazon.awssdk.services.kinesis.paginators that return types with arguments of type StreamSummaryModifier and TypeMethodDescriptionfinal SdkIterable<StreamSummary>ListStreamsIterable.streamSummaries()Returns an iterable to iterate through the paginatedListStreamsResponse.streamSummaries()member.final SdkPublisher<StreamSummary>ListStreamsPublisher.streamSummaries()Returns a publisher that can be used to get a stream of data.