| Package | Description |
|---|---|
| software.amazon.awssdk.services.billingconductor.model | |
| software.amazon.awssdk.services.billingconductor.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<CustomLineItemListElement> |
ListCustomLineItemsResponse.customLineItems()
A list of
FreeFormLineItemListElements received. |
| Modifier and Type | Method and Description |
|---|---|
ListCustomLineItemsResponse.Builder |
ListCustomLineItemsResponse.Builder.customLineItems(CustomLineItemListElement... customLineItems)
A list of
FreeFormLineItemListElements received. |
| Modifier and Type | Method and Description |
|---|---|
ListCustomLineItemsResponse.Builder |
ListCustomLineItemsResponse.Builder.customLineItems(Collection<CustomLineItemListElement> customLineItems)
A list of
FreeFormLineItemListElements received. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<CustomLineItemListElement> |
ListCustomLineItemsPublisher.customLineItems()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<CustomLineItemListElement> |
ListCustomLineItemsIterable.customLineItems()
Returns an iterable to iterate through the paginated
ListCustomLineItemsResponse.customLineItems()
member. |
Copyright © 2023. All rights reserved.