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 DeleteExportResponseFileStorage. 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)DeleteExportResponseFileStorageClient. 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 DeleteExportRequestDeleteExportRequest.Builder. build()Build the instance of DeleteExportRequest as configured by this builderDeleteExportRequestDeleteExportRequest.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.BuilderDeleteExportRequest.Builder. copy(DeleteExportRequest o)Copy method to populate the builder with values from the given instance.
-