Uses of Class
software.amazon.awssdk.services.mediatailor.model.LiveSource
-
Packages that use LiveSource Package Description software.amazon.awssdk.services.mediatailor.model software.amazon.awssdk.services.mediatailor.paginators -
-
Uses of LiveSource in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type LiveSource Modifier and Type Method Description List<LiveSource>ListLiveSourcesResponse. items()Lists the live sources.Methods in software.amazon.awssdk.services.mediatailor.model with parameters of type LiveSource Modifier and Type Method Description ListLiveSourcesResponse.BuilderListLiveSourcesResponse.Builder. items(LiveSource... items)Lists the live sources.Method parameters in software.amazon.awssdk.services.mediatailor.model with type arguments of type LiveSource Modifier and Type Method Description ListLiveSourcesResponse.BuilderListLiveSourcesResponse.Builder. items(Collection<LiveSource> items)Lists the live sources. -
Uses of LiveSource in software.amazon.awssdk.services.mediatailor.paginators
Methods in software.amazon.awssdk.services.mediatailor.paginators that return types with arguments of type LiveSource Modifier and Type Method Description SdkIterable<LiveSource>ListLiveSourcesIterable. items()Returns an iterable to iterate through the paginatedListLiveSourcesResponse.items()member.SdkPublisher<LiveSource>ListLiveSourcesPublisher. items()Returns a publisher that can be used to get a stream of data.
-