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

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

Introduction

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

The text is from its open source code.

Constructor

ReleaseAddressRequest()
Default constructor for ReleaseAddressRequest object.

Method

StringgetPublicIp()

[EC2-Classic] The Elastic IP address.

voidsetAllocationId(String allocationId)

[EC2-VPC] The allocation ID.

voidsetPublicIp(String publicIp)

[EC2-Classic] The Elastic IP address.

ReleaseAddressRequestwithAllocationId(String allocationId)

[EC2-VPC] The allocation ID.

ReleaseAddressRequestwithPublicIp(String publicIp)

[EC2-Classic] The Elastic IP address.