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