| 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.withCloudWatchEventDetailType(String cloudWatchEventDetailType)
The detail type of the CloudWatch Event-based observation, for example,
EC2 Instance State-change Notification. |
Observation |
Observation.withCloudWatchEventId(String cloudWatchEventId)
The ID of the CloudWatch Event-based observation related to the detected problem.
|
Observation |
Observation.withCloudWatchEventSource(CloudWatchEventSource cloudWatchEventSource)
The source of the CloudWatch Event.
|
Observation |
Observation.withCloudWatchEventSource(String cloudWatchEventSource)
The source of the CloudWatch Event.
|
Observation |
Observation.withCodeDeployApplication(String codeDeployApplication)
The CodeDeploy application to which the deployment belongs.
|
Observation |
Observation.withCodeDeployDeploymentGroup(String codeDeployDeploymentGroup)
The deployment group to which the CodeDeploy deployment belongs.
|
Observation |
Observation.withCodeDeployDeploymentId(String codeDeployDeploymentId)
The deployment ID of the CodeDeploy-based observation related to the detected problem.
|
Observation |
Observation.withCodeDeployInstanceGroupId(String codeDeployInstanceGroupId)
The instance group to which the CodeDeploy instance belongs.
|
Observation |
Observation.withCodeDeployState(String codeDeployState)
The status of the CodeDeploy deployment, for example
SUCCESS or FAILURE. |
Observation |
Observation.withEbsCause(String ebsCause)
The cause of an EBS CloudWatch event.
|
Observation |
Observation.withEbsEvent(String ebsEvent)
The type of EBS CloudWatch event, such as
createVolume, deleteVolume or
attachVolume. |
Observation |
Observation.withEbsRequestId(String ebsRequestId)
The request ID of an EBS CloudWatch event.
|
Observation |
Observation.withEbsResult(String ebsResult)
The result of an EBS CloudWatch event, such as
failed or succeeded. |
Observation |
Observation.withEc2State(String ec2State)
The state of the instance, such as
STOPPING or TERMINATING. |
Observation |
Observation.withEndTime(Date endTime)
The time when the observation ended, in epoch seconds.
|
Observation |
Observation.withHealthEventArn(String healthEventArn)
The Amazon Resource Name (ARN) of the AWS Health Event-based observation.
|
Observation |
Observation.withHealthEventDescription(String healthEventDescription)
The description of the AWS Health event provided by the service, such as Amazon EC2.
|
Observation |
Observation.withHealthEventTypeCategory(String healthEventTypeCategory)
The category of the AWS Health event, such as
issue. |
Observation |
Observation.withHealthEventTypeCode(String healthEventTypeCode)
The type of the AWS Health event, for example,
AWS_EC2_POWER_CONNECTIVITY_ISSUE. |
Observation |
Observation.withHealthService(String healthService)
The service to which the AWS Health Event belongs, such as EC2.
|
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.withRdsEventCategories(String rdsEventCategories)
The category of an RDS event.
|
Observation |
Observation.withRdsEventMessage(String rdsEventMessage)
The message of an RDS event.
|
Observation |
Observation.withS3EventName(String s3EventName)
The name of the S3 CloudWatch Event-based observation.
|
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.withStatesArn(String statesArn)
The Amazon Resource Name (ARN) of the step function-based observation.
|
Observation |
Observation.withStatesExecutionArn(String statesExecutionArn)
The Amazon Resource Name (ARN) of the step function execution-based observation.
|
Observation |
Observation.withStatesInput(String statesInput)
The input to the step function-based observation.
|
Observation |
Observation.withStatesStatus(String statesStatus)
The status of the step function-related observation.
|
Observation |
Observation.withUnit(String unit)
The unit of the source observation metric.
|
Observation |
Observation.withValue(Double value)
The value of the source observation metric.
|
Observation |
Observation.withXRayErrorPercent(Integer xRayErrorPercent)
The X-Ray request error percentage for this node.
|
Observation |
Observation.withXRayFaultPercent(Integer xRayFaultPercent)
The X-Ray request fault percentage for this node.
|
Observation |
Observation.withXRayNodeName(String xRayNodeName)
The name of the X-Ray node.
|
Observation |
Observation.withXRayNodeType(String xRayNodeType)
The type of the X-Ray node.
|
Observation |
Observation.withXRayRequestAverageLatency(Long xRayRequestAverageLatency)
The X-Ray node request average latency for this node.
|
Observation |
Observation.withXRayRequestCount(Integer xRayRequestCount)
The X-Ray request count for this node.
|
Observation |
Observation.withXRayThrottlePercent(Integer xRayThrottlePercent)
The X-Ray request throttle percentage for this node.
|
| 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 © 2021. All rights reserved.