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