Uses of Class
com.oracle.bmc.monitoring.requests.ListMetricsRequest
-
Packages that use ListMetricsRequest Package Description com.oracle.bmc.monitoring com.oracle.bmc.monitoring.requests -
-
Uses of ListMetricsRequest in com.oracle.bmc.monitoring
Methods in com.oracle.bmc.monitoring with parameters of type ListMetricsRequest Modifier and Type Method Description ListMetricsResponse
Monitoring. listMetrics(ListMetricsRequest request)
Returns metric definitions that match the criteria specified in the request.Future<ListMetricsResponse>
MonitoringAsync. listMetrics(ListMetricsRequest request, AsyncHandler<ListMetricsRequest,ListMetricsResponse> handler)
Returns metric definitions that match the criteria specified in the request.Future<ListMetricsResponse>
MonitoringAsyncClient. listMetrics(ListMetricsRequest request, AsyncHandler<ListMetricsRequest,ListMetricsResponse> handler)
ListMetricsResponse
MonitoringClient. listMetrics(ListMetricsRequest request)
Iterable<Metric>
MonitoringPaginators. listMetricsRecordIterator(ListMetricsRequest request)
Creates a new iterable which will iterate over theMetric
objects contained in responses from the listMetrics operation.Iterable<ListMetricsResponse>
MonitoringPaginators. listMetricsResponseIterator(ListMetricsRequest request)
Creates a new iterable which will iterate over the responses received from the listMetrics operation.Method parameters in com.oracle.bmc.monitoring with type arguments of type ListMetricsRequest Modifier and Type Method Description Future<ListMetricsResponse>
MonitoringAsync. listMetrics(ListMetricsRequest request, AsyncHandler<ListMetricsRequest,ListMetricsResponse> handler)
Returns metric definitions that match the criteria specified in the request.Future<ListMetricsResponse>
MonitoringAsyncClient. listMetrics(ListMetricsRequest request, AsyncHandler<ListMetricsRequest,ListMetricsResponse> handler)
-
Uses of ListMetricsRequest in com.oracle.bmc.monitoring.requests
Methods in com.oracle.bmc.monitoring.requests that return ListMetricsRequest Modifier and Type Method Description ListMetricsRequest
ListMetricsRequest.Builder. build()
Build the instance of ListMetricsRequest as configured by this builderListMetricsRequest
ListMetricsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListMetricsRequest as configured by this builderMethods in com.oracle.bmc.monitoring.requests with parameters of type ListMetricsRequest Modifier and Type Method Description ListMetricsRequest.Builder
ListMetricsRequest.Builder. copy(ListMetricsRequest o)
Copy method to populate the builder with values from the given instance.
-