Uses of Class
software.amazon.awssdk.services.medialive.model.ReservationAutomaticRenewal
-
Packages that use ReservationAutomaticRenewal Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of ReservationAutomaticRenewal in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return ReservationAutomaticRenewal Modifier and Type Method Description ReservationAutomaticRenewalRenewalSettings. automaticRenewal()Automatic renewal status for the reservationstatic ReservationAutomaticRenewalReservationAutomaticRenewal. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ReservationAutomaticRenewalReservationAutomaticRenewal. valueOf(String name)Returns the enum constant of this type with the specified name.static ReservationAutomaticRenewal[]ReservationAutomaticRenewal. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type ReservationAutomaticRenewal Modifier and Type Method Description static Set<ReservationAutomaticRenewal>ReservationAutomaticRenewal. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type ReservationAutomaticRenewal Modifier and Type Method Description RenewalSettings.BuilderRenewalSettings.Builder. automaticRenewal(ReservationAutomaticRenewal automaticRenewal)Automatic renewal status for the reservation
-