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