Uses of Class
com.amazonaws.services.ec2.model.Address
-
Packages that use Address Package Description com.amazonaws.services.ec2.model -
-
Uses of Address in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return Address Modifier and Type Method Description AddressAddress. clone()AddressAddress. withAllocationId(String allocationId)The ID representing the allocation of the address for use with EC2-VPC.AddressAddress. withAssociationId(String associationId)The ID representing the association of the address with an instance in a VPC.AddressAddress. withDomain(DomainType domain)Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard) or instances in a VPC (vpc).AddressAddress. withDomain(String domain)Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard) or instances in a VPC (vpc).AddressAddress. withInstanceId(String instanceId)The ID of the instance that the address is associated with (if any).AddressAddress. withNetworkInterfaceId(String networkInterfaceId)The ID of the network interface.AddressAddress. withNetworkInterfaceOwnerId(String networkInterfaceOwnerId)The ID of the AWS account that owns the network interface.AddressAddress. withPrivateIpAddress(String privateIpAddress)The private IP address associated with the Elastic IP address.AddressAddress. withPublicIp(String publicIp)The Elastic IP address.Methods in com.amazonaws.services.ec2.model that return types with arguments of type Address Modifier and Type Method Description List<Address>DescribeAddressesResult. getAddresses()Information about one or more Elastic IP addresses.Methods in com.amazonaws.services.ec2.model with parameters of type Address Modifier and Type Method Description DescribeAddressesResultDescribeAddressesResult. withAddresses(Address... addresses)Information about one or more Elastic IP addresses.Method parameters in com.amazonaws.services.ec2.model with type arguments of type Address Modifier and Type Method Description voidDescribeAddressesResult. setAddresses(Collection<Address> addresses)Information about one or more Elastic IP addresses.DescribeAddressesResultDescribeAddressesResult. withAddresses(Collection<Address> addresses)Information about one or more Elastic IP addresses.
-