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