| 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> |
AssessmentRunAgent.getTelemetryMetadata()
The Amazon Inspector application data metrics that are collected by the agent.
|
List<TelemetryMetadata> |
GetTelemetryMetadataResult.getTelemetryMetadata()
Telemetry details.
|
| Modifier and Type | Method and Description |
|---|---|
AssessmentRunAgent |
AssessmentRunAgent.withTelemetryMetadata(TelemetryMetadata... telemetryMetadata)
The Amazon Inspector application data metrics that are collected by the agent.
|
GetTelemetryMetadataResult |
GetTelemetryMetadataResult.withTelemetryMetadata(TelemetryMetadata... telemetryMetadata)
Telemetry details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssessmentRunAgent.setTelemetryMetadata(Collection<TelemetryMetadata> telemetryMetadata)
The Amazon Inspector application data metrics that are collected by the agent.
|
void |
GetTelemetryMetadataResult.setTelemetryMetadata(Collection<TelemetryMetadata> telemetryMetadata)
Telemetry details.
|
AssessmentRunAgent |
AssessmentRunAgent.withTelemetryMetadata(Collection<TelemetryMetadata> telemetryMetadata)
The Amazon Inspector application data metrics that are collected by the agent.
|
GetTelemetryMetadataResult |
GetTelemetryMetadataResult.withTelemetryMetadata(Collection<TelemetryMetadata> telemetryMetadata)
Telemetry details.
|
Copyright © 2023. All rights reserved.