Package | Description |
---|---|
com.amazonaws.services.inspector.model |
Modifier and Type | Method and Description |
---|---|
AssetAttributes |
AssetAttributes.clone() |
AssetAttributes |
Finding.getAssetAttributes()
A collection of attributes of the host from which the finding is
generated.
|
AssetAttributes |
AssetAttributes.withAgentId(String agentId)
The ID of the agent that is installed on the EC2 instance where the
finding is generated.
|
AssetAttributes |
AssetAttributes.withAmiId(String amiId)
The ID of the Amazon Machine Image (AMI) that is installed on the EC2
instance where the finding is generated.
|
AssetAttributes |
AssetAttributes.withAutoScalingGroup(String autoScalingGroup)
The Auto Scaling group of the EC2 instance where the finding is
generated.
|
AssetAttributes |
AssetAttributes.withHostname(String hostname)
The hostname of the EC2 instance where the finding is generated.
|
AssetAttributes |
AssetAttributes.withIpv4Addresses(Collection<String> ipv4Addresses)
The list of IP v4 addresses of the EC2 instance where the finding is
generated.
|
AssetAttributes |
AssetAttributes.withIpv4Addresses(String... ipv4Addresses)
The list of IP v4 addresses of the EC2 instance where the finding is
generated.
|
AssetAttributes |
AssetAttributes.withSchemaVersion(Integer schemaVersion)
The schema version of this data type.
|
Modifier and Type | Method and Description |
---|---|
void |
Finding.setAssetAttributes(AssetAttributes assetAttributes)
A collection of attributes of the host from which the finding is
generated.
|
Finding |
Finding.withAssetAttributes(AssetAttributes assetAttributes)
A collection of attributes of the host from which the finding is
generated.
|
Copyright © 2018. All rights reserved.