|
||||||||||
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()
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. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type Reservation | |
---|---|
List<Reservation> |
DescribeInstancesResult.getReservations()
One or more reservations. |
Methods in com.amazonaws.services.ec2.model with parameters of type Reservation | |
---|---|
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. |
Method parameters in com.amazonaws.services.ec2.model with type arguments of type Reservation | |
---|---|
void |
DescribeInstancesResult.setReservations(Collection<Reservation> reservations)
One or more reservations. |
DescribeInstancesResult |
DescribeInstancesResult.withReservations(Collection<Reservation> reservations)
One or more reservations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |