| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Reservation |
Reservation.clone() |
Reservation |
DescribeReservationResult.getReservation() |
Reservation |
PurchaseOfferingResult.getReservation() |
Reservation |
Reservation.withCurrencyCode(String currencyCode)
The type of currency that is used for billing.
|
Reservation |
Reservation.withDuration(Integer duration)
The length of time that this reservation is active.
|
Reservation |
Reservation.withDurationUnits(DurationUnits durationUnits)
The unit of measurement for the duration of the reservation.
|
Reservation |
Reservation.withDurationUnits(String durationUnits)
The unit of measurement for the duration of the reservation.
|
Reservation |
Reservation.withEnd(String end)
The day and time that this reservation expires.
|
Reservation |
Reservation.withOfferingArn(String offeringArn)
The Amazon Resource Name (ARN) that MediaConnect assigns to the offering.
|
Reservation |
Reservation.withOfferingDescription(String offeringDescription)
A description of the offering.
|
Reservation |
Reservation.withPricePerUnit(String pricePerUnit)
The cost of a single unit.
|
Reservation |
Reservation.withPriceUnits(PriceUnits priceUnits)
The unit of measurement that is used for billing.
|
Reservation |
Reservation.withPriceUnits(String priceUnits)
The unit of measurement that is used for billing.
|
Reservation |
Reservation.withReservationArn(String reservationArn)
The Amazon Resource Name (ARN) that MediaConnect assigns to the reservation when you purchase an offering.
|
Reservation |
Reservation.withReservationName(String reservationName)
The name that you assigned to the reservation when you purchased the offering.
|
Reservation |
Reservation.withReservationState(ReservationState reservationState)
The status of your reservation.
|
Reservation |
Reservation.withReservationState(String reservationState)
The status of your reservation.
|
Reservation |
Reservation.withResourceSpecification(ResourceSpecification resourceSpecification)
A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering.
|
Reservation |
Reservation.withStart(String start)
The day and time that the reservation becomes active.
|
| Modifier and Type | Method and Description |
|---|---|
List<Reservation> |
ListReservationsResult.getReservations()
A list of all reservations that have been purchased by this account in the current AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeReservationResult.setReservation(Reservation reservation) |
void |
PurchaseOfferingResult.setReservation(Reservation reservation) |
DescribeReservationResult |
DescribeReservationResult.withReservation(Reservation reservation) |
PurchaseOfferingResult |
PurchaseOfferingResult.withReservation(Reservation reservation) |
ListReservationsResult |
ListReservationsResult.withReservations(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 |
|---|---|
void |
ListReservationsResult.setReservations(Collection<Reservation> reservations)
A list of all reservations that have been purchased by this account in the current AWS Region.
|
ListReservationsResult |
ListReservationsResult.withReservations(Collection<Reservation> reservations)
A list of all reservations that have been purchased by this account in the current AWS Region.
|
Copyright © 2020. All rights reserved.