| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53 |
Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.
|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListHostedZonesByVpcResponse> |
Route53AsyncClient.listHostedZonesByVPC(Consumer<ListHostedZonesByVpcRequest.Builder> listHostedZonesByVpcRequest)
Lists all the private hosted zones that a specified VPC is associated with, regardless of which AWS account or
AWS service owns the hosted zones.
|
default ListHostedZonesByVpcResponse |
Route53Client.listHostedZonesByVPC(Consumer<ListHostedZonesByVpcRequest.Builder> listHostedZonesByVpcRequest)
Lists all the private hosted zones that a specified VPC is associated with, regardless of which AWS account or
AWS service owns the hosted zones.
|
| Modifier and Type | Method and Description |
|---|---|
static ListHostedZonesByVpcRequest.Builder |
ListHostedZonesByVpcRequest.builder() |
ListHostedZonesByVpcRequest.Builder |
ListHostedZonesByVpcRequest.Builder.maxItems(String maxItems)
(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return.
|
ListHostedZonesByVpcRequest.Builder |
ListHostedZonesByVpcRequest.Builder.nextToken(String nextToken)
If the previous response included a
NextToken element, the specified VPC is associated with more
hosted zones. |
ListHostedZonesByVpcRequest.Builder |
ListHostedZonesByVpcRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListHostedZonesByVpcRequest.Builder |
ListHostedZonesByVpcRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListHostedZonesByVpcRequest.Builder |
ListHostedZonesByVpcRequest.toBuilder() |
ListHostedZonesByVpcRequest.Builder |
ListHostedZonesByVpcRequest.Builder.vpcId(String vpcId)
The ID of the Amazon VPC that you want to list hosted zones for.
|
ListHostedZonesByVpcRequest.Builder |
ListHostedZonesByVpcRequest.Builder.vpcRegion(String vpcRegion)
For the Amazon VPC that you specified for
VPCId, the AWS Region that you created the VPC in. |
ListHostedZonesByVpcRequest.Builder |
ListHostedZonesByVpcRequest.Builder.vpcRegion(VPCRegion vpcRegion)
For the Amazon VPC that you specified for
VPCId, the AWS Region that you created the VPC in. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListHostedZonesByVpcRequest.Builder> |
ListHostedZonesByVpcRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.