Uses of Class
software.amazon.awssdk.services.customerprofiles.model.EventStreamSummary
-
Packages that use EventStreamSummary Package Description software.amazon.awssdk.services.customerprofiles.model software.amazon.awssdk.services.customerprofiles.paginators -
-
Uses of EventStreamSummary in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type EventStreamSummary Modifier and Type Method Description List<EventStreamSummary>ListEventStreamsResponse. items()Contains summary information about an EventStream.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type EventStreamSummary Modifier and Type Method Description ListEventStreamsResponse.BuilderListEventStreamsResponse.Builder. items(EventStreamSummary... items)Contains summary information about an EventStream.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type EventStreamSummary Modifier and Type Method Description ListEventStreamsResponse.BuilderListEventStreamsResponse.Builder. items(Collection<EventStreamSummary> items)Contains summary information about an EventStream. -
Uses of EventStreamSummary in software.amazon.awssdk.services.customerprofiles.paginators
Methods in software.amazon.awssdk.services.customerprofiles.paginators that return types with arguments of type EventStreamSummary Modifier and Type Method Description SdkIterable<EventStreamSummary>ListEventStreamsIterable. items()Returns an iterable to iterate through the paginatedListEventStreamsResponse.items()member.SdkPublisher<EventStreamSummary>ListEventStreamsPublisher. items()Returns a publisher that can be used to get a stream of data.
-