Uses of Class
software.amazon.awssdk.services.applicationinsights.model.Observation
-
Packages that use Observation Package Description software.amazon.awssdk.services.applicationinsights.model -
-
Uses of Observation in software.amazon.awssdk.services.applicationinsights.model
Methods in software.amazon.awssdk.services.applicationinsights.model that return Observation Modifier and Type Method Description ObservationDescribeObservationResponse. observation()Information about the observation.Methods in software.amazon.awssdk.services.applicationinsights.model that return types with arguments of type Observation Modifier and Type Method Description List<Observation>RelatedObservations. observationList()The list of observations related to the problem.Methods in software.amazon.awssdk.services.applicationinsights.model with parameters of type Observation Modifier and Type Method Description DescribeObservationResponse.BuilderDescribeObservationResponse.Builder. observation(Observation observation)Information about the observation.RelatedObservations.BuilderRelatedObservations.Builder. observationList(Observation... observationList)The list of observations related to the problem.Method parameters in software.amazon.awssdk.services.applicationinsights.model with type arguments of type Observation Modifier and Type Method Description RelatedObservations.BuilderRelatedObservations.Builder. observationList(Collection<Observation> observationList)The list of observations related to the problem.
-