|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Reservation | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of Reservation in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return Reservation | |
---|---|
Reservation |
RunInstancesResult.getReservation()
The newly created reservation, containing the new instances. |
Reservation |
Reservation.withGroupNames(Collection<String> groupNames)
The list of security groups requested for the instances in this reservation. |
Reservation |
Reservation.withGroupNames(String... groupNames)
The list of security groups requested for the instances in this reservation. |
Reservation |
Reservation.withInstances(Collection<Instance> instances)
The list of Amazon EC2 instances included in this reservation. |
Reservation |
Reservation.withInstances(Instance... instances)
The list of Amazon EC2 instances included in this reservation. |
Reservation |
Reservation.withOwnerId(String ownerId)
The AWS Access Key ID of the user who owns the reservation. |
Reservation |
Reservation.withRequesterId(String requesterId)
The unique ID of the user who requested the instances in this reservation. |
Reservation |
Reservation.withReservationId(String reservationId)
The unique ID of this reservation. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type Reservation | |
---|---|
List<Reservation> |
DescribeInstancesResult.getReservations()
The list of reservations containing the describes instances. |
Methods in com.amazonaws.services.ec2.model with parameters of type Reservation | |
---|---|
void |
RunInstancesResult.setReservation(Reservation reservation)
The newly created reservation, containing the new instances. |
RunInstancesResult |
RunInstancesResult.withReservation(Reservation reservation)
The newly created reservation, containing the new instances. |
DescribeInstancesResult |
DescribeInstancesResult.withReservations(Reservation... reservations)
The list of reservations containing the describes instances. |
Method parameters in com.amazonaws.services.ec2.model with type arguments of type Reservation | |
---|---|
void |
DescribeInstancesResult.setReservations(Collection<Reservation> reservations)
The list of reservations containing the describes instances. |
DescribeInstancesResult |
DescribeInstancesResult.withReservations(Collection<Reservation> reservations)
The list of reservations containing the describes instances. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |