| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
static Granularity |
Granularity.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Granularity |
GetUsageForecastRequest.granularity()
How granular you want the forecast to be.
|
Granularity |
GetCostAndUsageRequest.granularity()
Sets the Amazon Web Services cost granularity to
MONTHLY or DAILY, or
HOURLY. |
Granularity |
GetReservationCoverageRequest.granularity()
The granularity of the Amazon Web Services cost data for the reservation.
|
Granularity |
GetSavingsPlansCoverageRequest.granularity()
The granularity of the Amazon Web Services cost data for your Savings Plans.
|
Granularity |
GetCostForecastRequest.granularity()
How granular you want the forecast to be.
|
Granularity |
GetCostAndUsageWithResourcesRequest.granularity()
Sets the Amazon Web Services cost granularity to
MONTHLY, DAILY, or HOURLY
. |
Granularity |
GetReservationUtilizationRequest.granularity()
If
GroupBy is set, Granularity can't be set. |
Granularity |
GetSavingsPlansUtilizationRequest.granularity()
The granularity of the Amazon Web Services utillization data for your Savings Plans.
|
static Granularity |
Granularity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Granularity[] |
Granularity.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<Granularity> |
Granularity.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetUsageForecastRequest.Builder |
GetUsageForecastRequest.Builder.granularity(Granularity granularity)
How granular you want the forecast to be.
|
GetCostAndUsageRequest.Builder |
GetCostAndUsageRequest.Builder.granularity(Granularity granularity)
Sets the Amazon Web Services cost granularity to
MONTHLY or DAILY, or
HOURLY. |
GetReservationCoverageRequest.Builder |
GetReservationCoverageRequest.Builder.granularity(Granularity granularity)
The granularity of the Amazon Web Services cost data for the reservation.
|
GetSavingsPlansCoverageRequest.Builder |
GetSavingsPlansCoverageRequest.Builder.granularity(Granularity granularity)
The granularity of the Amazon Web Services cost data for your Savings Plans.
|
GetCostForecastRequest.Builder |
GetCostForecastRequest.Builder.granularity(Granularity granularity)
How granular you want the forecast to be.
|
GetCostAndUsageWithResourcesRequest.Builder |
GetCostAndUsageWithResourcesRequest.Builder.granularity(Granularity granularity)
Sets the Amazon Web Services cost granularity to
MONTHLY, DAILY, or
HOURLY. |
GetReservationUtilizationRequest.Builder |
GetReservationUtilizationRequest.Builder.granularity(Granularity granularity)
If
GroupBy is set, Granularity can't be set. |
GetSavingsPlansUtilizationRequest.Builder |
GetSavingsPlansUtilizationRequest.Builder.granularity(Granularity granularity)
The granularity of the Amazon Web Services utillization data for your Savings Plans.
|
Copyright © 2022. All rights reserved.