Uses of Class
com.oracle.bmc.apmsynthetics.requests.CreateDedicatedVantagePointRequest
-
Packages that use CreateDedicatedVantagePointRequest Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.requests -
-
Uses of CreateDedicatedVantagePointRequest in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics with parameters of type CreateDedicatedVantagePointRequest Modifier and Type Method Description CreateDedicatedVantagePointResponseApmSynthetic. createDedicatedVantagePoint(CreateDedicatedVantagePointRequest request)Registers a new dedicated vantage point.Future<CreateDedicatedVantagePointResponse>ApmSyntheticAsync. createDedicatedVantagePoint(CreateDedicatedVantagePointRequest request, AsyncHandler<CreateDedicatedVantagePointRequest,CreateDedicatedVantagePointResponse> handler)Registers a new dedicated vantage point.Future<CreateDedicatedVantagePointResponse>ApmSyntheticAsyncClient. createDedicatedVantagePoint(CreateDedicatedVantagePointRequest request, AsyncHandler<CreateDedicatedVantagePointRequest,CreateDedicatedVantagePointResponse> handler)CreateDedicatedVantagePointResponseApmSyntheticClient. createDedicatedVantagePoint(CreateDedicatedVantagePointRequest request)Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type CreateDedicatedVantagePointRequest Modifier and Type Method Description Future<CreateDedicatedVantagePointResponse>ApmSyntheticAsync. createDedicatedVantagePoint(CreateDedicatedVantagePointRequest request, AsyncHandler<CreateDedicatedVantagePointRequest,CreateDedicatedVantagePointResponse> handler)Registers a new dedicated vantage point.Future<CreateDedicatedVantagePointResponse>ApmSyntheticAsyncClient. createDedicatedVantagePoint(CreateDedicatedVantagePointRequest request, AsyncHandler<CreateDedicatedVantagePointRequest,CreateDedicatedVantagePointResponse> handler) -
Uses of CreateDedicatedVantagePointRequest in com.oracle.bmc.apmsynthetics.requests
Methods in com.oracle.bmc.apmsynthetics.requests that return CreateDedicatedVantagePointRequest Modifier and Type Method Description CreateDedicatedVantagePointRequestCreateDedicatedVantagePointRequest.Builder. build()Build the instance of CreateDedicatedVantagePointRequest as configured by this builderCreateDedicatedVantagePointRequestCreateDedicatedVantagePointRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateDedicatedVantagePointRequest as configured by this builderMethods in com.oracle.bmc.apmsynthetics.requests with parameters of type CreateDedicatedVantagePointRequest Modifier and Type Method Description CreateDedicatedVantagePointRequest.BuilderCreateDedicatedVantagePointRequest.Builder. copy(CreateDedicatedVantagePointRequest o)Copy method to populate the builder with values from the given instance.
-