Uses of Class
com.oracle.bmc.healthchecks.responses.ListHealthChecksVantagePointsResponse
-
Packages that use ListHealthChecksVantagePointsResponse Package Description com.oracle.bmc.healthchecks com.oracle.bmc.healthchecks.responses -
-
Uses of ListHealthChecksVantagePointsResponse in com.oracle.bmc.healthchecks
Methods in com.oracle.bmc.healthchecks that return ListHealthChecksVantagePointsResponse Modifier and Type Method Description ListHealthChecksVantagePointsResponse
HealthChecks. listHealthChecksVantagePoints(ListHealthChecksVantagePointsRequest request)
Gets information about all vantage points available to the user.ListHealthChecksVantagePointsResponse
HealthChecksClient. listHealthChecksVantagePoints(ListHealthChecksVantagePointsRequest request)
Methods in com.oracle.bmc.healthchecks that return types with arguments of type ListHealthChecksVantagePointsResponse Modifier and Type Method Description Future<ListHealthChecksVantagePointsResponse>
HealthChecksAsync. listHealthChecksVantagePoints(ListHealthChecksVantagePointsRequest request, AsyncHandler<ListHealthChecksVantagePointsRequest,ListHealthChecksVantagePointsResponse> handler)
Gets information about all vantage points available to the user.Future<ListHealthChecksVantagePointsResponse>
HealthChecksAsyncClient. listHealthChecksVantagePoints(ListHealthChecksVantagePointsRequest request, AsyncHandler<ListHealthChecksVantagePointsRequest,ListHealthChecksVantagePointsResponse> handler)
Iterable<ListHealthChecksVantagePointsResponse>
HealthChecksPaginators. listHealthChecksVantagePointsResponseIterator(ListHealthChecksVantagePointsRequest request)
Creates a new iterable which will iterate over the responses received from the listHealthChecksVantagePoints operation.Method parameters in com.oracle.bmc.healthchecks with type arguments of type ListHealthChecksVantagePointsResponse Modifier and Type Method Description Future<ListHealthChecksVantagePointsResponse>
HealthChecksAsync. listHealthChecksVantagePoints(ListHealthChecksVantagePointsRequest request, AsyncHandler<ListHealthChecksVantagePointsRequest,ListHealthChecksVantagePointsResponse> handler)
Gets information about all vantage points available to the user.Future<ListHealthChecksVantagePointsResponse>
HealthChecksAsyncClient. listHealthChecksVantagePoints(ListHealthChecksVantagePointsRequest request, AsyncHandler<ListHealthChecksVantagePointsRequest,ListHealthChecksVantagePointsResponse> handler)
-
Uses of ListHealthChecksVantagePointsResponse in com.oracle.bmc.healthchecks.responses
Methods in com.oracle.bmc.healthchecks.responses that return ListHealthChecksVantagePointsResponse Modifier and Type Method Description ListHealthChecksVantagePointsResponse
ListHealthChecksVantagePointsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.healthchecks.responses with parameters of type ListHealthChecksVantagePointsResponse Modifier and Type Method Description ListHealthChecksVantagePointsResponse.Builder
ListHealthChecksVantagePointsResponse.Builder. copy(ListHealthChecksVantagePointsResponse o)
Copy method to populate the builder with values from the given instance.
-