| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
MessageTypeTelemetry |
MessageTypeTelemetry.clone() |
MessageTypeTelemetry |
MessageTypeTelemetry.withCount(Long count)
The number of times that the behavioral data is collected by the agent
during an assessment.
|
MessageTypeTelemetry |
MessageTypeTelemetry.withDataSize(Long dataSize)
The total size of the behavioral data that is collected by the agent
during an assessment.
|
MessageTypeTelemetry |
MessageTypeTelemetry.withMessageType(String messageType)
A specific type of behavioral data that is collected by the agent.
|
| Modifier and Type | Method and Description |
|---|---|
List<MessageTypeTelemetry> |
Telemetry.getMessageTypeTelemetries()
Counts of individual metrics received by Inspector from the agent.
|
| Modifier and Type | Method and Description |
|---|---|
Telemetry |
Telemetry.withMessageTypeTelemetries(MessageTypeTelemetry... messageTypeTelemetries)
Counts of individual metrics received by Inspector from the agent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Telemetry.setMessageTypeTelemetries(Collection<MessageTypeTelemetry> messageTypeTelemetries)
Counts of individual metrics received by Inspector from the agent.
|
Telemetry |
Telemetry.withMessageTypeTelemetries(Collection<MessageTypeTelemetry> messageTypeTelemetries)
Counts of individual metrics received by Inspector from the agent.
|
Copyright © 2016. All rights reserved.