Uses of Class
com.oracle.bmc.mediaservices.responses.CreateMediaWorkflowConfigurationResponse
-
Packages that use CreateMediaWorkflowConfigurationResponse Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.responses -
-
Uses of CreateMediaWorkflowConfigurationResponse in com.oracle.bmc.mediaservices
Methods in com.oracle.bmc.mediaservices that return CreateMediaWorkflowConfigurationResponse Modifier and Type Method Description CreateMediaWorkflowConfigurationResponse
MediaServices. createMediaWorkflowConfiguration(CreateMediaWorkflowConfigurationRequest request)
Creates a new MediaWorkflowConfiguration.CreateMediaWorkflowConfigurationResponse
MediaServicesClient. createMediaWorkflowConfiguration(CreateMediaWorkflowConfigurationRequest request)
Methods in com.oracle.bmc.mediaservices that return types with arguments of type CreateMediaWorkflowConfigurationResponse 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)
Method parameters in com.oracle.bmc.mediaservices with type arguments of type CreateMediaWorkflowConfigurationResponse 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 CreateMediaWorkflowConfigurationResponse in com.oracle.bmc.mediaservices.responses
Methods in com.oracle.bmc.mediaservices.responses that return CreateMediaWorkflowConfigurationResponse Modifier and Type Method Description CreateMediaWorkflowConfigurationResponse
CreateMediaWorkflowConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mediaservices.responses with parameters of type CreateMediaWorkflowConfigurationResponse Modifier and Type Method Description CreateMediaWorkflowConfigurationResponse.Builder
CreateMediaWorkflowConfigurationResponse.Builder. copy(CreateMediaWorkflowConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-