Uses of Class
com.oracle.bmc.apmsynthetics.requests.DeleteOnPremiseVantagePointRequest
-
Packages that use DeleteOnPremiseVantagePointRequest Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.requests -
-
Uses of DeleteOnPremiseVantagePointRequest in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics with parameters of type DeleteOnPremiseVantagePointRequest Modifier and Type Method Description DeleteOnPremiseVantagePointResponseApmSynthetic. deleteOnPremiseVantagePoint(DeleteOnPremiseVantagePointRequest request)Deregisters the specified On-premise vantage point.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)DeleteOnPremiseVantagePointResponseApmSyntheticClient. deleteOnPremiseVantagePoint(DeleteOnPremiseVantagePointRequest request)Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type DeleteOnPremiseVantagePointRequest 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 DeleteOnPremiseVantagePointRequest in com.oracle.bmc.apmsynthetics.requests
Methods in com.oracle.bmc.apmsynthetics.requests that return DeleteOnPremiseVantagePointRequest Modifier and Type Method Description DeleteOnPremiseVantagePointRequestDeleteOnPremiseVantagePointRequest.Builder. build()Build the instance of DeleteOnPremiseVantagePointRequest as configured by this builderDeleteOnPremiseVantagePointRequestDeleteOnPremiseVantagePointRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteOnPremiseVantagePointRequest as configured by this builderMethods in com.oracle.bmc.apmsynthetics.requests with parameters of type DeleteOnPremiseVantagePointRequest Modifier and Type Method Description DeleteOnPremiseVantagePointRequest.BuilderDeleteOnPremiseVantagePointRequest.Builder. copy(DeleteOnPremiseVantagePointRequest o)Copy method to populate the builder with values from the given instance.
-