| Package | Description |
|---|---|
| com.amazonaws.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
CustomLineItemListElement |
CustomLineItemListElement.clone() |
CustomLineItemListElement |
CustomLineItemListElement.withArn(String arn)
The Amazon Resource Names (ARNs) for custom line items.
|
CustomLineItemListElement |
CustomLineItemListElement.withAssociationSize(Long associationSize)
The number of resources that are associated to the custom line item.
|
CustomLineItemListElement |
CustomLineItemListElement.withBillingGroupArn(String billingGroupArn)
The Amazon Resource Name (ARN) that references the billing group where the custom line item applies to.
|
CustomLineItemListElement |
CustomLineItemListElement.withChargeDetails(ListCustomLineItemChargeDetails chargeDetails)
A
ListCustomLineItemChargeDetails that describes the charge details of a custom line item. |
CustomLineItemListElement |
CustomLineItemListElement.withCreationTime(Long creationTime)
The time created.
|
CustomLineItemListElement |
CustomLineItemListElement.withCurrencyCode(CurrencyCode currencyCode)
The custom line item's charge value currency.
|
CustomLineItemListElement |
CustomLineItemListElement.withCurrencyCode(String currencyCode)
The custom line item's charge value currency.
|
CustomLineItemListElement |
CustomLineItemListElement.withDescription(String description)
The custom line item's description.
|
CustomLineItemListElement |
CustomLineItemListElement.withLastModifiedTime(Long lastModifiedTime)
The most recent time when the custom line item was modified.
|
CustomLineItemListElement |
CustomLineItemListElement.withName(String name)
The custom line item's name.
|
CustomLineItemListElement |
CustomLineItemListElement.withProductCode(String productCode)
The product code that's associated with the custom line item.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomLineItemListElement> |
ListCustomLineItemsResult.getCustomLineItems()
A list of
FreeFormLineItemListElements received. |
| Modifier and Type | Method and Description |
|---|---|
ListCustomLineItemsResult |
ListCustomLineItemsResult.withCustomLineItems(CustomLineItemListElement... customLineItems)
A list of
FreeFormLineItemListElements received. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCustomLineItemsResult.setCustomLineItems(Collection<CustomLineItemListElement> customLineItems)
A list of
FreeFormLineItemListElements received. |
ListCustomLineItemsResult |
ListCustomLineItemsResult.withCustomLineItems(Collection<CustomLineItemListElement> customLineItems)
A list of
FreeFormLineItemListElements received. |
Copyright © 2023. All rights reserved.