Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
InstanceNetworkInterfaceAssociation |
InstanceNetworkInterfaceAssociation.clone() |
InstanceNetworkInterfaceAssociation |
InstanceNetworkInterface.getAssociation()
The association information for an Elastic IPv4 associated with the network interface.
|
InstanceNetworkInterfaceAssociation |
InstancePrivateIpAddress.getAssociation()
The association information for an Elastic IP address for the network interface.
|
InstanceNetworkInterfaceAssociation |
InstanceNetworkInterfaceAssociation.withCarrierIp(String carrierIp)
The carrier IP address associated with the network interface.
|
InstanceNetworkInterfaceAssociation |
InstanceNetworkInterfaceAssociation.withIpOwnerId(String ipOwnerId)
The ID of the owner of the Elastic IP address.
|
InstanceNetworkInterfaceAssociation |
InstanceNetworkInterfaceAssociation.withPublicDnsName(String publicDnsName)
The public DNS name.
|
InstanceNetworkInterfaceAssociation |
InstanceNetworkInterfaceAssociation.withPublicIp(String publicIp)
The public IP address or Elastic IP address bound to the network interface.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceNetworkInterface.setAssociation(InstanceNetworkInterfaceAssociation association)
The association information for an Elastic IPv4 associated with the network interface.
|
void |
InstancePrivateIpAddress.setAssociation(InstanceNetworkInterfaceAssociation association)
The association information for an Elastic IP address for the network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withAssociation(InstanceNetworkInterfaceAssociation association)
The association information for an Elastic IPv4 associated with the network interface.
|
InstancePrivateIpAddress |
InstancePrivateIpAddress.withAssociation(InstanceNetworkInterfaceAssociation association)
The association information for an Elastic IP address for the network interface.
|
Copyright © 2021. All rights reserved.