Uses of Class
com.oracle.bmc.filestorage.responses.UpdateExportSetResponse
-
Packages that use UpdateExportSetResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of UpdateExportSetResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return UpdateExportSetResponse Modifier and Type Method Description UpdateExportSetResponse
FileStorage. updateExportSet(UpdateExportSetRequest request)
Updates the specified export set’s information.UpdateExportSetResponse
FileStorageClient. updateExportSet(UpdateExportSetRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type UpdateExportSetResponse Modifier and Type Method Description Future<UpdateExportSetResponse>
FileStorageAsync. updateExportSet(UpdateExportSetRequest request, AsyncHandler<UpdateExportSetRequest,UpdateExportSetResponse> handler)
Updates the specified export set’s information.Future<UpdateExportSetResponse>
FileStorageAsyncClient. updateExportSet(UpdateExportSetRequest request, AsyncHandler<UpdateExportSetRequest,UpdateExportSetResponse> handler)
Method parameters in com.oracle.bmc.filestorage with type arguments of type UpdateExportSetResponse Modifier and Type Method Description Future<UpdateExportSetResponse>
FileStorageAsync. updateExportSet(UpdateExportSetRequest request, AsyncHandler<UpdateExportSetRequest,UpdateExportSetResponse> handler)
Updates the specified export set’s information.Future<UpdateExportSetResponse>
FileStorageAsyncClient. updateExportSet(UpdateExportSetRequest request, AsyncHandler<UpdateExportSetRequest,UpdateExportSetResponse> handler)
-
Uses of UpdateExportSetResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return UpdateExportSetResponse Modifier and Type Method Description UpdateExportSetResponse
UpdateExportSetResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type UpdateExportSetResponse Modifier and Type Method Description UpdateExportSetResponse.Builder
UpdateExportSetResponse.Builder. copy(UpdateExportSetResponse o)
Copy method to populate the builder with values from the given instance.
-