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