Uses of Class
com.oracle.bmc.mediaservices.model.StreamPackagingConfigSummary
-
Packages that use StreamPackagingConfigSummary Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.model -
-
Uses of StreamPackagingConfigSummary in com.oracle.bmc.mediaservices
Methods in com.oracle.bmc.mediaservices that return types with arguments of type StreamPackagingConfigSummary Modifier and Type Method Description Iterable<StreamPackagingConfigSummary>
MediaServicesPaginators. listStreamPackagingConfigsRecordIterator(ListStreamPackagingConfigsRequest request)
Creates a new iterable which will iterate over theStreamPackagingConfigSummary
objects contained in responses from the listStreamPackagingConfigs operation. -
Uses of StreamPackagingConfigSummary in com.oracle.bmc.mediaservices.model
Methods in com.oracle.bmc.mediaservices.model that return StreamPackagingConfigSummary Modifier and Type Method Description StreamPackagingConfigSummary
StreamPackagingConfigSummary.Builder. build()
Methods in com.oracle.bmc.mediaservices.model that return types with arguments of type StreamPackagingConfigSummary Modifier and Type Method Description List<StreamPackagingConfigSummary>
StreamPackagingConfigCollection. getItems()
List of Packaging Configurations.Methods in com.oracle.bmc.mediaservices.model with parameters of type StreamPackagingConfigSummary Modifier and Type Method Description StreamPackagingConfigSummary.Builder
StreamPackagingConfigSummary.Builder. copy(StreamPackagingConfigSummary model)
Method parameters in com.oracle.bmc.mediaservices.model with type arguments of type StreamPackagingConfigSummary Modifier and Type Method Description StreamPackagingConfigCollection.Builder
StreamPackagingConfigCollection.Builder. items(List<StreamPackagingConfigSummary> items)
List of Packaging Configurations.Constructor parameters in com.oracle.bmc.mediaservices.model with type arguments of type StreamPackagingConfigSummary Constructor Description StreamPackagingConfigCollection(List<StreamPackagingConfigSummary> items)
Deprecated.
-