Uses of Class
com.oracle.bmc.mediaservices.model.StreamCdnConfigSummary
-
Packages that use StreamCdnConfigSummary Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.model -
-
Uses of StreamCdnConfigSummary in com.oracle.bmc.mediaservices
Methods in com.oracle.bmc.mediaservices that return types with arguments of type StreamCdnConfigSummary Modifier and Type Method Description Iterable<StreamCdnConfigSummary>
MediaServicesPaginators. listStreamCdnConfigsRecordIterator(ListStreamCdnConfigsRequest request)
Creates a new iterable which will iterate over theStreamCdnConfigSummary
objects contained in responses from the listStreamCdnConfigs operation. -
Uses of StreamCdnConfigSummary in com.oracle.bmc.mediaservices.model
Methods in com.oracle.bmc.mediaservices.model that return StreamCdnConfigSummary Modifier and Type Method Description StreamCdnConfigSummary
StreamCdnConfigSummary.Builder. build()
Methods in com.oracle.bmc.mediaservices.model that return types with arguments of type StreamCdnConfigSummary Modifier and Type Method Description List<StreamCdnConfigSummary>
StreamCdnConfigCollection. getItems()
List of streamCdnConfigs.Methods in com.oracle.bmc.mediaservices.model with parameters of type StreamCdnConfigSummary Modifier and Type Method Description StreamCdnConfigSummary.Builder
StreamCdnConfigSummary.Builder. copy(StreamCdnConfigSummary model)
Method parameters in com.oracle.bmc.mediaservices.model with type arguments of type StreamCdnConfigSummary Modifier and Type Method Description StreamCdnConfigCollection.Builder
StreamCdnConfigCollection.Builder. items(List<StreamCdnConfigSummary> items)
List of streamCdnConfigs.Constructor parameters in com.oracle.bmc.mediaservices.model with type arguments of type StreamCdnConfigSummary Constructor Description StreamCdnConfigCollection(List<StreamCdnConfigSummary> items)
Deprecated.
-