Uses of Class
com.oracle.bmc.cloudmigrations.model.UpdateTargetAssetDetails
-
Packages that use UpdateTargetAssetDetails Package Description com.oracle.bmc.cloudmigrations.model com.oracle.bmc.cloudmigrations.requests -
-
Uses of UpdateTargetAssetDetails in com.oracle.bmc.cloudmigrations.model
Subclasses of UpdateTargetAssetDetails in com.oracle.bmc.cloudmigrations.model Modifier and Type Class Description class
UpdateVmTargetAssetDetails
Description of the VM target asset. -
Uses of UpdateTargetAssetDetails in com.oracle.bmc.cloudmigrations.requests
Methods in com.oracle.bmc.cloudmigrations.requests that return UpdateTargetAssetDetails Modifier and Type Method Description UpdateTargetAssetDetails
UpdateTargetAssetRequest. getBody$()
Alternative accessor for the body parameter.UpdateTargetAssetDetails
UpdateTargetAssetRequest. getUpdateTargetAssetDetails()
The information to be updated.Methods in com.oracle.bmc.cloudmigrations.requests with parameters of type UpdateTargetAssetDetails Modifier and Type Method Description UpdateTargetAssetRequest.Builder
UpdateTargetAssetRequest.Builder. body$(UpdateTargetAssetDetails body)
Alternative setter for the body parameter.UpdateTargetAssetRequest.Builder
UpdateTargetAssetRequest.Builder. updateTargetAssetDetails(UpdateTargetAssetDetails updateTargetAssetDetails)
The information to be updated.
-