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

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

Introduction

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

The text is from its open source code.

Constructor

Method

java.util.ListgetGroupNames()

One or more security group names.

java.util.ListgetGroups()

[EC2-Classic only] The security groups.

java.util.ListgetInstances()

The instances.

StringgetOwnerId()

The ID of the AWS account that owns the reservation.

StringgetRequesterId()

The ID of the requester that launched the instances on your behalf (for example, AWS Management Console or Auto Scaling).

StringgetReservationId()

The ID of the reservation.

voidsetGroupNames(java.util.Collection groupNames)

One or more security group names.

voidsetInstances(java.util.Collection instances)

The instances.

voidsetOwnerId(String ownerId)

The ID of the AWS account that owns the reservation.

voidsetRequesterId(String requesterId)

The ID of the requester that launched the instances on your behalf (for example, AWS Management Console or Auto Scaling).

voidsetReservationId(String reservationId)

The ID of the reservation.

ReservationwithInstances(Instance... instances)

The instances.

ReservationwithInstances(java.util.Collection instances)

The instances.