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