Uses of Class
com.oracle.bmc.filestorage.model.UpdateMountTargetDetails
-
Packages that use UpdateMountTargetDetails Package Description com.oracle.bmc.filestorage.model com.oracle.bmc.filestorage.requests -
-
Uses of UpdateMountTargetDetails in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return UpdateMountTargetDetails Modifier and Type Method Description UpdateMountTargetDetails
UpdateMountTargetDetails.Builder. build()
Methods in com.oracle.bmc.filestorage.model with parameters of type UpdateMountTargetDetails Modifier and Type Method Description UpdateMountTargetDetails.Builder
UpdateMountTargetDetails.Builder. copy(UpdateMountTargetDetails model)
-
Uses of UpdateMountTargetDetails in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return UpdateMountTargetDetails Modifier and Type Method Description UpdateMountTargetDetails
UpdateMountTargetRequest. getBody$()
Alternative accessor for the body parameter.UpdateMountTargetDetails
UpdateMountTargetRequest. getUpdateMountTargetDetails()
Details object for updating a mount target.Methods in com.oracle.bmc.filestorage.requests with parameters of type UpdateMountTargetDetails Modifier and Type Method Description UpdateMountTargetRequest.Builder
UpdateMountTargetRequest.Builder. body$(UpdateMountTargetDetails body)
Alternative setter for the body parameter.UpdateMountTargetRequest.Builder
UpdateMountTargetRequest.Builder. updateMountTargetDetails(UpdateMountTargetDetails updateMountTargetDetails)
Details object for updating a mount target.
-