| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
ReservationPlan |
ReservationPlan.clone() |
ReservationPlan |
Queue.getReservationPlan()
Details about the pricing plan for your reserved queue.
|
ReservationPlan |
ReservationPlan.withCommitment(Commitment commitment)
The length of time that you commit to when you set up a pricing plan contract for a reserved queue.
|
ReservationPlan |
ReservationPlan.withCommitment(String commitment)
The length of time that you commit to when you set up a pricing plan contract for a reserved queue.
|
ReservationPlan |
ReservationPlan.withExpiresAt(Date expiresAt)
The time stamp, in epoch seconds, for when the pricing plan for this reserved queue expires.
|
ReservationPlan |
ReservationPlan.withPurchasedAt(Date purchasedAt)
The time stamp in epoch seconds when the reserved queue's reservation plan was created.
|
ReservationPlan |
ReservationPlan.withRenewalType(RenewalType renewalType)
Specifies whether the pricing plan contract for your reserved queue automatically renews (AUTO_RENEW) or expires
(EXPIRE) at the end of the contract period.
|
ReservationPlan |
ReservationPlan.withRenewalType(String renewalType)
Specifies whether the pricing plan contract for your reserved queue automatically renews (AUTO_RENEW) or expires
(EXPIRE) at the end of the contract period.
|
ReservationPlan |
ReservationPlan.withReservedSlots(Integer reservedSlots)
Specifies the number of reserved transcode slots (RTSs) for this queue.
|
ReservationPlan |
ReservationPlan.withStatus(ReservationPlanStatus status)
Specifies whether the pricing plan for your reserved queue is ACTIVE or EXPIRED.
|
ReservationPlan |
ReservationPlan.withStatus(String status)
Specifies whether the pricing plan for your reserved queue is ACTIVE or EXPIRED.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Queue.setReservationPlan(ReservationPlan reservationPlan)
Details about the pricing plan for your reserved queue.
|
Queue |
Queue.withReservationPlan(ReservationPlan reservationPlan)
Details about the pricing plan for your reserved queue.
|
Copyright © 2018. All rights reserved.