| Package | Description |
|---|---|
| com.amazonaws.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
Observation |
Observation.clone() |
Observation |
DescribeObservationResult.getObservation()
Information about the observation.
|
Observation |
Observation.withEndTime(Date endTime)
The time when the observation ended, in epoch seconds.
|
Observation |
Observation.withId(String id)
The ID of the observation type.
|
Observation |
Observation.withLineTime(Date lineTime)
The timestamp in the CloudWatch Logs that specifies when the matched line occurred.
|
Observation |
Observation.withLogFilter(LogFilter logFilter)
The log filter of the observation.
|
Observation |
Observation.withLogFilter(String logFilter)
The log filter of the observation.
|
Observation |
Observation.withLogGroup(String logGroup)
The log group name.
|
Observation |
Observation.withLogText(String logText)
The log text of the observation.
|
Observation |
Observation.withMetricName(String metricName)
The name of the observation metric.
|
Observation |
Observation.withMetricNamespace(String metricNamespace)
The namespace of the observation metric.
|
Observation |
Observation.withSourceARN(String sourceARN)
The source resource ARN of the observation.
|
Observation |
Observation.withSourceType(String sourceType)
The source type of the observation.
|
Observation |
Observation.withStartTime(Date startTime)
The time when the observation was first detected, in epoch seconds.
|
Observation |
Observation.withUnit(String unit)
The unit of the source observation metric.
|
Observation |
Observation.withValue(Double value)
The value of the source observation metric.
|
| Modifier and Type | Method and Description |
|---|---|
List<Observation> |
RelatedObservations.getObservationList()
The list of observations related to the problem.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeObservationResult.setObservation(Observation observation)
Information about the observation.
|
DescribeObservationResult |
DescribeObservationResult.withObservation(Observation observation)
Information about the observation.
|
RelatedObservations |
RelatedObservations.withObservationList(Observation... observationList)
The list of observations related to the problem.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelatedObservations.setObservationList(Collection<Observation> observationList)
The list of observations related to the problem.
|
RelatedObservations |
RelatedObservations.withObservationList(Collection<Observation> observationList)
The list of observations related to the problem.
|
Copyright © 2019. All rights reserved.