Uses of Class
com.oracle.bmc.filestorage.requests.UpdateExportRequest
-
Packages that use UpdateExportRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of UpdateExportRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type UpdateExportRequest Modifier and Type Method Description UpdateExportResponseFileStorage. updateExport(UpdateExportRequest request)Updates the specified export’s information.Future<UpdateExportResponse>FileStorageAsync. updateExport(UpdateExportRequest request, AsyncHandler<UpdateExportRequest,UpdateExportResponse> handler)Updates the specified export’s information.Future<UpdateExportResponse>FileStorageAsyncClient. updateExport(UpdateExportRequest request, AsyncHandler<UpdateExportRequest,UpdateExportResponse> handler)UpdateExportResponseFileStorageClient. updateExport(UpdateExportRequest request)Method parameters in com.oracle.bmc.filestorage with type arguments of type UpdateExportRequest Modifier and Type Method Description Future<UpdateExportResponse>FileStorageAsync. updateExport(UpdateExportRequest request, AsyncHandler<UpdateExportRequest,UpdateExportResponse> handler)Updates the specified export’s information.Future<UpdateExportResponse>FileStorageAsyncClient. updateExport(UpdateExportRequest request, AsyncHandler<UpdateExportRequest,UpdateExportResponse> handler) -
Uses of UpdateExportRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return UpdateExportRequest Modifier and Type Method Description UpdateExportRequestUpdateExportRequest.Builder. build()Build the instance of UpdateExportRequest as configured by this builderUpdateExportRequestUpdateExportRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateExportRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type UpdateExportRequest Modifier and Type Method Description UpdateExportRequest.BuilderUpdateExportRequest.Builder. copy(UpdateExportRequest o)Copy method to populate the builder with values from the given instance.
-