Uses of Class
com.amazonaws.services.inspector.model.AssetAttributes
Packages that use AssetAttributes
-
Uses of AssetAttributes in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return AssetAttributesModifier and TypeMethodDescriptionAssetAttributes.clone()
Finding.getAssetAttributes()
A collection of attributes of the host from which the finding is generated.AssetAttributes.withAgentId
(String agentId) The ID of the agent that is installed on the EC2 instance where the finding is generated.The ID of the Amazon Machine Image (AMI) that is installed on the EC2 instance where the finding is generated.AssetAttributes.withAutoScalingGroup
(String autoScalingGroup) The Auto Scaling group of the EC2 instance where the finding is generated.AssetAttributes.withHostname
(String hostname) The hostname of the EC2 instance where the finding is generated.AssetAttributes.withIpv4Addresses
(String... ipv4Addresses) The list of IP v4 addresses of the EC2 instance where the finding is generated.AssetAttributes.withIpv4Addresses
(Collection<String> ipv4Addresses) The list of IP v4 addresses of the EC2 instance where the finding is generated.AssetAttributes.withSchemaVersion
(Integer schemaVersion) The schema version of this data type.Methods in com.amazonaws.services.inspector.model with parameters of type AssetAttributesModifier and TypeMethodDescriptionvoid
Finding.setAssetAttributes
(AssetAttributes assetAttributes) A collection of attributes of the host from which the finding is generated.Finding.withAssetAttributes
(AssetAttributes assetAttributes) A collection of attributes of the host from which the finding is generated.