Uses of Class
software.amazon.awssdk.services.mediaconvert.model.RenewalType
-
Packages that use RenewalType Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of RenewalType in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return RenewalType Modifier and Type Method Description static RenewalTypeRenewalType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RenewalTypeReservationPlan. 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.RenewalTypeReservationPlanSettings. 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 RenewalTypeRenewalType. 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.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type RenewalType Modifier and Type Method Description static Set<RenewalType>RenewalType. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type RenewalType Modifier and Type Method Description ReservationPlan.BuilderReservationPlan.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.BuilderReservationPlanSettings.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.
-