Uses of Class
software.amazon.awssdk.services.mediaconnect.model.PriceUnits
-
Packages that use PriceUnits Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of PriceUnits in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return PriceUnits Modifier and Type Method Description static PriceUnitsPriceUnits. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PriceUnitsOffering. priceUnits()The unit of measurement that is used for billing.PriceUnitsReservation. priceUnits()The unit of measurement that is used for billing.static PriceUnitsPriceUnits. valueOf(String name)Returns the enum constant of this type with the specified name.static PriceUnits[]PriceUnits. 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 PriceUnits Modifier and Type Method Description static Set<PriceUnits>PriceUnits. knownValues()Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type PriceUnits Modifier and Type Method Description Offering.BuilderOffering.Builder. priceUnits(PriceUnits priceUnits)The unit of measurement that is used for billing.Reservation.BuilderReservation.Builder. priceUnits(PriceUnits priceUnits)The unit of measurement that is used for billing.
-