| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53domains |
Amazon Route 53 API actions let you register domain names and perform related operations.
|
| software.amazon.awssdk.services.route53domains.model |
| Modifier and Type | Method and Description |
|---|---|
default ViewBillingResponse |
Route53DomainsClient.viewBilling(Consumer<ViewBillingRequest.Builder> viewBillingRequest)
Returns all the domain-related billing records for the current Amazon Web Services account for a specified period
|
default CompletableFuture<ViewBillingResponse> |
Route53DomainsAsyncClient.viewBilling(Consumer<ViewBillingRequest.Builder> viewBillingRequest)
Returns all the domain-related billing records for the current Amazon Web Services account for a specified period
|
default ViewBillingIterable |
Route53DomainsClient.viewBillingPaginator(Consumer<ViewBillingRequest.Builder> viewBillingRequest)
Returns all the domain-related billing records for the current Amazon Web Services account for a specified period
|
default ViewBillingPublisher |
Route53DomainsAsyncClient.viewBillingPaginator(Consumer<ViewBillingRequest.Builder> viewBillingRequest)
Returns all the domain-related billing records for the current Amazon Web Services account for a specified period
|
| Modifier and Type | Method and Description |
|---|---|
static ViewBillingRequest.Builder |
ViewBillingRequest.builder() |
ViewBillingRequest.Builder |
ViewBillingRequest.Builder.end(Instant end)
The end date and time for the time period for which you want a list of billing records.
|
ViewBillingRequest.Builder |
ViewBillingRequest.Builder.marker(String marker)
For an initial request for a list of billing records, omit this element.
|
ViewBillingRequest.Builder |
ViewBillingRequest.Builder.maxItems(Integer maxItems)
The number of billing records to be returned.
|
ViewBillingRequest.Builder |
ViewBillingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ViewBillingRequest.Builder |
ViewBillingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ViewBillingRequest.Builder |
ViewBillingRequest.Builder.start(Instant start)
The beginning date and time for the time period for which you want a list of billing records.
|
ViewBillingRequest.Builder |
ViewBillingRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ViewBillingRequest.Builder> |
ViewBillingRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.