| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static PriceUnits |
PriceUnits.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PriceUnits |
Offering.priceUnits()
The unit of measurement that is used for billing.
|
PriceUnits |
Reservation.priceUnits()
The unit of measurement that is used for billing.
|
static PriceUnits |
PriceUnits.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<PriceUnits> |
PriceUnits.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Offering.Builder |
Offering.Builder.priceUnits(PriceUnits priceUnits)
The unit of measurement that is used for billing.
|
Reservation.Builder |
Reservation.Builder.priceUnits(PriceUnits priceUnits)
The unit of measurement that is used for billing.
|
Copyright © 2023. All rights reserved.