| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface |
NetworkInterface.clone() |
NetworkInterface |
NetworkInterface.withIpv6Addresses(Collection<String> ipv6Addresses)
The IP addresses associated with the network interface.
|
NetworkInterface |
NetworkInterface.withIpv6Addresses(String... ipv6Addresses)
The IP addresses associated with the network interface.
|
NetworkInterface |
NetworkInterface.withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
NetworkInterface |
NetworkInterface.withPrivateDnsName(String privateDnsName)
The name of a private DNS associated with the network interface.
|
NetworkInterface |
NetworkInterface.withPrivateIpAddress(String privateIpAddress)
The private IP address associated with the network interface.
|
NetworkInterface |
NetworkInterface.withPrivateIpAddresses(Collection<PrivateIp> privateIpAddresses)
A list of the private IP addresses associated with the network interface.
|
NetworkInterface |
NetworkInterface.withPrivateIpAddresses(PrivateIp... privateIpAddresses)
A list of the private IP addresses associated with the network interface.
|
NetworkInterface |
NetworkInterface.withPublicDnsName(String publicDnsName)
The name of a public DNS associated with the network interface.
|
NetworkInterface |
NetworkInterface.withPublicIp(String publicIp)
The public IP address from which the network interface is reachable.
|
NetworkInterface |
NetworkInterface.withSecurityGroups(Collection<SecurityGroup> securityGroups)
A list of the security groups associated with the network interface.
|
NetworkInterface |
NetworkInterface.withSecurityGroups(SecurityGroup... securityGroups)
A list of the security groups associated with the network interface.
|
NetworkInterface |
NetworkInterface.withSubnetId(String subnetId)
The ID of a subnet associated with the network interface.
|
NetworkInterface |
NetworkInterface.withVpcId(String vpcId)
The ID of a VPC associated with the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkInterface> |
AssetAttributes.getNetworkInterfaces()
An array of the network interfaces interacting with the EC2 instance where the finding is generated.
|
| Modifier and Type | Method and Description |
|---|---|
AssetAttributes |
AssetAttributes.withNetworkInterfaces(NetworkInterface... networkInterfaces)
An array of the network interfaces interacting with the EC2 instance where the finding is generated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssetAttributes.setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
An array of the network interfaces interacting with the EC2 instance where the finding is generated.
|
AssetAttributes |
AssetAttributes.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
An array of the network interfaces interacting with the EC2 instance where the finding is generated.
|
Copyright © 2021. All rights reserved.