Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
Reservation |
RunInstancesResult.getReservation()
One or more reservations.
|
Reservation |
Reservation.withGroupNames(Collection<String> groupNames)
One or more security groups.
|
Reservation |
Reservation.withGroupNames(String... groupNames)
One or more security groups.
|
Reservation |
Reservation.withGroups(Collection<GroupIdentifier> groups)
One or more security groups.
|
Reservation |
Reservation.withGroups(GroupIdentifier... groups)
One or more security groups.
|
Reservation |
Reservation.withInstances(Collection<Instance> instances)
One or more instances.
|
Reservation |
Reservation.withInstances(Instance... instances)
One or more instances.
|
Reservation |
Reservation.withOwnerId(String ownerId)
The ID of the AWS account that owns the reservation.
|
Reservation |
Reservation.withRequesterId(String requesterId)
The ID of the requester that launched the instances on your behalf
(for example, AWS Management Console or Auto Scaling).
|
Reservation |
Reservation.withReservationId(String reservationId)
The ID of the reservation.
|
Modifier and Type | Method and Description |
---|---|
List<Reservation> |
DescribeInstancesResult.getReservations()
One or more reservations.
|
Modifier and Type | Method and Description |
---|---|
void |
RunInstancesResult.setReservation(Reservation reservation)
One or more reservations.
|
RunInstancesResult |
RunInstancesResult.withReservation(Reservation reservation)
One or more reservations.
|
DescribeInstancesResult |
DescribeInstancesResult.withReservations(Reservation... reservations)
One or more reservations.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeInstancesResult.setReservations(Collection<Reservation> reservations)
One or more reservations.
|
DescribeInstancesResult |
DescribeInstancesResult.withReservations(Collection<Reservation> reservations)
One or more reservations.
|
Copyright © 2014. All rights reserved.