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