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