Uses of Class
com.amazonaws.services.ec2.model.Reservation
-
Packages that use Reservation Package Description com.amazonaws.services.ec2.model -
-
Uses of Reservation in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return Reservation Modifier and Type Method Description ReservationReservation. clone()ReservationRunInstancesResult. getReservation()Describes a reservation.ReservationReservation. withGroupNames(String... groupNames)One or more security group names.ReservationReservation. withGroupNames(Collection<String> groupNames)One or more security group names.ReservationReservation. withGroups(GroupIdentifier... groups)[EC2-Classic only] One or more security groups.ReservationReservation. withGroups(Collection<GroupIdentifier> groups)[EC2-Classic only] One or more security groups.ReservationReservation. withInstances(Instance... instances)One or more instances.ReservationReservation. withInstances(Collection<Instance> instances)One or more instances.ReservationReservation. withOwnerId(String ownerId)The ID of the AWS account that owns the reservation.ReservationReservation. withRequesterId(String requesterId)The ID of the requester that launched the instances on your behalf (for example, AWS Management Console or Auto Scaling).ReservationReservation. withReservationId(String reservationId)The ID of the reservation.Methods in com.amazonaws.services.ec2.model that return types with arguments of type Reservation Modifier and Type Method Description List<Reservation>DescribeInstancesResult. getReservations()Zero or more reservations.Methods in com.amazonaws.services.ec2.model with parameters of type Reservation Modifier and Type Method Description voidRunInstancesResult. setReservation(Reservation reservation)Describes a reservation.RunInstancesResultRunInstancesResult. withReservation(Reservation reservation)Describes a reservation.DescribeInstancesResultDescribeInstancesResult. withReservations(Reservation... reservations)Zero or more reservations.Method parameters in com.amazonaws.services.ec2.model with type arguments of type Reservation Modifier and Type Method Description voidDescribeInstancesResult. setReservations(Collection<Reservation> reservations)Zero or more reservations.DescribeInstancesResultDescribeInstancesResult. withReservations(Collection<Reservation> reservations)Zero or more reservations.
-