Uses of Class
com.oracle.bmc.apmsynthetics.requests.UpdateDedicatedVantagePointRequest
-
Packages that use UpdateDedicatedVantagePointRequest Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.requests -
-
Uses of UpdateDedicatedVantagePointRequest in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics with parameters of type UpdateDedicatedVantagePointRequest Modifier and Type Method Description UpdateDedicatedVantagePointResponse
ApmSynthetic. updateDedicatedVantagePoint(UpdateDedicatedVantagePointRequest request)
Updates the dedicated vantage point.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)
UpdateDedicatedVantagePointResponse
ApmSyntheticClient. updateDedicatedVantagePoint(UpdateDedicatedVantagePointRequest request)
Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type UpdateDedicatedVantagePointRequest 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 UpdateDedicatedVantagePointRequest in com.oracle.bmc.apmsynthetics.requests
Methods in com.oracle.bmc.apmsynthetics.requests that return UpdateDedicatedVantagePointRequest Modifier and Type Method Description UpdateDedicatedVantagePointRequest
UpdateDedicatedVantagePointRequest.Builder. build()
Build the instance of UpdateDedicatedVantagePointRequest as configured by this builderUpdateDedicatedVantagePointRequest
UpdateDedicatedVantagePointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateDedicatedVantagePointRequest as configured by this builderMethods in com.oracle.bmc.apmsynthetics.requests with parameters of type UpdateDedicatedVantagePointRequest Modifier and Type Method Description UpdateDedicatedVantagePointRequest.Builder
UpdateDedicatedVantagePointRequest.Builder. copy(UpdateDedicatedVantagePointRequest o)
Copy method to populate the builder with values from the given instance.
-