Uses of Class
com.oracle.bmc.apmsynthetics.responses.ListPublicVantagePointsResponse
-
Packages that use ListPublicVantagePointsResponse Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.responses -
-
Uses of ListPublicVantagePointsResponse in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics that return ListPublicVantagePointsResponse Modifier and Type Method Description ListPublicVantagePointsResponseApmSynthetic. listPublicVantagePoints(ListPublicVantagePointsRequest request)Returns a list of public vantage points.ListPublicVantagePointsResponseApmSyntheticClient. listPublicVantagePoints(ListPublicVantagePointsRequest request)Methods in com.oracle.bmc.apmsynthetics that return types with arguments of type ListPublicVantagePointsResponse 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)Iterable<ListPublicVantagePointsResponse>ApmSyntheticPaginators. listPublicVantagePointsResponseIterator(ListPublicVantagePointsRequest request)Creates a new iterable which will iterate over the responses received from the listPublicVantagePoints operation.Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type ListPublicVantagePointsResponse 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 ListPublicVantagePointsResponse in com.oracle.bmc.apmsynthetics.responses
Methods in com.oracle.bmc.apmsynthetics.responses that return ListPublicVantagePointsResponse Modifier and Type Method Description ListPublicVantagePointsResponseListPublicVantagePointsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.apmsynthetics.responses with parameters of type ListPublicVantagePointsResponse Modifier and Type Method Description ListPublicVantagePointsResponse.BuilderListPublicVantagePointsResponse.Builder. copy(ListPublicVantagePointsResponse o)Copy method to populate the builder with values from the given instance.
-