Uses of Class
com.amazonaws.services.ec2.model.Reservation
Packages that use Reservation
-
Uses of Reservation in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ReservationModifier and TypeMethodDescriptionReservation.clone()
RunInstancesResult.getReservation()
Describes a reservation.Reservation.withGroupNames
(String... groupNames) One or more security group names.Reservation.withGroupNames
(Collection<String> groupNames) One or more security group names.Reservation.withGroups
(GroupIdentifier... groups) [EC2-Classic only] One or more security groups.Reservation.withGroups
(Collection<GroupIdentifier> groups) [EC2-Classic only] One or more security groups.Reservation.withInstances
(Instance... instances) One or more instances.Reservation.withInstances
(Collection<Instance> instances) One or more instances.Reservation.withOwnerId
(String ownerId) The ID of the AWS account that owns the 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.withReservationId
(String reservationId) The ID of the reservation.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ReservationModifier and TypeMethodDescriptionDescribeInstancesResult.getReservations()
Zero or more reservations.Methods in com.amazonaws.services.ec2.model with parameters of type ReservationModifier and TypeMethodDescriptionvoid
RunInstancesResult.setReservation
(Reservation reservation) Describes a reservation.RunInstancesResult.withReservation
(Reservation reservation) Describes a reservation.DescribeInstancesResult.withReservations
(Reservation... reservations) Zero or more reservations.Method parameters in com.amazonaws.services.ec2.model with type arguments of type ReservationModifier and TypeMethodDescriptionvoid
DescribeInstancesResult.setReservations
(Collection<Reservation> reservations) Zero or more reservations.DescribeInstancesResult.withReservations
(Collection<Reservation> reservations) Zero or more reservations.