Uses of Class
com.oracle.bmc.visualbuilder.model.UpdateVbInstanceDetails
-
Packages that use UpdateVbInstanceDetails Package Description com.oracle.bmc.visualbuilder.model com.oracle.bmc.visualbuilder.requests -
-
Uses of UpdateVbInstanceDetails in com.oracle.bmc.visualbuilder.model
Methods in com.oracle.bmc.visualbuilder.model that return UpdateVbInstanceDetails Modifier and Type Method Description UpdateVbInstanceDetails
UpdateVbInstanceDetails.Builder. build()
Methods in com.oracle.bmc.visualbuilder.model with parameters of type UpdateVbInstanceDetails Modifier and Type Method Description UpdateVbInstanceDetails.Builder
UpdateVbInstanceDetails.Builder. copy(UpdateVbInstanceDetails model)
-
Uses of UpdateVbInstanceDetails in com.oracle.bmc.visualbuilder.requests
Methods in com.oracle.bmc.visualbuilder.requests that return UpdateVbInstanceDetails Modifier and Type Method Description UpdateVbInstanceDetails
UpdateVbInstanceRequest. getBody$()
Alternative accessor for the body parameter.UpdateVbInstanceDetails
UpdateVbInstanceRequest. getUpdateVbInstanceDetails()
The information to be updated.Methods in com.oracle.bmc.visualbuilder.requests with parameters of type UpdateVbInstanceDetails Modifier and Type Method Description UpdateVbInstanceRequest.Builder
UpdateVbInstanceRequest.Builder. body$(UpdateVbInstanceDetails body)
Alternative setter for the body parameter.UpdateVbInstanceRequest.Builder
UpdateVbInstanceRequest.Builder. updateVbInstanceDetails(UpdateVbInstanceDetails updateVbInstanceDetails)
The information to be updated.
-