| Package | Description |
|---|---|
| com.amazonaws.services.pricing.model |
| Modifier and Type | Method and Description |
|---|---|
PriceList |
PriceList.clone() |
PriceList |
PriceList.withCurrencyCode(String currencyCode)
The three alphabetical character ISO-4217 currency code the Price List files are denominated in.
|
PriceList |
PriceList.withFileFormats(Collection<String> fileFormats)
The format you want to retrieve your Price List files.
|
PriceList |
PriceList.withFileFormats(String... fileFormats)
The format you want to retrieve your Price List files.
|
PriceList |
PriceList.withPriceListArn(String priceListArn)
The unique identifier that maps to where your Price List files are located.
|
PriceList |
PriceList.withRegionCode(String regionCode)
This is used to filter the Price List by Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
List<PriceList> |
ListPriceListsResult.getPriceLists()
The type of price list references that match your request.
|
| Modifier and Type | Method and Description |
|---|---|
ListPriceListsResult |
ListPriceListsResult.withPriceLists(PriceList... priceLists)
The type of price list references that match your request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPriceListsResult.setPriceLists(Collection<PriceList> priceLists)
The type of price list references that match your request.
|
ListPriceListsResult |
ListPriceListsResult.withPriceLists(Collection<PriceList> priceLists)
The type of price list references that match your request.
|
Copyright © 2023. All rights reserved.