| 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 DisassociateVpcFromHostedZoneResponse |
Route53Client.disassociateVPCFromHostedZone(Consumer<DisassociateVpcFromHostedZoneRequest.Builder> disassociateVpcFromHostedZoneRequest)
Disassociates a VPC from a Amazon Route 53 private hosted zone.
|
default CompletableFuture<DisassociateVpcFromHostedZoneResponse> |
Route53AsyncClient.disassociateVPCFromHostedZone(Consumer<DisassociateVpcFromHostedZoneRequest.Builder> disassociateVpcFromHostedZoneRequest)
Disassociates a VPC from a Amazon Route 53 private hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
static DisassociateVpcFromHostedZoneRequest.Builder |
DisassociateVpcFromHostedZoneRequest.builder() |
DisassociateVpcFromHostedZoneRequest.Builder |
DisassociateVpcFromHostedZoneRequest.Builder.comment(String comment)
Optional: A comment about the disassociation request.
|
DisassociateVpcFromHostedZoneRequest.Builder |
DisassociateVpcFromHostedZoneRequest.Builder.hostedZoneId(String hostedZoneId)
The ID of the private hosted zone that you want to disassociate a VPC from.
|
DisassociateVpcFromHostedZoneRequest.Builder |
DisassociateVpcFromHostedZoneRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateVpcFromHostedZoneRequest.Builder |
DisassociateVpcFromHostedZoneRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisassociateVpcFromHostedZoneRequest.Builder |
DisassociateVpcFromHostedZoneRequest.toBuilder() |
default DisassociateVpcFromHostedZoneRequest.Builder |
DisassociateVpcFromHostedZoneRequest.Builder.vpc(Consumer<VPC.Builder> vpc)
A complex type that contains information about the VPC that you're disassociating from the specified hosted
zone.
|
DisassociateVpcFromHostedZoneRequest.Builder |
DisassociateVpcFromHostedZoneRequest.Builder.vpc(VPC vpc)
A complex type that contains information about the VPC that you're disassociating from the specified hosted
zone.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DisassociateVpcFromHostedZoneRequest.Builder> |
DisassociateVpcFromHostedZoneRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.