Uses of Class
com.oracle.bmc.apmsynthetics.responses.UpdateOnPremiseVantagePointResponse
-
Packages that use UpdateOnPremiseVantagePointResponse Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.responses -
-
Uses of UpdateOnPremiseVantagePointResponse in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics that return UpdateOnPremiseVantagePointResponse Modifier and Type Method Description UpdateOnPremiseVantagePointResponse
ApmSynthetic. updateOnPremiseVantagePoint(UpdateOnPremiseVantagePointRequest request)
Updates the On-premise vantage point.UpdateOnPremiseVantagePointResponse
ApmSyntheticClient. updateOnPremiseVantagePoint(UpdateOnPremiseVantagePointRequest request)
Methods in com.oracle.bmc.apmsynthetics that return types with arguments of type UpdateOnPremiseVantagePointResponse Modifier and Type Method Description Future<UpdateOnPremiseVantagePointResponse>
ApmSyntheticAsync. updateOnPremiseVantagePoint(UpdateOnPremiseVantagePointRequest request, AsyncHandler<UpdateOnPremiseVantagePointRequest,UpdateOnPremiseVantagePointResponse> handler)
Updates the On-premise vantage point.Future<UpdateOnPremiseVantagePointResponse>
ApmSyntheticAsyncClient. updateOnPremiseVantagePoint(UpdateOnPremiseVantagePointRequest request, AsyncHandler<UpdateOnPremiseVantagePointRequest,UpdateOnPremiseVantagePointResponse> handler)
Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type UpdateOnPremiseVantagePointResponse Modifier and Type Method Description Future<UpdateOnPremiseVantagePointResponse>
ApmSyntheticAsync. updateOnPremiseVantagePoint(UpdateOnPremiseVantagePointRequest request, AsyncHandler<UpdateOnPremiseVantagePointRequest,UpdateOnPremiseVantagePointResponse> handler)
Updates the On-premise vantage point.Future<UpdateOnPremiseVantagePointResponse>
ApmSyntheticAsyncClient. updateOnPremiseVantagePoint(UpdateOnPremiseVantagePointRequest request, AsyncHandler<UpdateOnPremiseVantagePointRequest,UpdateOnPremiseVantagePointResponse> handler)
-
Uses of UpdateOnPremiseVantagePointResponse in com.oracle.bmc.apmsynthetics.responses
Methods in com.oracle.bmc.apmsynthetics.responses that return UpdateOnPremiseVantagePointResponse Modifier and Type Method Description UpdateOnPremiseVantagePointResponse
UpdateOnPremiseVantagePointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmsynthetics.responses with parameters of type UpdateOnPremiseVantagePointResponse Modifier and Type Method Description UpdateOnPremiseVantagePointResponse.Builder
UpdateOnPremiseVantagePointResponse.Builder. copy(UpdateOnPremiseVantagePointResponse o)
Copy method to populate the builder with values from the given instance.
-