| 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 the term of your reserved queue pricing plan commitment.
|
ReservationPlan |
ReservationPlan.withCommitment(String commitment)
The length of the term of your reserved queue pricing plan commitment.
|
ReservationPlan |
ReservationPlan.withExpiresAt(Date expiresAt)
The timestamp in epoch seconds for when the current pricing plan term for this reserved queue expires.
|
ReservationPlan |
ReservationPlan.withPurchasedAt(Date purchasedAt)
The timestamp in epoch seconds for when you set up the current pricing plan for this reserved queue.
|
ReservationPlan |
ReservationPlan.withRenewalType(RenewalType renewalType)
Specifies whether the term of your reserved queue pricing plan is automatically extended (AUTO_RENEW) or expires
(EXPIRE) at the end of the term.
|
ReservationPlan |
ReservationPlan.withRenewalType(String renewalType)
Specifies whether the term of your reserved queue pricing plan is automatically extended (AUTO_RENEW) or expires
(EXPIRE) at the end of the term.
|
ReservationPlan |
ReservationPlan.withReservedSlots(Integer reservedSlots)
Specifies the number of reserved transcode slots (RTS) 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 © 2022. All rights reserved.