Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model | |
software.amazon.awssdk.services.ec2.paginators |
Modifier and Type | Method and Description |
---|---|
List<Reservation> |
DescribeInstancesResponse.reservations()
Information about the reservations.
|
Modifier and Type | Method and Description |
---|---|
DescribeInstancesResponse.Builder |
DescribeInstancesResponse.Builder.reservations(Reservation... reservations)
Information about the reservations.
|
Modifier and Type | Method and Description |
---|---|
DescribeInstancesResponse.Builder |
DescribeInstancesResponse.Builder.reservations(Collection<Reservation> reservations)
Information about the reservations.
|
Modifier and Type | Method and Description |
---|---|
SdkIterable<Reservation> |
DescribeInstancesIterable.reservations()
Returns an iterable to iterate through the paginated
DescribeInstancesResponse.reservations() member. |
SdkPublisher<Reservation> |
DescribeInstancesPublisher.reservations()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.