Uses of Class
com.oracle.bmc.filestorage.responses.DeleteExportResponse
-
Packages that use DeleteExportResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of DeleteExportResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return DeleteExportResponse Modifier and Type Method Description DeleteExportResponse
FileStorage. deleteExport(DeleteExportRequest request)
Deletes the specified export.DeleteExportResponse
FileStorageClient. deleteExport(DeleteExportRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type DeleteExportResponse Modifier and Type Method Description Future<DeleteExportResponse>
FileStorageAsync. deleteExport(DeleteExportRequest request, AsyncHandler<DeleteExportRequest,DeleteExportResponse> handler)
Deletes the specified export.Future<DeleteExportResponse>
FileStorageAsyncClient. deleteExport(DeleteExportRequest request, AsyncHandler<DeleteExportRequest,DeleteExportResponse> handler)
Method parameters in com.oracle.bmc.filestorage with type arguments of type DeleteExportResponse Modifier and Type Method Description Future<DeleteExportResponse>
FileStorageAsync. deleteExport(DeleteExportRequest request, AsyncHandler<DeleteExportRequest,DeleteExportResponse> handler)
Deletes the specified export.Future<DeleteExportResponse>
FileStorageAsyncClient. deleteExport(DeleteExportRequest request, AsyncHandler<DeleteExportRequest,DeleteExportResponse> handler)
-
Uses of DeleteExportResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return DeleteExportResponse Modifier and Type Method Description DeleteExportResponse
DeleteExportResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type DeleteExportResponse Modifier and Type Method Description DeleteExportResponse.Builder
DeleteExportResponse.Builder. copy(DeleteExportResponse o)
Copy method to populate the builder with values from the given instance.
-