Java com.amazonaws.services.ec2.model Address fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.ec2.model Address fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.ec2.model Address.

The text is from its open source code.

Constructor

Method

StringgetAllocationId()

The ID representing the allocation of the address for use with EC2-VPC.

StringgetAssociationId()

The ID representing the association of the address with an instance in a VPC.

StringgetDomain()

Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard) or instances in a VPC (vpc).

StringgetInstanceId()

The ID of the instance that the address is associated with (if any).

StringgetNetworkInterfaceId()

The ID of the network interface.

StringgetPublicIp()

The Elastic IP address.

voidsetInstanceId(String instanceId)

The ID of the instance that the address is associated with (if any).

voidsetPublicIp(String publicIp)

The Elastic IP address.