Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.RateType
-
Packages that use RateType Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of RateType in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return RateType Modifier and Type Method Description static RateTypeRateType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RateTypeRateType. valueOf(String name)Returns the enum constant of this type with the specified name.static RateType[]RateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type RateType Modifier and Type Method Description static Set<RateType>RateType. knownValues()List<RateType>GetPreferencesResponse. managementAccountRateTypeSelections()The preferred rate types for the management account.List<RateType>UpdatePreferencesRequest. managementAccountRateTypeSelections()The updated preferred rate types for the management account.List<RateType>UpdatePreferencesResponse. managementAccountRateTypeSelections()The updated preferred rate types for the management account.List<RateType>GetPreferencesResponse. memberAccountRateTypeSelections()The preferred rate types for member accounts.List<RateType>UpdatePreferencesRequest. memberAccountRateTypeSelections()The updated preferred rate types for member accounts.List<RateType>UpdatePreferencesResponse. memberAccountRateTypeSelections()The updated preferred rate types for member accounts.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type RateType Modifier and Type Method Description GetPreferencesResponse.BuilderGetPreferencesResponse.Builder. managementAccountRateTypeSelections(RateType... managementAccountRateTypeSelections)The preferred rate types for the management account.UpdatePreferencesRequest.BuilderUpdatePreferencesRequest.Builder. managementAccountRateTypeSelections(RateType... managementAccountRateTypeSelections)The updated preferred rate types for the management account.UpdatePreferencesResponse.BuilderUpdatePreferencesResponse.Builder. managementAccountRateTypeSelections(RateType... managementAccountRateTypeSelections)The updated preferred rate types for the management account.GetPreferencesResponse.BuilderGetPreferencesResponse.Builder. memberAccountRateTypeSelections(RateType... memberAccountRateTypeSelections)The preferred rate types for member accounts.UpdatePreferencesRequest.BuilderUpdatePreferencesRequest.Builder. memberAccountRateTypeSelections(RateType... memberAccountRateTypeSelections)The updated preferred rate types for member accounts.UpdatePreferencesResponse.BuilderUpdatePreferencesResponse.Builder. memberAccountRateTypeSelections(RateType... memberAccountRateTypeSelections)The updated preferred rate types for member accounts.Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type RateType Modifier and Type Method Description GetPreferencesResponse.BuilderGetPreferencesResponse.Builder. managementAccountRateTypeSelections(Collection<RateType> managementAccountRateTypeSelections)The preferred rate types for the management account.UpdatePreferencesRequest.BuilderUpdatePreferencesRequest.Builder. managementAccountRateTypeSelections(Collection<RateType> managementAccountRateTypeSelections)The updated preferred rate types for the management account.UpdatePreferencesResponse.BuilderUpdatePreferencesResponse.Builder. managementAccountRateTypeSelections(Collection<RateType> managementAccountRateTypeSelections)The updated preferred rate types for the management account.GetPreferencesResponse.BuilderGetPreferencesResponse.Builder. memberAccountRateTypeSelections(Collection<RateType> memberAccountRateTypeSelections)The preferred rate types for member accounts.UpdatePreferencesRequest.BuilderUpdatePreferencesRequest.Builder. memberAccountRateTypeSelections(Collection<RateType> memberAccountRateTypeSelections)The updated preferred rate types for member accounts.UpdatePreferencesResponse.BuilderUpdatePreferencesResponse.Builder. memberAccountRateTypeSelections(Collection<RateType> memberAccountRateTypeSelections)The updated preferred rate types for member accounts.
-