| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model | |
| software.amazon.awssdk.services.mediaconnect.paginators |
| Modifier and Type | Method and Description |
|---|---|
Reservation |
DescribeReservationResponse.reservation()
Returns the value of the Reservation property for this object.
|
Reservation |
PurchaseOfferingResponse.reservation()
Returns the value of the Reservation property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Reservation> |
ListReservationsResponse.reservations()
A list of all reservations that have been purchased by this account in the current AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeReservationResponse.Builder |
DescribeReservationResponse.Builder.reservation(Reservation reservation)
Sets the value of the Reservation property for this object.
|
PurchaseOfferingResponse.Builder |
PurchaseOfferingResponse.Builder.reservation(Reservation reservation)
Sets the value of the Reservation property for this object.
|
ListReservationsResponse.Builder |
ListReservationsResponse.Builder.reservations(Reservation... reservations)
A list of all reservations that have been purchased by this account in the current AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
ListReservationsResponse.Builder |
ListReservationsResponse.Builder.reservations(Collection<Reservation> reservations)
A list of all reservations that have been purchased by this account in the current AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Reservation> |
ListReservationsIterable.reservations()
Returns an iterable to iterate through the paginated
ListReservationsResponse.reservations() member. |
SdkPublisher<Reservation> |
ListReservationsPublisher.reservations()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.