Uses of Class
com.oracle.bmc.filestorage.requests.DeleteExportRequest
-
Packages that use DeleteExportRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of DeleteExportRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type DeleteExportRequest Modifier and Type Method Description DeleteExportResponse
FileStorage. deleteExport(DeleteExportRequest request)
Deletes the specified export.Future<DeleteExportResponse>
FileStorageAsync. deleteExport(DeleteExportRequest request, AsyncHandler<DeleteExportRequest,DeleteExportResponse> handler)
Deletes the specified export.Future<DeleteExportResponse>
FileStorageAsyncClient. deleteExport(DeleteExportRequest request, AsyncHandler<DeleteExportRequest,DeleteExportResponse> handler)
DeleteExportResponse
FileStorageClient. deleteExport(DeleteExportRequest request)
Method parameters in com.oracle.bmc.filestorage with type arguments of type DeleteExportRequest 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 DeleteExportRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return DeleteExportRequest Modifier and Type Method Description DeleteExportRequest
DeleteExportRequest.Builder. build()
Build the instance of DeleteExportRequest as configured by this builderDeleteExportRequest
DeleteExportRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteExportRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type DeleteExportRequest Modifier and Type Method Description DeleteExportRequest.Builder
DeleteExportRequest.Builder. copy(DeleteExportRequest o)
Copy method to populate the builder with values from the given instance.
-