Uses of Class
com.oracle.bmc.healthchecks.requests.ListHealthChecksVantagePointsRequest
-
Packages that use ListHealthChecksVantagePointsRequest Package Description com.oracle.bmc.healthchecks com.oracle.bmc.healthchecks.requests -
-
Uses of ListHealthChecksVantagePointsRequest in com.oracle.bmc.healthchecks
Method parameters in com.oracle.bmc.healthchecks with type arguments of type ListHealthChecksVantagePointsRequest 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 ListHealthChecksVantagePointsRequest in com.oracle.bmc.healthchecks.requests
Methods in com.oracle.bmc.healthchecks.requests that return ListHealthChecksVantagePointsRequest Modifier and Type Method Description ListHealthChecksVantagePointsRequest
ListHealthChecksVantagePointsRequest.Builder. build()
Build the instance of ListHealthChecksVantagePointsRequest as configured by this builderListHealthChecksVantagePointsRequest
ListHealthChecksVantagePointsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListHealthChecksVantagePointsRequest as configured by this builderMethods in com.oracle.bmc.healthchecks.requests with parameters of type ListHealthChecksVantagePointsRequest Modifier and Type Method Description ListHealthChecksVantagePointsRequest.Builder
ListHealthChecksVantagePointsRequest.Builder. copy(ListHealthChecksVantagePointsRequest o)
Copy method to populate the builder with values from the given instance.
-