Uses of Class
software.amazon.awssdk.services.billingconductor.model.ListCustomLineItemChargeDetails
-
Packages that use ListCustomLineItemChargeDetails Package Description software.amazon.awssdk.services.billingconductor.model -
-
Uses of ListCustomLineItemChargeDetails in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return ListCustomLineItemChargeDetails Modifier and Type Method Description ListCustomLineItemChargeDetailsCustomLineItemListElement. chargeDetails()AListCustomLineItemChargeDetailsthat describes the charge details of a custom line item.ListCustomLineItemChargeDetailsCustomLineItemVersionListElement. chargeDetails()Returns the value of the ChargeDetails property for this object.ListCustomLineItemChargeDetailsUpdateCustomLineItemResponse. chargeDetails()AListCustomLineItemChargeDetailscontaining the charge details of the successfully updated custom line item.Methods in software.amazon.awssdk.services.billingconductor.model with parameters of type ListCustomLineItemChargeDetails Modifier and Type Method Description CustomLineItemListElement.BuilderCustomLineItemListElement.Builder. chargeDetails(ListCustomLineItemChargeDetails chargeDetails)AListCustomLineItemChargeDetailsthat describes the charge details of a custom line item.CustomLineItemVersionListElement.BuilderCustomLineItemVersionListElement.Builder. chargeDetails(ListCustomLineItemChargeDetails chargeDetails)Sets the value of the ChargeDetails property for this object.UpdateCustomLineItemResponse.BuilderUpdateCustomLineItemResponse.Builder. chargeDetails(ListCustomLineItemChargeDetails chargeDetails)AListCustomLineItemChargeDetailscontaining the charge details of the successfully updated custom line item.
-