Uses of Class
com.oracle.bmc.mediaservices.responses.ListSystemMediaWorkflowsResponse
-
Packages that use ListSystemMediaWorkflowsResponse Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.responses -
-
Uses of ListSystemMediaWorkflowsResponse in com.oracle.bmc.mediaservices
Methods in com.oracle.bmc.mediaservices that return ListSystemMediaWorkflowsResponse Modifier and Type Method Description ListSystemMediaWorkflowsResponse
MediaServices. listSystemMediaWorkflows(ListSystemMediaWorkflowsRequest request)
Lists the SystemMediaWorkflows that can be used to run a job by name or as a template to create a MediaWorkflow.ListSystemMediaWorkflowsResponse
MediaServicesClient. listSystemMediaWorkflows(ListSystemMediaWorkflowsRequest request)
Methods in com.oracle.bmc.mediaservices that return types with arguments of type ListSystemMediaWorkflowsResponse 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)
Iterable<ListSystemMediaWorkflowsResponse>
MediaServicesPaginators. listSystemMediaWorkflowsResponseIterator(ListSystemMediaWorkflowsRequest request)
Creates a new iterable which will iterate over the responses received from the listSystemMediaWorkflows operation.Method parameters in com.oracle.bmc.mediaservices with type arguments of type ListSystemMediaWorkflowsResponse 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 ListSystemMediaWorkflowsResponse in com.oracle.bmc.mediaservices.responses
Methods in com.oracle.bmc.mediaservices.responses that return ListSystemMediaWorkflowsResponse Modifier and Type Method Description ListSystemMediaWorkflowsResponse
ListSystemMediaWorkflowsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mediaservices.responses with parameters of type ListSystemMediaWorkflowsResponse Modifier and Type Method Description ListSystemMediaWorkflowsResponse.Builder
ListSystemMediaWorkflowsResponse.Builder. copy(ListSystemMediaWorkflowsResponse o)
Copy method to populate the builder with values from the given instance.
-