| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.clone() |
AwsEc2InstanceDetails |
ResourceDetails.getAwsEc2Instance()
Details about an EC2 instance related to a finding.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withIamInstanceProfileArn(String iamInstanceProfileArn)
The IAM profile ARN of the instance.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withImageId(String imageId)
The Amazon Machine Image (AMI) ID of the instance.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withIpV4Addresses(Collection<String> ipV4Addresses)
The IPv4 addresses associated with the instance.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withIpV4Addresses(String... ipV4Addresses)
The IPv4 addresses associated with the instance.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withIpV6Addresses(Collection<String> ipV6Addresses)
The IPv6 addresses associated with the instance.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withIpV6Addresses(String... ipV6Addresses)
The IPv6 addresses associated with the instance.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withKeyName(String keyName)
The key name associated with the instance.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withLaunchedAt(String launchedAt)
Indicates when the instance was launched.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withMetadataOptions(AwsEc2InstanceMetadataOptions metadataOptions)
Details about the metadata options for the Amazon EC2 instance.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withNetworkInterfaces(AwsEc2InstanceNetworkInterfacesDetails... networkInterfaces)
The identifiers of the network interfaces for the EC2 instance.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withNetworkInterfaces(Collection<AwsEc2InstanceNetworkInterfacesDetails> networkInterfaces)
The identifiers of the network interfaces for the EC2 instance.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withSubnetId(String subnetId)
The identifier of the subnet that the instance was launched in.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withType(String type)
The instance type of the instance.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withVirtualizationType(String virtualizationType)
The virtualization type of the Amazon Machine Image (AMI) required to launch the instance.
|
AwsEc2InstanceDetails |
AwsEc2InstanceDetails.withVpcId(String vpcId)
The identifier of the VPC that the instance was launched in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsEc2Instance(AwsEc2InstanceDetails awsEc2Instance)
Details about an EC2 instance related to a finding.
|
ResourceDetails |
ResourceDetails.withAwsEc2Instance(AwsEc2InstanceDetails awsEc2Instance)
Details about an EC2 instance related to a finding.
|
Copyright © 2022. All rights reserved.