Uses of Interface
software.amazon.awssdk.services.billingconductor.model.ListBillingGroupAccountGrouping.Builder
-
Packages that use ListBillingGroupAccountGrouping.Builder Package Description software.amazon.awssdk.services.billingconductor.model -
-
Uses of ListBillingGroupAccountGrouping.Builder in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return ListBillingGroupAccountGrouping.Builder Modifier and Type Method Description ListBillingGroupAccountGrouping.BuilderListBillingGroupAccountGrouping.Builder. autoAssociate(Boolean autoAssociate)Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join your consolidated billing family.static ListBillingGroupAccountGrouping.BuilderListBillingGroupAccountGrouping. builder()ListBillingGroupAccountGrouping.BuilderListBillingGroupAccountGrouping. toBuilder()Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type ListBillingGroupAccountGrouping.Builder Modifier and Type Method Description static Class<? extends ListBillingGroupAccountGrouping.Builder>ListBillingGroupAccountGrouping. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.billingconductor.model with type arguments of type ListBillingGroupAccountGrouping.Builder Modifier and Type Method Description default BillingGroupListElement.BuilderBillingGroupListElement.Builder. accountGrouping(Consumer<ListBillingGroupAccountGrouping.Builder> accountGrouping)Specifies if the billing group has automatic account association (AutoAssociate) enabled.
-