Uses of Class
software.amazon.awssdk.services.ec2.model.Reservation
Packages that use Reservation
Package
Description
-
Uses of Reservation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ReservationModifier and TypeMethodDescriptionfinal List<Reservation>DescribeInstancesResponse.reservations()Information about the reservations.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ReservationModifier and TypeMethodDescriptionDescribeInstancesResponse.Builder.reservations(Reservation... reservations) Information about the reservations.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ReservationModifier and TypeMethodDescriptionDescribeInstancesResponse.Builder.reservations(Collection<Reservation> reservations) Information about the reservations. -
Uses of Reservation in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type ReservationModifier and TypeMethodDescriptionfinal SdkIterable<Reservation>DescribeInstancesIterable.reservations()Returns an iterable to iterate through the paginatedDescribeInstancesResponse.reservations()member.final SdkPublisher<Reservation>DescribeInstancesPublisher.reservations()Returns a publisher that can be used to get a stream of data.