Uses of Class
com.oracle.bmc.cloudbridge.model.UpdateAssetDetails
-
Packages that use UpdateAssetDetails Package Description com.oracle.bmc.cloudbridge.model com.oracle.bmc.cloudbridge.requests -
-
Uses of UpdateAssetDetails in com.oracle.bmc.cloudbridge.model
Subclasses of UpdateAssetDetails in com.oracle.bmc.cloudbridge.model Modifier and Type Class Description class
UpdateAwsEbsAssetDetails
The information of AWS EBS asset to be updated.class
UpdateAwsEc2AssetDetails
The information of AWS VM asset to be updated.class
UpdateVmAssetDetails
The information of VM asset to be updated.class
UpdateVmwareVmAssetDetails
The information of VMware VM asset to be updated. -
Uses of UpdateAssetDetails in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return UpdateAssetDetails Modifier and Type Method Description UpdateAssetDetails
UpdateAssetRequest. getBody$()
Alternative accessor for the body parameter.UpdateAssetDetails
UpdateAssetRequest. getUpdateAssetDetails()
The information to be updated.Methods in com.oracle.bmc.cloudbridge.requests with parameters of type UpdateAssetDetails Modifier and Type Method Description UpdateAssetRequest.Builder
UpdateAssetRequest.Builder. body$(UpdateAssetDetails body)
Alternative setter for the body parameter.UpdateAssetRequest.Builder
UpdateAssetRequest.Builder. updateAssetDetails(UpdateAssetDetails updateAssetDetails)
The information to be updated.
-