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

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

Introduction

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

The text is from its open source code.

Constructor

AssociateAddressRequest()
Default constructor for AssociateAddressRequest object.
AssociateAddressRequest(String instanceId, String publicIp)
Constructs a new AssociateAddressRequest object.

Method

StringgetInstanceId()

The ID of the instance.

StringgetPublicIp()

The Elastic IP address to associate with the instance.

voidsetAllocationId(String allocationId)

[EC2-VPC] The allocation ID.

voidsetInstanceId(String instanceId)

The ID of the instance.

voidsetPublicIp(String publicIp)

The Elastic IP address to associate with the instance.

AssociateAddressRequestwithAllocationId(String allocationId)

[EC2-VPC] The allocation ID.

AssociateAddressRequestwithInstanceId(String instanceId)

The ID of the instance.

AssociateAddressRequestwithPublicIp(String publicIp)

The Elastic IP address to associate with the instance.