Package | Description |
---|---|
com.amazonaws.services.inspector.model | |
com.amazonaws.services.inspector.model.transform |
Modifier and Type | Field and Description |
---|---|
private AssetAttributes |
Finding.assetAttributes
A collection of attributes of the host from which the finding is
generated.
|
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(java.lang.String agentId)
The ID of the agent that is installed on the EC2 instance where the
finding is generated.
|
AssetAttributes |
AssetAttributes.withAmiId(java.lang.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(java.lang.String autoScalingGroup)
The Auto Scaling group of the EC2 instance where the finding is
generated.
|
AssetAttributes |
AssetAttributes.withHostname(java.lang.String hostname)
The hostname of the EC2 instance where the finding is generated.
|
AssetAttributes |
AssetAttributes.withIpv4Addresses(java.util.Collection<java.lang.String> ipv4Addresses)
The list of IP v4 addresses of the EC2 instance where the finding is
generated.
|
AssetAttributes |
AssetAttributes.withIpv4Addresses(java.lang.String... ipv4Addresses)
The list of IP v4 addresses of the EC2 instance where the finding is
generated.
|
AssetAttributes |
AssetAttributes.withSchemaVersion(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
AssetAttributes |
AssetAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AssetAttributesJsonMarshaller.marshall(AssetAttributes assetAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|