Uses of Class
com.amazonaws.services.inspector.model.TelemetryMetadata
Packages that use TelemetryMetadata
-
Uses of TelemetryMetadata in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return TelemetryMetadataModifier and TypeMethodDescriptionTelemetryMetadata.clone()
The count of messages that the agent sends to the Amazon Inspector service.TelemetryMetadata.withDataSize
(Long dataSize) The data size of messages that the agent sends to the Amazon Inspector service.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 TelemetryMetadataModifier and TypeMethodDescriptionAssessmentRunAgent.getTelemetryMetadata()
The Amazon Inspector application data metrics that are collected by the agent.GetTelemetryMetadataResult.getTelemetryMetadata()
Telemetry details.Methods in com.amazonaws.services.inspector.model with parameters of type TelemetryMetadataModifier and TypeMethodDescriptionAssessmentRunAgent.withTelemetryMetadata
(TelemetryMetadata... telemetryMetadata) The Amazon Inspector application data metrics that are collected by the agent.GetTelemetryMetadataResult.withTelemetryMetadata
(TelemetryMetadata... telemetryMetadata) Telemetry details.Method parameters in com.amazonaws.services.inspector.model with type arguments of type TelemetryMetadataModifier and TypeMethodDescriptionvoid
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.withTelemetryMetadata
(Collection<TelemetryMetadata> telemetryMetadata) The Amazon Inspector application data metrics that are collected by the agent.GetTelemetryMetadataResult.withTelemetryMetadata
(Collection<TelemetryMetadata> telemetryMetadata) Telemetry details.