| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static RenewalType |
RenewalType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RenewalType |
ReservationPlan.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.
|
RenewalType |
ReservationPlanSettings.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.
|
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 |
|---|---|
static Set<RenewalType> |
RenewalType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ReservationPlan.Builder |
ReservationPlan.Builder.renewalType(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.
|
ReservationPlanSettings.Builder |
ReservationPlanSettings.Builder.renewalType(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 © 2023. All rights reserved.