| Package | Description |
|---|---|
| com.amazonaws.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
CustomLineItemVersionListElement |
CustomLineItemVersionListElement.clone() |
CustomLineItemVersionListElement |
CustomLineItemVersionListElement.withArn(String arn)
A list of custom line item Amazon Resource Names (ARNs) to retrieve information.
|
CustomLineItemVersionListElement |
CustomLineItemVersionListElement.withAssociationSize(Long associationSize)
The number of resources that are associated with the custom line item.
|
CustomLineItemVersionListElement |
CustomLineItemVersionListElement.withBillingGroupArn(String billingGroupArn)
The Amazon Resource Name (ARN) of the billing group that the custom line item applies to.
|
CustomLineItemVersionListElement |
CustomLineItemVersionListElement.withChargeDetails(ListCustomLineItemChargeDetails chargeDetails) |
CustomLineItemVersionListElement |
CustomLineItemVersionListElement.withCreationTime(Long creationTime)
The time when the custom line item version was created.
|
CustomLineItemVersionListElement |
CustomLineItemVersionListElement.withCurrencyCode(CurrencyCode currencyCode)
The charge value currency of the custom line item.
|
CustomLineItemVersionListElement |
CustomLineItemVersionListElement.withCurrencyCode(String currencyCode)
The charge value currency of the custom line item.
|
CustomLineItemVersionListElement |
CustomLineItemVersionListElement.withDescription(String description)
The description of the custom line item.
|
CustomLineItemVersionListElement |
CustomLineItemVersionListElement.withEndBillingPeriod(String endBillingPeriod)
The end billing period of the custom line item version.
|
CustomLineItemVersionListElement |
CustomLineItemVersionListElement.withLastModifiedTime(Long lastModifiedTime)
The most recent time that the custom line item version was modified.
|
CustomLineItemVersionListElement |
CustomLineItemVersionListElement.withName(String name)
The name of the custom line item.
|
CustomLineItemVersionListElement |
CustomLineItemVersionListElement.withProductCode(String productCode)
The product code that’s associated with the custom line item.
|
CustomLineItemVersionListElement |
CustomLineItemVersionListElement.withStartBillingPeriod(String startBillingPeriod)
The start billing period of the custom line item version.
|
CustomLineItemVersionListElement |
CustomLineItemVersionListElement.withStartTime(Long startTime)
The inclusive start time.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomLineItemVersionListElement> |
ListCustomLineItemVersionsResult.getCustomLineItemVersions()
A list of
CustomLineItemVersionListElements that are received. |
| Modifier and Type | Method and Description |
|---|---|
ListCustomLineItemVersionsResult |
ListCustomLineItemVersionsResult.withCustomLineItemVersions(CustomLineItemVersionListElement... customLineItemVersions)
A list of
CustomLineItemVersionListElements that are received. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCustomLineItemVersionsResult.setCustomLineItemVersions(Collection<CustomLineItemVersionListElement> customLineItemVersions)
A list of
CustomLineItemVersionListElements that are received. |
ListCustomLineItemVersionsResult |
ListCustomLineItemVersionsResult.withCustomLineItemVersions(Collection<CustomLineItemVersionListElement> customLineItemVersions)
A list of
CustomLineItemVersionListElements that are received. |
Copyright © 2023. All rights reserved.