Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listBillingViewsResponseBillingViewListElement")
fun Flow<ListBillingViewsResponse>.billingViews(): Flow<BillingViewListElement>

This paginator transforms the flow returned by listBillingViewsPaginated to access the nested member BillingViewListElement

Link copied to clipboard
@JvmName(name = "getCreditAllocationHistoryResponseCreditAllocationHistoryEntry")
fun Flow<GetCreditAllocationHistoryResponse>.creditAllocationHistoryList(): Flow<CreditAllocationHistoryEntry>

This paginator transforms the flow returned by getCreditAllocationHistoryPaginated to access the nested member CreditAllocationHistoryEntry

Link copied to clipboard
@JvmName(name = "listEnterpriseSupportLinkedAccountChargesResponseLinkedAccountCharge")
fun Flow<ListEnterpriseSupportLinkedAccountChargesResponse>.linkedAccount(): Flow<LinkedAccountCharge>

This paginator transforms the flow returned by listEnterpriseSupportLinkedAccountChargesPaginated to access the nested member LinkedAccountCharge

Link copied to clipboard
@JvmName(name = "listSourceViewsForBillingViewResponseBillingViewArn")
fun Flow<ListSourceViewsForBillingViewResponse>.sourceViews(): Flow<String>

This paginator transforms the flow returned by listSourceViewsForBillingViewPaginated to access the nested member BillingViewArn