Package | Description |
---|---|
com.amazonaws.services.inspector.model |
Modifier and Type | Method and Description |
---|---|
TelemetryMetadata |
TelemetryMetadata.clone() |
TelemetryMetadata |
TelemetryMetadata.withCount(Long count)
The count of messages that the agent sends to the Amazon Inspector
service.
|
TelemetryMetadata |
TelemetryMetadata.withDataSize(Long dataSize)
The data size of messages that the agent sends to the Amazon Inspector
service.
|
TelemetryMetadata |
TelemetryMetadata.withMessageType(String messageType)
A specific type of behavioral data that is collected by the agent.
|
Modifier and Type | Method and Description |
---|---|
List<TelemetryMetadata> |
GetTelemetryMetadataResult.getTelemetryMetadata()
Telemetry details.
|
List<TelemetryMetadata> |
AssessmentRunAgent.getTelemetryMetadata()
The Amazon Inspector application data metrics that are collected by the
agent.
|
Modifier and Type | Method and Description |
---|---|
GetTelemetryMetadataResult |
GetTelemetryMetadataResult.withTelemetryMetadata(TelemetryMetadata... telemetryMetadata)
Telemetry details.
|
AssessmentRunAgent |
AssessmentRunAgent.withTelemetryMetadata(TelemetryMetadata... telemetryMetadata)
The Amazon Inspector application data metrics that are collected by the
agent.
|
Modifier and Type | Method and Description |
---|---|
void |
GetTelemetryMetadataResult.setTelemetryMetadata(Collection<TelemetryMetadata> telemetryMetadata)
Telemetry details.
|
void |
AssessmentRunAgent.setTelemetryMetadata(Collection<TelemetryMetadata> telemetryMetadata)
The Amazon Inspector application data metrics that are collected by the
agent.
|
GetTelemetryMetadataResult |
GetTelemetryMetadataResult.withTelemetryMetadata(Collection<TelemetryMetadata> telemetryMetadata)
Telemetry details.
|
AssessmentRunAgent |
AssessmentRunAgent.withTelemetryMetadata(Collection<TelemetryMetadata> telemetryMetadata)
The Amazon Inspector application data metrics that are collected by the
agent.
|
Copyright © 2018. All rights reserved.