Uses of Class
software.amazon.awssdk.services.kinesis.model.StreamSummary
-
Packages that use StreamSummary Package Description software.amazon.awssdk.services.kinesis.model software.amazon.awssdk.services.kinesis.paginators -
-
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 StreamSummary Modifier and Type Method Description List<StreamSummary>ListStreamsResponse. streamSummaries()Methods in software.amazon.awssdk.services.kinesis.model with parameters of type StreamSummary Modifier and Type Method Description ListStreamsResponse.BuilderListStreamsResponse.Builder. streamSummaries(StreamSummary... streamSummaries)Method parameters in software.amazon.awssdk.services.kinesis.model with type arguments of type StreamSummary Modifier and Type Method Description ListStreamsResponse.BuilderListStreamsResponse.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 StreamSummary Modifier and Type Method Description SdkIterable<StreamSummary>ListStreamsIterable. streamSummaries()Returns an iterable to iterate through the paginatedListStreamsResponse.streamSummaries()member.SdkPublisher<StreamSummary>ListStreamsPublisher. streamSummaries()Returns a publisher that can be used to get a stream of data.
-