Uses of Class
com.oracle.bmc.dataintegration.responses.DeleteFolderResponse
-
Packages that use DeleteFolderResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of DeleteFolderResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return DeleteFolderResponse Modifier and Type Method Description DeleteFolderResponse
DataIntegration. deleteFolder(DeleteFolderRequest request)
Removes a folder from a project using the specified identifier.DeleteFolderResponse
DataIntegrationClient. deleteFolder(DeleteFolderRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type DeleteFolderResponse Modifier and Type Method Description Future<DeleteFolderResponse>
DataIntegrationAsync. deleteFolder(DeleteFolderRequest request, AsyncHandler<DeleteFolderRequest,DeleteFolderResponse> handler)
Removes a folder from a project using the specified identifier.Future<DeleteFolderResponse>
DataIntegrationAsyncClient. deleteFolder(DeleteFolderRequest request, AsyncHandler<DeleteFolderRequest,DeleteFolderResponse> handler)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type DeleteFolderResponse Modifier and Type Method Description Future<DeleteFolderResponse>
DataIntegrationAsync. deleteFolder(DeleteFolderRequest request, AsyncHandler<DeleteFolderRequest,DeleteFolderResponse> handler)
Removes a folder from a project using the specified identifier.Future<DeleteFolderResponse>
DataIntegrationAsyncClient. deleteFolder(DeleteFolderRequest request, AsyncHandler<DeleteFolderRequest,DeleteFolderResponse> handler)
-
Uses of DeleteFolderResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return DeleteFolderResponse Modifier and Type Method Description DeleteFolderResponse
DeleteFolderResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type DeleteFolderResponse Modifier and Type Method Description DeleteFolderResponse.Builder
DeleteFolderResponse.Builder. copy(DeleteFolderResponse o)
Copy method to populate the builder with values from the given instance.
-