Uses of Class
com.oracle.bmc.apmconfig.model.Dimension
-
Packages that use Dimension Package Description com.oracle.bmc.apmconfig.model -
-
Uses of Dimension in com.oracle.bmc.apmconfig.model
Methods in com.oracle.bmc.apmconfig.model that return Dimension Modifier and Type Method Description Dimension
Dimension.Builder. build()
Methods in com.oracle.bmc.apmconfig.model that return types with arguments of type Dimension Modifier and Type Method Description List<Dimension>
CreateMetricGroupDetails. getDimensions()
A list of dimensions for the metric.List<Dimension>
ExportImportMetricGroupSummary. getDimensions()
A list of dimensions for the metric.List<Dimension>
MetricGroup. getDimensions()
A list of dimensions for the metric.List<Dimension>
MetricGroupSummary. getDimensions()
A list of dimensions for the metric.List<Dimension>
UpdateMetricGroupDetails. getDimensions()
A list of dimensions for the metric.Methods in com.oracle.bmc.apmconfig.model with parameters of type Dimension Modifier and Type Method Description Dimension.Builder
Dimension.Builder. copy(Dimension model)
Method parameters in com.oracle.bmc.apmconfig.model with type arguments of type Dimension Modifier and Type Method Description CreateMetricGroupDetails.Builder
CreateMetricGroupDetails.Builder. dimensions(List<Dimension> dimensions)
A list of dimensions for the metric.ExportImportMetricGroupSummary.Builder
ExportImportMetricGroupSummary.Builder. dimensions(List<Dimension> dimensions)
A list of dimensions for the metric.MetricGroup.Builder
MetricGroup.Builder. dimensions(List<Dimension> dimensions)
A list of dimensions for the metric.MetricGroupSummary.Builder
MetricGroupSummary.Builder. dimensions(List<Dimension> dimensions)
A list of dimensions for the metric.UpdateMetricGroupDetails.Builder
UpdateMetricGroupDetails.Builder. dimensions(List<Dimension> dimensions)
A list of dimensions for the metric.Constructor parameters in com.oracle.bmc.apmconfig.model with type arguments of type Dimension Constructor Description CreateMetricGroupDetails(Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String displayName, String filterId, String namespace, List<Dimension> dimensions, List<Metric> metrics)
Deprecated.ExportImportMetricGroupSummary(String id, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String displayName, String filterId, String namespace, List<Dimension> dimensions, List<Metric> metrics)
Deprecated.MetricGroup(String id, Date timeCreated, Date timeUpdated, String createdBy, String updatedBy, String etag, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String displayName, String filterId, String namespace, List<Dimension> dimensions, List<Metric> metrics)
Deprecated.MetricGroupSummary(String id, Date timeCreated, Date timeUpdated, String createdBy, String updatedBy, String etag, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String displayName, String filterId, String namespace, List<Dimension> dimensions, List<Metric> metrics)
Deprecated.UpdateMetricGroupDetails(Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String displayName, String filterId, String namespace, List<Dimension> dimensions, List<Metric> metrics)
Deprecated.
-