Uses of Class
software.amazon.awssdk.services.billingconductor.model.ComputationPreference
-
Packages that use ComputationPreference Package Description software.amazon.awssdk.services.billingconductor.model -
-
Uses of ComputationPreference in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return ComputationPreference Modifier and Type Method Description ComputationPreferenceBillingGroupListElement. computationPreference()Returns the value of the ComputationPreference property for this object.ComputationPreferenceCreateBillingGroupRequest. computationPreference()The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.ComputationPreferenceUpdateBillingGroupRequest. computationPreference()The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.Methods in software.amazon.awssdk.services.billingconductor.model with parameters of type ComputationPreference Modifier and Type Method Description BillingGroupListElement.BuilderBillingGroupListElement.Builder. computationPreference(ComputationPreference computationPreference)Sets the value of the ComputationPreference property for this object.CreateBillingGroupRequest.BuilderCreateBillingGroupRequest.Builder. computationPreference(ComputationPreference computationPreference)The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.UpdateBillingGroupRequest.BuilderUpdateBillingGroupRequest.Builder. computationPreference(ComputationPreference computationPreference)The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.
-