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 DeleteDedicatedVantagePointResponse
ApmSynthetic. 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)
DeleteDedicatedVantagePointResponse
ApmSyntheticClient. 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 DeleteDedicatedVantagePointRequest
DeleteDedicatedVantagePointRequest.Builder. build()
Build the instance of DeleteDedicatedVantagePointRequest as configured by this builderDeleteDedicatedVantagePointRequest
DeleteDedicatedVantagePointRequest.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.Builder
DeleteDedicatedVantagePointRequest.Builder. copy(DeleteDedicatedVantagePointRequest o)
Copy method to populate the builder with values from the given instance.
-