Uses of Class
software.amazon.awssdk.services.mediaconnect.model.DurationUnits
-
Packages that use DurationUnits Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of DurationUnits in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return DurationUnits Modifier and Type Method Description DurationUnitsOffering. durationUnits()The unit of measurement for the duration of the offering.DurationUnitsReservation. durationUnits()The unit of measurement for the duration of the reservation.static DurationUnitsDurationUnits. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DurationUnitsDurationUnits. valueOf(String name)Returns the enum constant of this type with the specified name.static DurationUnits[]DurationUnits. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type DurationUnits Modifier and Type Method Description static Set<DurationUnits>DurationUnits. knownValues()Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type DurationUnits Modifier and Type Method Description Offering.BuilderOffering.Builder. durationUnits(DurationUnits durationUnits)The unit of measurement for the duration of the offering.Reservation.BuilderReservation.Builder. durationUnits(DurationUnits durationUnits)The unit of measurement for the duration of the reservation.
-