Uses of Class
com.oracle.bmc.mediaservices.requests.ListMediaWorkflowConfigurationsRequest
-
Packages that use ListMediaWorkflowConfigurationsRequest Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.requests -
-
Uses of ListMediaWorkflowConfigurationsRequest in com.oracle.bmc.mediaservices
Method parameters in com.oracle.bmc.mediaservices with type arguments of type ListMediaWorkflowConfigurationsRequest Modifier and Type Method Description Future<ListMediaWorkflowConfigurationsResponse>
MediaServicesAsync. listMediaWorkflowConfigurations(ListMediaWorkflowConfigurationsRequest request, AsyncHandler<ListMediaWorkflowConfigurationsRequest,ListMediaWorkflowConfigurationsResponse> handler)
Returns a list of MediaWorkflowConfigurations.Future<ListMediaWorkflowConfigurationsResponse>
MediaServicesAsyncClient. listMediaWorkflowConfigurations(ListMediaWorkflowConfigurationsRequest request, AsyncHandler<ListMediaWorkflowConfigurationsRequest,ListMediaWorkflowConfigurationsResponse> handler)
-
Uses of ListMediaWorkflowConfigurationsRequest in com.oracle.bmc.mediaservices.requests
Methods in com.oracle.bmc.mediaservices.requests that return ListMediaWorkflowConfigurationsRequest Modifier and Type Method Description ListMediaWorkflowConfigurationsRequest
ListMediaWorkflowConfigurationsRequest.Builder. build()
Build the instance of ListMediaWorkflowConfigurationsRequest as configured by this builderListMediaWorkflowConfigurationsRequest
ListMediaWorkflowConfigurationsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListMediaWorkflowConfigurationsRequest as configured by this builderMethods in com.oracle.bmc.mediaservices.requests with parameters of type ListMediaWorkflowConfigurationsRequest Modifier and Type Method Description ListMediaWorkflowConfigurationsRequest.Builder
ListMediaWorkflowConfigurationsRequest.Builder. copy(ListMediaWorkflowConfigurationsRequest o)
Copy method to populate the builder with values from the given instance.
-