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