Uses of Class
com.oracle.bmc.apmsynthetics.requests.DeleteDedicatedVantagePointRequest
-
Packages that use DeleteDedicatedVantagePointRequest Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.requests -
-
Uses of DeleteDedicatedVantagePointRequest in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics with parameters of type DeleteDedicatedVantagePointRequest Modifier and Type Method Description DeleteDedicatedVantagePointResponseApmSynthetic. deleteDedicatedVantagePoint(DeleteDedicatedVantagePointRequest request)Deregisters the specified dedicated vantage point.Future<DeleteDedicatedVantagePointResponse>ApmSyntheticAsync. deleteDedicatedVantagePoint(DeleteDedicatedVantagePointRequest request, AsyncHandler<DeleteDedicatedVantagePointRequest,DeleteDedicatedVantagePointResponse> handler)Deregisters the specified dedicated vantage point.Future<DeleteDedicatedVantagePointResponse>ApmSyntheticAsyncClient. deleteDedicatedVantagePoint(DeleteDedicatedVantagePointRequest request, AsyncHandler<DeleteDedicatedVantagePointRequest,DeleteDedicatedVantagePointResponse> handler)DeleteDedicatedVantagePointResponseApmSyntheticClient. deleteDedicatedVantagePoint(DeleteDedicatedVantagePointRequest request)Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type DeleteDedicatedVantagePointRequest Modifier and Type Method Description Future<DeleteDedicatedVantagePointResponse>ApmSyntheticAsync. deleteDedicatedVantagePoint(DeleteDedicatedVantagePointRequest request, AsyncHandler<DeleteDedicatedVantagePointRequest,DeleteDedicatedVantagePointResponse> handler)Deregisters the specified dedicated vantage point.Future<DeleteDedicatedVantagePointResponse>ApmSyntheticAsyncClient. deleteDedicatedVantagePoint(DeleteDedicatedVantagePointRequest request, AsyncHandler<DeleteDedicatedVantagePointRequest,DeleteDedicatedVantagePointResponse> handler) -
Uses of DeleteDedicatedVantagePointRequest in com.oracle.bmc.apmsynthetics.requests
Methods in com.oracle.bmc.apmsynthetics.requests that return DeleteDedicatedVantagePointRequest Modifier and Type Method Description DeleteDedicatedVantagePointRequestDeleteDedicatedVantagePointRequest.Builder. build()Build the instance of DeleteDedicatedVantagePointRequest as configured by this builderDeleteDedicatedVantagePointRequestDeleteDedicatedVantagePointRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteDedicatedVantagePointRequest as configured by this builderMethods in com.oracle.bmc.apmsynthetics.requests with parameters of type DeleteDedicatedVantagePointRequest Modifier and Type Method Description DeleteDedicatedVantagePointRequest.BuilderDeleteDedicatedVantagePointRequest.Builder. copy(DeleteDedicatedVantagePointRequest o)Copy method to populate the builder with values from the given instance.
-