Uses of Class
com.amazonaws.services.inspector.model.TelemetryMetadata
-
Packages that use TelemetryMetadata Package Description com.amazonaws.services.inspector.model -
-
Uses of TelemetryMetadata in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return TelemetryMetadata Modifier and Type Method 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.Methods in com.amazonaws.services.inspector.model that return types with arguments of type TelemetryMetadata Modifier and Type Method Description List<TelemetryMetadata>
AssessmentRunAgent. getTelemetryMetadata()
The Amazon Inspector application data metrics that are collected by the agent.List<TelemetryMetadata>
GetTelemetryMetadataResult. getTelemetryMetadata()
Telemetry details.Methods in com.amazonaws.services.inspector.model with parameters of type TelemetryMetadata Modifier and Type Method 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.Method parameters in com.amazonaws.services.inspector.model with type arguments of type TelemetryMetadata Modifier and Type Method 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.
-