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