Uses of Class
com.oracle.bmc.apmsynthetics.model.UpdateOnPremiseVantagePointDetails
-
Packages that use UpdateOnPremiseVantagePointDetails Package Description com.oracle.bmc.apmsynthetics.model com.oracle.bmc.apmsynthetics.requests -
-
Uses of UpdateOnPremiseVantagePointDetails in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return UpdateOnPremiseVantagePointDetails Modifier and Type Method Description UpdateOnPremiseVantagePointDetailsUpdateOnPremiseVantagePointDetails.Builder. build()Methods in com.oracle.bmc.apmsynthetics.model with parameters of type UpdateOnPremiseVantagePointDetails Modifier and Type Method Description UpdateOnPremiseVantagePointDetails.BuilderUpdateOnPremiseVantagePointDetails.Builder. copy(UpdateOnPremiseVantagePointDetails model) -
Uses of UpdateOnPremiseVantagePointDetails in com.oracle.bmc.apmsynthetics.requests
Methods in com.oracle.bmc.apmsynthetics.requests that return UpdateOnPremiseVantagePointDetails Modifier and Type Method Description UpdateOnPremiseVantagePointDetailsUpdateOnPremiseVantagePointRequest. getBody$()Alternative accessor for the body parameter.UpdateOnPremiseVantagePointDetailsUpdateOnPremiseVantagePointRequest. getUpdateOnPremiseVantagePointDetails()The information to be updated.Methods in com.oracle.bmc.apmsynthetics.requests with parameters of type UpdateOnPremiseVantagePointDetails Modifier and Type Method Description UpdateOnPremiseVantagePointRequest.BuilderUpdateOnPremiseVantagePointRequest.Builder. body$(UpdateOnPremiseVantagePointDetails body)Alternative setter for the body parameter.UpdateOnPremiseVantagePointRequest.BuilderUpdateOnPremiseVantagePointRequest.Builder. updateOnPremiseVantagePointDetails(UpdateOnPremiseVantagePointDetails updateOnPremiseVantagePointDetails)The information to be updated.
-