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.mediaservicesMethods in com.oracle.bmc.mediaservices that return DeleteMediaWorkflowConfigurationResponse Modifier and Type Method Description DeleteMediaWorkflowConfigurationResponseMediaServices. deleteMediaWorkflowConfiguration(DeleteMediaWorkflowConfigurationRequest request)Deletes a MediaWorkflowConfiguration resource by identifier.DeleteMediaWorkflowConfigurationResponseMediaServicesClient. 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.responsesMethods in com.oracle.bmc.mediaservices.responses that return DeleteMediaWorkflowConfigurationResponse Modifier and Type Method Description DeleteMediaWorkflowConfigurationResponseDeleteMediaWorkflowConfigurationResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.mediaservices.responses with parameters of type DeleteMediaWorkflowConfigurationResponse Modifier and Type Method Description DeleteMediaWorkflowConfigurationResponse.BuilderDeleteMediaWorkflowConfigurationResponse.Builder. copy(DeleteMediaWorkflowConfigurationResponse o)Copy method to populate the builder with values from the given instance.
 
-