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