Uses of Class
software.amazon.awssdk.services.mediatailor.model.PlaybackConfiguration
-
Packages that use PlaybackConfiguration Package Description software.amazon.awssdk.services.mediatailor.model software.amazon.awssdk.services.mediatailor.paginators -
-
Uses of PlaybackConfiguration in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type PlaybackConfiguration Modifier and Type Method Description List<PlaybackConfiguration>ListPlaybackConfigurationsResponse. items()Array of playback configurations.Methods in software.amazon.awssdk.services.mediatailor.model with parameters of type PlaybackConfiguration Modifier and Type Method Description ListPlaybackConfigurationsResponse.BuilderListPlaybackConfigurationsResponse.Builder. items(PlaybackConfiguration... items)Array of playback configurations.Method parameters in software.amazon.awssdk.services.mediatailor.model with type arguments of type PlaybackConfiguration Modifier and Type Method Description ListPlaybackConfigurationsResponse.BuilderListPlaybackConfigurationsResponse.Builder. items(Collection<PlaybackConfiguration> items)Array of playback configurations. -
Uses of PlaybackConfiguration in software.amazon.awssdk.services.mediatailor.paginators
Methods in software.amazon.awssdk.services.mediatailor.paginators that return types with arguments of type PlaybackConfiguration Modifier and Type Method Description SdkIterable<PlaybackConfiguration>ListPlaybackConfigurationsIterable. items()Returns an iterable to iterate through the paginatedListPlaybackConfigurationsResponse.items()member.SdkPublisher<PlaybackConfiguration>ListPlaybackConfigurationsPublisher. items()Returns a publisher that can be used to get a stream of data.
-