Uses of Class
com.oracle.bmc.filestorage.responses.UpdateExportResponse
-
Packages that use UpdateExportResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of UpdateExportResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return UpdateExportResponse Modifier and Type Method Description UpdateExportResponse
FileStorage. updateExport(UpdateExportRequest request)
Updates the specified export’s information.UpdateExportResponse
FileStorageClient. updateExport(UpdateExportRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type UpdateExportResponse 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)
Method parameters in com.oracle.bmc.filestorage with type arguments of type UpdateExportResponse 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 UpdateExportResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return UpdateExportResponse Modifier and Type Method Description UpdateExportResponse
UpdateExportResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type UpdateExportResponse Modifier and Type Method Description UpdateExportResponse.Builder
UpdateExportResponse.Builder. copy(UpdateExportResponse o)
Copy method to populate the builder with values from the given instance.
-