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