Package | Description |
---|---|
com.oracle.bmc.monitoring.model |
Modifier and Type | Method and Description |
---|---|
Datapoint |
Datapoint.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Datapoint> |
MetricDataDetails.getDatapoints()
A list of metric values with timestamps.
|
Modifier and Type | Method and Description |
---|---|
Datapoint.Builder |
Datapoint.Builder.copy(Datapoint model) |
Modifier and Type | Method and Description |
---|---|
MetricDataDetails.Builder |
MetricDataDetails.Builder.datapoints(List<Datapoint> datapoints)
A list of metric values with timestamps.
|
Constructor and Description |
---|
MetricDataDetails(String namespace,
String resourceGroup,
String compartmentId,
String name,
Map<String,String> dimensions,
Map<String,String> metadata,
List<Datapoint> datapoints)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.