| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Offering |
Offering.clone() |
Offering |
DescribeOfferingResult.getOffering() |
Offering |
Offering.withCurrencyCode(String currencyCode)
The type of currency that is used for billing.
|
Offering |
Offering.withDuration(Integer duration)
The length of time that your reservation would be active.
|
Offering |
Offering.withDurationUnits(DurationUnits durationUnits)
The unit of measurement for the duration of the offering.
|
Offering |
Offering.withDurationUnits(String durationUnits)
The unit of measurement for the duration of the offering.
|
Offering |
Offering.withOfferingArn(String offeringArn)
The Amazon Resource Name (ARN) that MediaConnect assigns to the offering.
|
Offering |
Offering.withOfferingDescription(String offeringDescription)
A description of the offering.
|
Offering |
Offering.withPricePerUnit(String pricePerUnit)
The cost of a single unit.
|
Offering |
Offering.withPriceUnits(PriceUnits priceUnits)
The unit of measurement that is used for billing.
|
Offering |
Offering.withPriceUnits(String priceUnits)
The unit of measurement that is used for billing.
|
Offering |
Offering.withResourceSpecification(ResourceSpecification resourceSpecification)
A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering.
|
| Modifier and Type | Method and Description |
|---|---|
List<Offering> |
ListOfferingsResult.getOfferings()
A list of offerings that are available to this account in the current AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeOfferingResult.setOffering(Offering offering) |
DescribeOfferingResult |
DescribeOfferingResult.withOffering(Offering offering) |
ListOfferingsResult |
ListOfferingsResult.withOfferings(Offering... offerings)
A list of offerings that are available to this account in the current AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListOfferingsResult.setOfferings(Collection<Offering> offerings)
A list of offerings that are available to this account in the current AWS Region.
|
ListOfferingsResult |
ListOfferingsResult.withOfferings(Collection<Offering> offerings)
A list of offerings that are available to this account in the current AWS Region.
|
Copyright © 2022. All rights reserved.