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