| Package | Description |
|---|---|
| com.amazonaws.services.freetier.model |
| Modifier and Type | Method and Description |
|---|---|
FreeTierUsage |
FreeTierUsage.clone() |
FreeTierUsage |
FreeTierUsage.withActualUsageAmount(Double actualUsageAmount)
Describes the actual usage accrued month-to-day (MTD) that you've used so far.
|
FreeTierUsage |
FreeTierUsage.withDescription(String description)
The description of the Free Tier offer.
|
FreeTierUsage |
FreeTierUsage.withForecastedUsageAmount(Double forecastedUsageAmount)
Describes the forecasted usage by the month that you're expected to use.
|
FreeTierUsage |
FreeTierUsage.withFreeTierType(String freeTierType)
Describes the type of the Free Tier offer.
|
FreeTierUsage |
FreeTierUsage.withLimit(Double limit)
Describes the maximum usage allowed in Free Tier.
|
FreeTierUsage |
FreeTierUsage.withOperation(String operation)
Describes
usageType more granularly with the specific Amazon Web Service API operation. |
FreeTierUsage |
FreeTierUsage.withRegion(String region)
Describes the Amazon Web Services Region for which this offer is applicable
|
FreeTierUsage |
FreeTierUsage.withService(String service)
The name of the Amazon Web Service providing the Free Tier offer.
|
FreeTierUsage |
FreeTierUsage.withUnit(String unit)
Describes the unit of the
usageType, such as Hrs. |
FreeTierUsage |
FreeTierUsage.withUsageType(String usageType)
Describes the usage details of the offer.
|
| Modifier and Type | Method and Description |
|---|---|
List<FreeTierUsage> |
GetFreeTierUsageResult.getFreeTierUsages()
The list of Free Tier usage objects that meet your filter expression.
|
| Modifier and Type | Method and Description |
|---|---|
GetFreeTierUsageResult |
GetFreeTierUsageResult.withFreeTierUsages(FreeTierUsage... freeTierUsages)
The list of Free Tier usage objects that meet your filter expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFreeTierUsageResult.setFreeTierUsages(Collection<FreeTierUsage> freeTierUsages)
The list of Free Tier usage objects that meet your filter expression.
|
GetFreeTierUsageResult |
GetFreeTierUsageResult.withFreeTierUsages(Collection<FreeTierUsage> freeTierUsages)
The list of Free Tier usage objects that meet your filter expression.
|
Copyright © 2024. All rights reserved.