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 UpdateExportResponse
FileStorage. 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)
UpdateExportResponse
FileStorageClient. 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 UpdateExportRequest
UpdateExportRequest.Builder. build()
Build the instance of UpdateExportRequest as configured by this builderUpdateExportRequest
UpdateExportRequest.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.Builder
UpdateExportRequest.Builder. copy(UpdateExportRequest o)
Copy method to populate the builder with values from the given instance.
-