| Package | Description |
|---|---|
| com.amazonaws.services.applicationsignals.model |
| Modifier and Type | Method and Description |
|---|---|
MetricReference |
MetricReference.clone() |
MetricReference |
MetricReference.withDimensions(Collection<Dimension> dimensions)
An array of one or more dimensions that further define the metric.
|
MetricReference |
MetricReference.withDimensions(Dimension... dimensions)
An array of one or more dimensions that further define the metric.
|
MetricReference |
MetricReference.withMetricName(String metricName)
The name of the metric.
|
MetricReference |
MetricReference.withMetricType(String metricType)
Used to display the appropriate statistics in the CloudWatch console.
|
MetricReference |
MetricReference.withNamespace(String namespace)
The namespace of the metric.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricReference> |
ServiceOperation.getMetricReferences()
An array of structures that each contain information about one metric associated with this service operation that
was discovered by Application Signals.
|
List<MetricReference> |
ServiceDependent.getMetricReferences()
An array of structures that each contain information about one metric associated with this service dependent that
was discovered by Application Signals.
|
List<MetricReference> |
ServiceDependency.getMetricReferences()
An array of structures that each contain information about one metric associated with this service dependency
that was discovered by Application Signals.
|
List<MetricReference> |
Service.getMetricReferences()
An array of structures that each contain information about one metric associated with this service.
|
List<MetricReference> |
ServiceSummary.getMetricReferences()
An array of structures that each contain information about one metric associated with this service.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceOperation |
ServiceOperation.withMetricReferences(MetricReference... metricReferences)
An array of structures that each contain information about one metric associated with this service operation that
was discovered by Application Signals.
|
ServiceDependent |
ServiceDependent.withMetricReferences(MetricReference... metricReferences)
An array of structures that each contain information about one metric associated with this service dependent that
was discovered by Application Signals.
|
ServiceDependency |
ServiceDependency.withMetricReferences(MetricReference... metricReferences)
An array of structures that each contain information about one metric associated with this service dependency
that was discovered by Application Signals.
|
Service |
Service.withMetricReferences(MetricReference... metricReferences)
An array of structures that each contain information about one metric associated with this service.
|
ServiceSummary |
ServiceSummary.withMetricReferences(MetricReference... metricReferences)
An array of structures that each contain information about one metric associated with this service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceOperation.setMetricReferences(Collection<MetricReference> metricReferences)
An array of structures that each contain information about one metric associated with this service operation that
was discovered by Application Signals.
|
void |
ServiceDependent.setMetricReferences(Collection<MetricReference> metricReferences)
An array of structures that each contain information about one metric associated with this service dependent that
was discovered by Application Signals.
|
void |
ServiceDependency.setMetricReferences(Collection<MetricReference> metricReferences)
An array of structures that each contain information about one metric associated with this service dependency
that was discovered by Application Signals.
|
void |
Service.setMetricReferences(Collection<MetricReference> metricReferences)
An array of structures that each contain information about one metric associated with this service.
|
void |
ServiceSummary.setMetricReferences(Collection<MetricReference> metricReferences)
An array of structures that each contain information about one metric associated with this service.
|
ServiceOperation |
ServiceOperation.withMetricReferences(Collection<MetricReference> metricReferences)
An array of structures that each contain information about one metric associated with this service operation that
was discovered by Application Signals.
|
ServiceDependent |
ServiceDependent.withMetricReferences(Collection<MetricReference> metricReferences)
An array of structures that each contain information about one metric associated with this service dependent that
was discovered by Application Signals.
|
ServiceDependency |
ServiceDependency.withMetricReferences(Collection<MetricReference> metricReferences)
An array of structures that each contain information about one metric associated with this service dependency
that was discovered by Application Signals.
|
Service |
Service.withMetricReferences(Collection<MetricReference> metricReferences)
An array of structures that each contain information about one metric associated with this service.
|
ServiceSummary |
ServiceSummary.withMetricReferences(Collection<MetricReference> metricReferences)
An array of structures that each contain information about one metric associated with this service.
|
Copyright © 2024. All rights reserved.