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

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

Introduction

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

The text is from its open source code.

Constructor

Placement(String availabilityZone)
Constructs a new Placement object.
Placement()
Default constructor for Placement object.

Method

StringgetAffinity()

The affinity setting for the instance on the Dedicated Host.

StringgetAvailabilityZone()

The Availability Zone of the instance.

StringgetGroupName()

The name of the placement group the instance is in.

StringgetHostId()

The ID of the Dedicated Host on which the instance resides.

StringgetTenancy()

The tenancy of the instance (if the instance is running in a VPC).

voidsetAvailabilityZone(String availabilityZone)

The Availability Zone of the instance.

voidsetGroupName(String groupName)

The name of the placement group the instance is in.

voidsetTenancy(String tenancy)

The tenancy of the instance (if the instance is running in a VPC).

voidsetTenancy(Tenancy tenancy)

The tenancy of the instance (if the instance is running in a VPC).

PlacementwithAvailabilityZone(String availabilityZone)

The Availability Zone of the instance.

PlacementwithGroupName(String groupName)

The name of the placement group the instance is in.

PlacementwithTenancy(String tenancy)

The tenancy of the instance (if the instance is running in a VPC).

PlacementwithTenancy(Tenancy tenancy)

The tenancy of the instance (if the instance is running in a VPC).