Uses of Class
com.oracle.bmc.filestorage.requests.UpdateMountTargetRequest
-
Packages that use UpdateMountTargetRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of UpdateMountTargetRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type UpdateMountTargetRequest Modifier and Type Method Description UpdateMountTargetResponse
FileStorage. updateMountTarget(UpdateMountTargetRequest request)
Updates the specified mount target’s information.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)
UpdateMountTargetResponse
FileStorageClient. updateMountTarget(UpdateMountTargetRequest request)
Method parameters in com.oracle.bmc.filestorage with type arguments of type UpdateMountTargetRequest 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 UpdateMountTargetRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return UpdateMountTargetRequest Modifier and Type Method Description UpdateMountTargetRequest
UpdateMountTargetRequest.Builder. build()
Build the instance of UpdateMountTargetRequest as configured by this builderUpdateMountTargetRequest
UpdateMountTargetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateMountTargetRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type UpdateMountTargetRequest Modifier and Type Method Description UpdateMountTargetRequest.Builder
UpdateMountTargetRequest.Builder. copy(UpdateMountTargetRequest o)
Copy method to populate the builder with values from the given instance.
-