| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static RenewalType |
RenewalType.fromValue(String value)
Use this in place of valueOf.
|
static RenewalType |
RenewalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenewalType[] |
RenewalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ReservationPlanSettings |
ReservationPlanSettings.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(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.
|
Copyright © 2021. All rights reserved.