Uses of Class
com.oracle.bmc.apmsynthetics.responses.ListOnPremiseVantagePointsResponse
-
Packages that use ListOnPremiseVantagePointsResponse Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.responses -
-
Uses of ListOnPremiseVantagePointsResponse in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics that return ListOnPremiseVantagePointsResponse Modifier and Type Method Description ListOnPremiseVantagePointsResponseApmSynthetic. listOnPremiseVantagePoints(ListOnPremiseVantagePointsRequest request)Returns a list of On-premise vantage points.ListOnPremiseVantagePointsResponseApmSyntheticClient. listOnPremiseVantagePoints(ListOnPremiseVantagePointsRequest request)Methods in com.oracle.bmc.apmsynthetics that return types with arguments of type ListOnPremiseVantagePointsResponse Modifier and Type Method Description Future<ListOnPremiseVantagePointsResponse>ApmSyntheticAsync. listOnPremiseVantagePoints(ListOnPremiseVantagePointsRequest request, AsyncHandler<ListOnPremiseVantagePointsRequest,ListOnPremiseVantagePointsResponse> handler)Returns a list of On-premise vantage points.Future<ListOnPremiseVantagePointsResponse>ApmSyntheticAsyncClient. listOnPremiseVantagePoints(ListOnPremiseVantagePointsRequest request, AsyncHandler<ListOnPremiseVantagePointsRequest,ListOnPremiseVantagePointsResponse> handler)Iterable<ListOnPremiseVantagePointsResponse>ApmSyntheticPaginators. listOnPremiseVantagePointsResponseIterator(ListOnPremiseVantagePointsRequest request)Creates a new iterable which will iterate over the responses received from the listOnPremiseVantagePoints operation.Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type ListOnPremiseVantagePointsResponse Modifier and Type Method Description Future<ListOnPremiseVantagePointsResponse>ApmSyntheticAsync. listOnPremiseVantagePoints(ListOnPremiseVantagePointsRequest request, AsyncHandler<ListOnPremiseVantagePointsRequest,ListOnPremiseVantagePointsResponse> handler)Returns a list of On-premise vantage points.Future<ListOnPremiseVantagePointsResponse>ApmSyntheticAsyncClient. listOnPremiseVantagePoints(ListOnPremiseVantagePointsRequest request, AsyncHandler<ListOnPremiseVantagePointsRequest,ListOnPremiseVantagePointsResponse> handler) -
Uses of ListOnPremiseVantagePointsResponse in com.oracle.bmc.apmsynthetics.responses
Methods in com.oracle.bmc.apmsynthetics.responses that return ListOnPremiseVantagePointsResponse Modifier and Type Method Description ListOnPremiseVantagePointsResponseListOnPremiseVantagePointsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.apmsynthetics.responses with parameters of type ListOnPremiseVantagePointsResponse Modifier and Type Method Description ListOnPremiseVantagePointsResponse.BuilderListOnPremiseVantagePointsResponse.Builder. copy(ListOnPremiseVantagePointsResponse o)Copy method to populate the builder with values from the given instance.
-