| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
Observation |
DescribeObservationResponse.observation()
Information about the observation.
|
| Modifier and Type | Method and Description |
|---|---|
List<Observation> |
RelatedObservations.observationList()
The list of observations related to the problem.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeObservationResponse.Builder |
DescribeObservationResponse.Builder.observation(Observation observation)
Information about the observation.
|
RelatedObservations.Builder |
RelatedObservations.Builder.observationList(Observation... observationList)
The list of observations related to the problem.
|
| Modifier and Type | Method and Description |
|---|---|
RelatedObservations.Builder |
RelatedObservations.Builder.observationList(Collection<Observation> observationList)
The list of observations related to the problem.
|
Copyright © 2020. All rights reserved.