Uses of Class
com.oracle.bmc.mediaservices.model.StreamDistributionChannelSummary
-
Packages that use StreamDistributionChannelSummary Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.model -
-
Uses of StreamDistributionChannelSummary in com.oracle.bmc.mediaservices
Methods in com.oracle.bmc.mediaservices that return types with arguments of type StreamDistributionChannelSummary Modifier and Type Method Description Iterable<StreamDistributionChannelSummary>
MediaServicesPaginators. listStreamDistributionChannelsRecordIterator(ListStreamDistributionChannelsRequest request)
Creates a new iterable which will iterate over theStreamDistributionChannelSummary
objects contained in responses from the listStreamDistributionChannels operation. -
Uses of StreamDistributionChannelSummary in com.oracle.bmc.mediaservices.model
Methods in com.oracle.bmc.mediaservices.model that return StreamDistributionChannelSummary Modifier and Type Method Description StreamDistributionChannelSummary
StreamDistributionChannelSummary.Builder. build()
Methods in com.oracle.bmc.mediaservices.model that return types with arguments of type StreamDistributionChannelSummary Modifier and Type Method Description List<StreamDistributionChannelSummary>
StreamDistributionChannelCollection. getItems()
List of Stream Distribution Channels.Methods in com.oracle.bmc.mediaservices.model with parameters of type StreamDistributionChannelSummary Modifier and Type Method Description StreamDistributionChannelSummary.Builder
StreamDistributionChannelSummary.Builder. copy(StreamDistributionChannelSummary model)
Method parameters in com.oracle.bmc.mediaservices.model with type arguments of type StreamDistributionChannelSummary Modifier and Type Method Description StreamDistributionChannelCollection.Builder
StreamDistributionChannelCollection.Builder. items(List<StreamDistributionChannelSummary> items)
List of Stream Distribution Channels.Constructor parameters in com.oracle.bmc.mediaservices.model with type arguments of type StreamDistributionChannelSummary Constructor Description StreamDistributionChannelCollection(List<StreamDistributionChannelSummary> items)
Deprecated.
-