Uses of Class
software.amazon.awssdk.services.costexplorer.model.AccountScope
-
Packages that use AccountScope Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of AccountScope in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return AccountScope Modifier and Type Method Description AccountScopeGetReservationPurchaseRecommendationRequest. accountScope()The account scope that you want your recommendations for.AccountScopeGetSavingsPlansPurchaseRecommendationRequest. accountScope()The account scope that you want your recommendations for.AccountScopeRecommendationDetailData. accountScope()The account scope that you want your recommendations for.AccountScopeReservationPurchaseRecommendation. accountScope()The account scope that Amazon Web Services recommends that you purchase this instance for.AccountScopeSavingsPlansPurchaseRecommendation. accountScope()The account scope that you want your recommendations for.static AccountScopeAccountScope. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AccountScopeAccountScope. 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.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type AccountScope Modifier and Type Method Description static Set<AccountScope>AccountScope. knownValues()Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type AccountScope Modifier and Type Method Description GetReservationPurchaseRecommendationRequest.BuilderGetReservationPurchaseRecommendationRequest.Builder. accountScope(AccountScope accountScope)The account scope that you want your recommendations for.GetSavingsPlansPurchaseRecommendationRequest.BuilderGetSavingsPlansPurchaseRecommendationRequest.Builder. accountScope(AccountScope accountScope)The account scope that you want your recommendations for.RecommendationDetailData.BuilderRecommendationDetailData.Builder. accountScope(AccountScope accountScope)The account scope that you want your recommendations for.ReservationPurchaseRecommendation.BuilderReservationPurchaseRecommendation.Builder. accountScope(AccountScope accountScope)The account scope that Amazon Web Services recommends that you purchase this instance for.SavingsPlansPurchaseRecommendation.BuilderSavingsPlansPurchaseRecommendation.Builder. accountScope(AccountScope accountScope)The account scope that you want your recommendations for.
-