| Package | Description |
|---|---|
| com.amazonaws.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
ListCustomLineItemsFilter |
ListCustomLineItemsFilter.clone() |
ListCustomLineItemsFilter |
ListCustomLineItemsRequest.getFilters()
A
ListCustomLineItemsFilter that specifies the custom line item names and/or billing group Amazon
Resource Names (ARNs) to retrieve FFLI information. |
ListCustomLineItemsFilter |
ListCustomLineItemsFilter.withArns(Collection<String> arns)
A list of custom line item ARNs to retrieve information.
|
ListCustomLineItemsFilter |
ListCustomLineItemsFilter.withArns(String... arns)
A list of custom line item ARNs to retrieve information.
|
ListCustomLineItemsFilter |
ListCustomLineItemsFilter.withBillingGroups(Collection<String> billingGroups)
The billing group Amazon Resource Names (ARNs) to retrieve information.
|
ListCustomLineItemsFilter |
ListCustomLineItemsFilter.withBillingGroups(String... billingGroups)
The billing group Amazon Resource Names (ARNs) to retrieve information.
|
ListCustomLineItemsFilter |
ListCustomLineItemsFilter.withNames(Collection<String> names)
A list of custom line items to retrieve information.
|
ListCustomLineItemsFilter |
ListCustomLineItemsFilter.withNames(String... names)
A list of custom line items to retrieve information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCustomLineItemsRequest.setFilters(ListCustomLineItemsFilter filters)
A
ListCustomLineItemsFilter that specifies the custom line item names and/or billing group Amazon
Resource Names (ARNs) to retrieve FFLI information. |
ListCustomLineItemsRequest |
ListCustomLineItemsRequest.withFilters(ListCustomLineItemsFilter filters)
A
ListCustomLineItemsFilter that specifies the custom line item names and/or billing group Amazon
Resource Names (ARNs) to retrieve FFLI information. |
Copyright © 2022. All rights reserved.