| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
Telemetry |
Telemetry.clone() |
Telemetry |
Telemetry.withMessageTypeTelemetries(Collection<MessageTypeTelemetry> messageTypeTelemetries)
Counts of individual metrics received by Inspector from the agent.
|
Telemetry |
Telemetry.withMessageTypeTelemetries(MessageTypeTelemetry... messageTypeTelemetries)
Counts of individual metrics received by Inspector from the agent.
|
Telemetry |
Telemetry.withStatus(String status)
The category of the individual metrics that together constitute the
telemetry that Inspector received from the agent.
|
| Modifier and Type | Method and Description |
|---|---|
List<Telemetry> |
Agent.getTelemetry()
The Inspector application data metrics collected by the agent.
|
List<Telemetry> |
GetAssessmentTelemetryResult.getTelemetry()
Telemetry details.
|
| Modifier and Type | Method and Description |
|---|---|
Agent |
Agent.withTelemetry(Telemetry... telemetry)
The Inspector application data metrics collected by the agent.
|
GetAssessmentTelemetryResult |
GetAssessmentTelemetryResult.withTelemetry(Telemetry... telemetry)
Telemetry details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Agent.setTelemetry(Collection<Telemetry> telemetry)
The Inspector application data metrics collected by the agent.
|
void |
GetAssessmentTelemetryResult.setTelemetry(Collection<Telemetry> telemetry)
Telemetry details.
|
Agent |
Agent.withTelemetry(Collection<Telemetry> telemetry)
The Inspector application data metrics collected by the agent.
|
GetAssessmentTelemetryResult |
GetAssessmentTelemetryResult.withTelemetry(Collection<Telemetry> telemetry)
Telemetry details.
|
Copyright © 2016. All rights reserved.