Uses of Interface
software.amazon.awssdk.services.route53.model.DisassociateVpcFromHostedZoneRequest.Builder
Packages that use DisassociateVpcFromHostedZoneRequest.Builder
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of DisassociateVpcFromHostedZoneRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type DisassociateVpcFromHostedZoneRequest.BuilderModifier and TypeMethodDescriptionRoute53AsyncClient.disassociateVPCFromHostedZone(Consumer<DisassociateVpcFromHostedZoneRequest.Builder> disassociateVpcFromHostedZoneRequest) Disassociates an Amazon Virtual Private Cloud (Amazon VPC) from an Amazon Route 53 private hosted zone.Route53Client.disassociateVPCFromHostedZone(Consumer<DisassociateVpcFromHostedZoneRequest.Builder> disassociateVpcFromHostedZoneRequest) Disassociates an Amazon Virtual Private Cloud (Amazon VPC) from an Amazon Route 53 private hosted zone. -
Uses of DisassociateVpcFromHostedZoneRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return DisassociateVpcFromHostedZoneRequest.BuilderModifier and TypeMethodDescriptionDisassociateVpcFromHostedZoneRequest.builder()Optional: A comment about the disassociation request.DisassociateVpcFromHostedZoneRequest.Builder.hostedZoneId(String hostedZoneId) The ID of the private hosted zone that you want to disassociate a VPC from.DisassociateVpcFromHostedZoneRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DisassociateVpcFromHostedZoneRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DisassociateVpcFromHostedZoneRequest.toBuilder()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.A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type DisassociateVpcFromHostedZoneRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DisassociateVpcFromHostedZoneRequest.Builder>DisassociateVpcFromHostedZoneRequest.serializableBuilderClass()