Uses of Class
com.oracle.bmc.mediaservices.requests.ListSystemMediaWorkflowsRequest
-
Packages that use ListSystemMediaWorkflowsRequest Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.requests -
-
Uses of ListSystemMediaWorkflowsRequest in com.oracle.bmc.mediaservices
Method parameters in com.oracle.bmc.mediaservices with type arguments of type ListSystemMediaWorkflowsRequest Modifier and Type Method Description Future<ListSystemMediaWorkflowsResponse>
MediaServicesAsync. listSystemMediaWorkflows(ListSystemMediaWorkflowsRequest request, AsyncHandler<ListSystemMediaWorkflowsRequest,ListSystemMediaWorkflowsResponse> handler)
Lists the SystemMediaWorkflows that can be used to run a job by name or as a template to create a MediaWorkflow.Future<ListSystemMediaWorkflowsResponse>
MediaServicesAsyncClient. listSystemMediaWorkflows(ListSystemMediaWorkflowsRequest request, AsyncHandler<ListSystemMediaWorkflowsRequest,ListSystemMediaWorkflowsResponse> handler)
-
Uses of ListSystemMediaWorkflowsRequest in com.oracle.bmc.mediaservices.requests
Methods in com.oracle.bmc.mediaservices.requests that return ListSystemMediaWorkflowsRequest Modifier and Type Method Description ListSystemMediaWorkflowsRequest
ListSystemMediaWorkflowsRequest.Builder. build()
Build the instance of ListSystemMediaWorkflowsRequest as configured by this builderListSystemMediaWorkflowsRequest
ListSystemMediaWorkflowsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListSystemMediaWorkflowsRequest as configured by this builderMethods in com.oracle.bmc.mediaservices.requests with parameters of type ListSystemMediaWorkflowsRequest Modifier and Type Method Description ListSystemMediaWorkflowsRequest.Builder
ListSystemMediaWorkflowsRequest.Builder. copy(ListSystemMediaWorkflowsRequest o)
Copy method to populate the builder with values from the given instance.
-