Package | Description |
---|---|
com.oracle.bmc.monitoring.model |
Modifier and Type | Method and Description |
---|---|
FailedMetricRecord |
FailedMetricRecord.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<FailedMetricRecord> |
PostMetricDataResponseDetails.getFailedMetrics()
A list of records identifying metric objects that failed input validation and the reasons for
the failures.
|
Modifier and Type | Method and Description |
---|---|
FailedMetricRecord.Builder |
FailedMetricRecord.Builder.copy(FailedMetricRecord model) |
Modifier and Type | Method and Description |
---|---|
PostMetricDataResponseDetails.Builder |
PostMetricDataResponseDetails.Builder.failedMetrics(List<FailedMetricRecord> failedMetrics)
A list of records identifying metric objects that failed input validation and the reasons
for the failures.
|
Constructor and Description |
---|
PostMetricDataResponseDetails(Integer failedMetricsCount,
List<FailedMetricRecord> failedMetrics)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.