| 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 EC2 instance IPv6 address information.
|
NetworkInterface |
NetworkInterface.withIpv6Addresses(String... ipv6Addresses)
A list of EC2 instance IPv6 address information.
|
NetworkInterface |
NetworkInterface.withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface
|
NetworkInterface |
NetworkInterface.withPrivateDnsName(String privateDnsName)
Private DNS name of the EC2 instance.
|
NetworkInterface |
NetworkInterface.withPrivateIpAddress(String privateIpAddress)
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)
Public DNS name of the EC2 instance.
|
NetworkInterface |
NetworkInterface.withPublicIp(String publicIp)
Public IP address of the EC2 instance.
|
NetworkInterface |
NetworkInterface.withSecurityGroups(Collection<SecurityGroup> securityGroups)
Security groups associated with the EC2 instance.
|
NetworkInterface |
NetworkInterface.withSecurityGroups(SecurityGroup... securityGroups)
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 network interface information of the EC2 instance.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceDetails |
InstanceDetails.withNetworkInterfaces(NetworkInterface... networkInterfaces)
The network interface information of the EC2 instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceDetails.setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
The network interface information of the EC2 instance.
|
InstanceDetails |
InstanceDetails.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
The network interface information of the EC2 instance.
|
Copyright © 2018. All rights reserved.