Uses of Class
com.oracle.bmc.ocicontrolcenter.responses.ListMetricPropertiesResponse
-
Packages that use ListMetricPropertiesResponse Package Description com.oracle.bmc.ocicontrolcenter com.oracle.bmc.ocicontrolcenter.responses -
-
Uses of ListMetricPropertiesResponse in com.oracle.bmc.ocicontrolcenter
Methods in com.oracle.bmc.ocicontrolcenter that return ListMetricPropertiesResponse Modifier and Type Method Description ListMetricPropertiesResponse
OccMetrics. listMetricProperties(ListMetricPropertiesRequest request)
Returns a list of available metrics for the given namespace.ListMetricPropertiesResponse
OccMetricsClient. listMetricProperties(ListMetricPropertiesRequest request)
Methods in com.oracle.bmc.ocicontrolcenter that return types with arguments of type ListMetricPropertiesResponse Modifier and Type Method Description Future<ListMetricPropertiesResponse>
OccMetricsAsync. listMetricProperties(ListMetricPropertiesRequest request, AsyncHandler<ListMetricPropertiesRequest,ListMetricPropertiesResponse> handler)
Returns a list of available metrics for the given namespace.Future<ListMetricPropertiesResponse>
OccMetricsAsyncClient. listMetricProperties(ListMetricPropertiesRequest request, AsyncHandler<ListMetricPropertiesRequest,ListMetricPropertiesResponse> handler)
Iterable<ListMetricPropertiesResponse>
OccMetricsPaginators. listMetricPropertiesResponseIterator(ListMetricPropertiesRequest request)
Creates a new iterable which will iterate over the responses received from the listMetricProperties operation.Method parameters in com.oracle.bmc.ocicontrolcenter with type arguments of type ListMetricPropertiesResponse Modifier and Type Method Description Future<ListMetricPropertiesResponse>
OccMetricsAsync. listMetricProperties(ListMetricPropertiesRequest request, AsyncHandler<ListMetricPropertiesRequest,ListMetricPropertiesResponse> handler)
Returns a list of available metrics for the given namespace.Future<ListMetricPropertiesResponse>
OccMetricsAsyncClient. listMetricProperties(ListMetricPropertiesRequest request, AsyncHandler<ListMetricPropertiesRequest,ListMetricPropertiesResponse> handler)
-
Uses of ListMetricPropertiesResponse in com.oracle.bmc.ocicontrolcenter.responses
Methods in com.oracle.bmc.ocicontrolcenter.responses that return ListMetricPropertiesResponse Modifier and Type Method Description ListMetricPropertiesResponse
ListMetricPropertiesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ocicontrolcenter.responses with parameters of type ListMetricPropertiesResponse Modifier and Type Method Description ListMetricPropertiesResponse.Builder
ListMetricPropertiesResponse.Builder. copy(ListMetricPropertiesResponse o)
Copy method to populate the builder with values from the given instance.
-