| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53domains.model | |
| software.amazon.awssdk.services.route53domains.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<BillingRecord> |
ViewBillingResponse.billingRecords()
A summary of billing records.
|
| Modifier and Type | Method and Description |
|---|---|
ViewBillingResponse.Builder |
ViewBillingResponse.Builder.billingRecords(BillingRecord... billingRecords)
A summary of billing records.
|
| Modifier and Type | Method and Description |
|---|---|
ViewBillingResponse.Builder |
ViewBillingResponse.Builder.billingRecords(Collection<BillingRecord> billingRecords)
A summary of billing records.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<BillingRecord> |
ViewBillingIterable.billingRecords()
Returns an iterable to iterate through the paginated
ViewBillingResponse.billingRecords() member. |
SdkPublisher<BillingRecord> |
ViewBillingPublisher.billingRecords()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.