| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface |
NetworkInterface.clone() |
NetworkInterface |
NetworkInterface.withIpv6Addresses(Collection<String> ipv6Addresses)
A list of IPv6 addresses for the EC2 instance.
|
NetworkInterface |
NetworkInterface.withIpv6Addresses(String... ipv6Addresses)
A list of IPv6 addresses for the EC2 instance.
|
NetworkInterface |
NetworkInterface.withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
NetworkInterface |
NetworkInterface.withPrivateDnsName(String privateDnsName)
The private DNS name of the EC2 instance.
|
NetworkInterface |
NetworkInterface.withPrivateIpAddress(String privateIpAddress)
The private IP address of the EC2 instance.
|
NetworkInterface |
NetworkInterface.withPrivateIpAddresses(Collection<PrivateIpAddressDetails> privateIpAddresses)
Other private IP address information of the EC2 instance.
|
NetworkInterface |
NetworkInterface.withPrivateIpAddresses(PrivateIpAddressDetails... privateIpAddresses)
Other private IP address information of the EC2 instance.
|
NetworkInterface |
NetworkInterface.withPublicDnsName(String publicDnsName)
The public DNS name of the EC2 instance.
|
NetworkInterface |
NetworkInterface.withPublicIp(String publicIp)
The public IP address of the EC2 instance.
|
NetworkInterface |
NetworkInterface.withSecurityGroups(Collection<SecurityGroup> securityGroups)
The security groups associated with the EC2 instance.
|
NetworkInterface |
NetworkInterface.withSecurityGroups(SecurityGroup... securityGroups)
The security groups associated with the EC2 instance.
|
NetworkInterface |
NetworkInterface.withSubnetId(String subnetId)
The subnet ID of the EC2 instance.
|
NetworkInterface |
NetworkInterface.withVpcId(String vpcId)
The VPC ID of the EC2 instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkInterface> |
InstanceDetails.getNetworkInterfaces()
The elastic network interface information of the EC2 instance.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceDetails |
InstanceDetails.withNetworkInterfaces(NetworkInterface... networkInterfaces)
The elastic network interface information of the EC2 instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceDetails.setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
The elastic network interface information of the EC2 instance.
|
InstanceDetails |
InstanceDetails.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
The elastic network interface information of the EC2 instance.
|
Copyright © 2022. All rights reserved.