Uses of Class
com.oracle.bmc.apmsynthetics.requests.ListDedicatedVantagePointsRequest
-
Packages that use ListDedicatedVantagePointsRequest Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.requests -
-
Uses of ListDedicatedVantagePointsRequest in com.oracle.bmc.apmsynthetics
Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type ListDedicatedVantagePointsRequest Modifier and Type Method Description Future<ListDedicatedVantagePointsResponse>
ApmSyntheticAsync. listDedicatedVantagePoints(ListDedicatedVantagePointsRequest request, AsyncHandler<ListDedicatedVantagePointsRequest,ListDedicatedVantagePointsResponse> handler)
Returns a list of dedicated vantage points.Future<ListDedicatedVantagePointsResponse>
ApmSyntheticAsyncClient. listDedicatedVantagePoints(ListDedicatedVantagePointsRequest request, AsyncHandler<ListDedicatedVantagePointsRequest,ListDedicatedVantagePointsResponse> handler)
-
Uses of ListDedicatedVantagePointsRequest in com.oracle.bmc.apmsynthetics.requests
Methods in com.oracle.bmc.apmsynthetics.requests that return ListDedicatedVantagePointsRequest Modifier and Type Method Description ListDedicatedVantagePointsRequest
ListDedicatedVantagePointsRequest.Builder. build()
Build the instance of ListDedicatedVantagePointsRequest as configured by this builderListDedicatedVantagePointsRequest
ListDedicatedVantagePointsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListDedicatedVantagePointsRequest as configured by this builderMethods in com.oracle.bmc.apmsynthetics.requests with parameters of type ListDedicatedVantagePointsRequest Modifier and Type Method Description ListDedicatedVantagePointsRequest.Builder
ListDedicatedVantagePointsRequest.Builder. copy(ListDedicatedVantagePointsRequest o)
Copy method to populate the builder with values from the given instance.
-