Uses of Class
com.oracle.bmc.filestorage.model.UpgradeShapeMountTargetDetails
-
Packages that use UpgradeShapeMountTargetDetails Package Description com.oracle.bmc.filestorage.model com.oracle.bmc.filestorage.requests -
-
Uses of UpgradeShapeMountTargetDetails in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return UpgradeShapeMountTargetDetails Modifier and Type Method Description UpgradeShapeMountTargetDetails
UpgradeShapeMountTargetDetails.Builder. build()
Methods in com.oracle.bmc.filestorage.model with parameters of type UpgradeShapeMountTargetDetails Modifier and Type Method Description UpgradeShapeMountTargetDetails.Builder
UpgradeShapeMountTargetDetails.Builder. copy(UpgradeShapeMountTargetDetails model)
-
Uses of UpgradeShapeMountTargetDetails in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return UpgradeShapeMountTargetDetails Modifier and Type Method Description UpgradeShapeMountTargetDetails
UpgradeShapeMountTargetRequest. getBody$()
Alternative accessor for the body parameter.UpgradeShapeMountTargetDetails
UpgradeShapeMountTargetRequest. getUpgradeShapeMountTargetDetails()
Details for changing the shape of mount target.Methods in com.oracle.bmc.filestorage.requests with parameters of type UpgradeShapeMountTargetDetails Modifier and Type Method Description UpgradeShapeMountTargetRequest.Builder
UpgradeShapeMountTargetRequest.Builder. body$(UpgradeShapeMountTargetDetails body)
Alternative setter for the body parameter.UpgradeShapeMountTargetRequest.Builder
UpgradeShapeMountTargetRequest.Builder. upgradeShapeMountTargetDetails(UpgradeShapeMountTargetDetails upgradeShapeMountTargetDetails)
Details for changing the shape of mount target.
-