Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Address |
Address.clone() |
Address |
Address.withAllocationId(String allocationId)
The ID representing the allocation of the address for use with EC2-VPC.
|
Address |
Address.withAssociationId(String associationId)
The ID representing the association of the address with an instance in a VPC.
|
Address |
Address.withCarrierIp(String carrierIp)
The carrier IP address associated.
|
Address |
Address.withCustomerOwnedIp(String customerOwnedIp)
The customer-owned IP address.
|
Address |
Address.withCustomerOwnedIpv4Pool(String customerOwnedIpv4Pool)
The ID of the customer-owned address pool.
|
Address |
Address.withDomain(DomainType domain)
Indicates whether this Elastic IP address is for use with instances in EC2-Classic (
standard ) or
instances in a VPC (vpc ). |
Address |
Address.withDomain(String domain)
Indicates whether this Elastic IP address is for use with instances in EC2-Classic (
standard ) or
instances in a VPC (vpc ). |
Address |
Address.withInstanceId(String instanceId)
The ID of the instance that the address is associated with (if any).
|
Address |
Address.withNetworkBorderGroup(String networkBorderGroup)
The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services
advertises IP addresses.
|
Address |
Address.withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
Address |
Address.withNetworkInterfaceOwnerId(String networkInterfaceOwnerId)
The ID of the Amazon Web Services account that owns the network interface.
|
Address |
Address.withPrivateIpAddress(String privateIpAddress)
The private IP address associated with the Elastic IP address.
|
Address |
Address.withPublicIp(String publicIp)
The Elastic IP address.
|
Address |
Address.withPublicIpv4Pool(String publicIpv4Pool)
The ID of an address pool.
|
Address |
Address.withTags(Collection<Tag> tags)
Any tags assigned to the Elastic IP address.
|
Address |
Address.withTags(Tag... tags)
Any tags assigned to the Elastic IP address.
|
Modifier and Type | Method and Description |
---|---|
List<Address> |
DescribeAddressesResult.getAddresses()
Information about the Elastic IP addresses.
|
Modifier and Type | Method and Description |
---|---|
DescribeAddressesResult |
DescribeAddressesResult.withAddresses(Address... addresses)
Information about the Elastic IP addresses.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAddressesResult.setAddresses(Collection<Address> addresses)
Information about the Elastic IP addresses.
|
DescribeAddressesResult |
DescribeAddressesResult.withAddresses(Collection<Address> addresses)
Information about the Elastic IP addresses.
|
Copyright © 2021. All rights reserved.