Uses of Class
software.amazon.awssdk.services.billingconductor.model.Attribute
-
Packages that use Attribute Package Description software.amazon.awssdk.services.billingconductor.model -
-
Uses of Attribute in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>BillingGroupCostReportResultElement. attributes()The list of key-value pairs that represent the attributes by which theBillingGroupCostReportResultsare grouped.Methods in software.amazon.awssdk.services.billingconductor.model with parameters of type Attribute Modifier and Type Method Description BillingGroupCostReportResultElement.BuilderBillingGroupCostReportResultElement.Builder. attributes(Attribute... attributes)The list of key-value pairs that represent the attributes by which theBillingGroupCostReportResultsare grouped.Method parameters in software.amazon.awssdk.services.billingconductor.model with type arguments of type Attribute Modifier and Type Method Description BillingGroupCostReportResultElement.BuilderBillingGroupCostReportResultElement.Builder. attributes(Collection<Attribute> attributes)The list of key-value pairs that represent the attributes by which theBillingGroupCostReportResultsare grouped.
-