Package-level declarations
Functions
Link copied to clipboard
This paginator transforms the flow returned by viewBillingPaginated to access the nested member BillingRecord
Link copied to clipboard
This paginator transforms the flow returned by listDomainsPaginated to access the nested member DomainSummary
Link copied to clipboard
fun Route53DomainsClient.listDomainsPaginated(initialRequest: ListDomainsRequest = ListDomainsRequest { }): Flow<ListDomainsResponse>
fun Route53DomainsClient.listDomainsPaginated(block: ListDomainsRequest.Builder.() -> Unit): Flow<ListDomainsResponse>
Paginate over ListDomainsResponse results.
Link copied to clipboard
fun Route53DomainsClient.listOperationsPaginated(initialRequest: ListOperationsRequest = ListOperationsRequest { }): Flow<ListOperationsResponse>
fun Route53DomainsClient.listOperationsPaginated(block: ListOperationsRequest.Builder.() -> Unit): Flow<ListOperationsResponse>
Paginate over ListOperationsResponse results.
Link copied to clipboard
fun Route53DomainsClient.listPricesPaginated(initialRequest: ListPricesRequest = ListPricesRequest { }): Flow<ListPricesResponse>
fun Route53DomainsClient.listPricesPaginated(block: ListPricesRequest.Builder.() -> Unit): Flow<ListPricesResponse>
Paginate over ListPricesResponse results.
Link copied to clipboard
This paginator transforms the flow returned by listOperationsPaginated to access the nested member OperationSummary
Link copied to clipboard
This paginator transforms the flow returned by listPricesPaginated to access the nested member DomainPrice
Link copied to clipboard
fun Route53DomainsClient.viewBillingPaginated(initialRequest: ViewBillingRequest = ViewBillingRequest { }): Flow<ViewBillingResponse>
fun Route53DomainsClient.viewBillingPaginated(block: ViewBillingRequest.Builder.() -> Unit): Flow<ViewBillingResponse>
Paginate over ViewBillingResponse results.