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

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

Introduction

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

The text is from its open source code.

Constructor

Method

java.util.ListgetMessages()

Any messages about the Availability Zone.

StringgetRegionName()

The name of the Region.

StringgetState()

The state of the Availability Zone.

StringgetZoneName()

The name of the Availability Zone.

voidsetRegionName(String regionName)

The name of the Region.

voidsetState(String state)

The state of the Availability Zone.

voidsetState(AvailabilityZoneState state)

The state of the Availability Zone.

voidsetZoneName(String zoneName)

The name of the Availability Zone.