| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
AccountScope |
GetReservationPurchaseRecommendationRequest.accountScope()
The account scope that you want your recommendations for.
|
AccountScope |
GetSavingsPlansPurchaseRecommendationRequest.accountScope()
The account scope that you want your recommendations for.
|
AccountScope |
SavingsPlansPurchaseRecommendation.accountScope()
The account scope that you want your recommendations for.
|
AccountScope |
ReservationPurchaseRecommendation.accountScope()
The account scope that Amazon Web Services recommends that you purchase this instance for.
|
static AccountScope |
AccountScope.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AccountScope |
AccountScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountScope[] |
AccountScope.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<AccountScope> |
AccountScope.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetReservationPurchaseRecommendationRequest.Builder |
GetReservationPurchaseRecommendationRequest.Builder.accountScope(AccountScope accountScope)
The account scope that you want your recommendations for.
|
GetSavingsPlansPurchaseRecommendationRequest.Builder |
GetSavingsPlansPurchaseRecommendationRequest.Builder.accountScope(AccountScope accountScope)
The account scope that you want your recommendations for.
|
SavingsPlansPurchaseRecommendation.Builder |
SavingsPlansPurchaseRecommendation.Builder.accountScope(AccountScope accountScope)
The account scope that you want your recommendations for.
|
ReservationPurchaseRecommendation.Builder |
ReservationPurchaseRecommendation.Builder.accountScope(AccountScope accountScope)
The account scope that Amazon Web Services recommends that you purchase this instance for.
|
Copyright © 2023. All rights reserved.