Uses of Class
com.oracle.bmc.apmsynthetics.responses.DeleteDedicatedVantagePointResponse
-
Packages that use DeleteDedicatedVantagePointResponse Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.responses -
-
Uses of DeleteDedicatedVantagePointResponse in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics that return DeleteDedicatedVantagePointResponse Modifier and Type Method Description DeleteDedicatedVantagePointResponse
ApmSynthetic. deleteDedicatedVantagePoint(DeleteDedicatedVantagePointRequest request)
Deregisters the specified dedicated vantage point.DeleteDedicatedVantagePointResponse
ApmSyntheticClient. deleteDedicatedVantagePoint(DeleteDedicatedVantagePointRequest request)
Methods in com.oracle.bmc.apmsynthetics that return types with arguments of type DeleteDedicatedVantagePointResponse 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)
Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type DeleteDedicatedVantagePointResponse 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 DeleteDedicatedVantagePointResponse in com.oracle.bmc.apmsynthetics.responses
Methods in com.oracle.bmc.apmsynthetics.responses that return DeleteDedicatedVantagePointResponse Modifier and Type Method Description DeleteDedicatedVantagePointResponse
DeleteDedicatedVantagePointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmsynthetics.responses with parameters of type DeleteDedicatedVantagePointResponse Modifier and Type Method Description DeleteDedicatedVantagePointResponse.Builder
DeleteDedicatedVantagePointResponse.Builder. copy(DeleteDedicatedVantagePointResponse o)
Copy method to populate the builder with values from the given instance.
-