Uses of Interface
software.amazon.awssdk.services.route53.model.DisassociateVpcFromHostedZoneResponse.Builder
-
Packages that use DisassociateVpcFromHostedZoneResponse.Builder Package Description software.amazon.awssdk.services.route53.model -
-
Uses of DisassociateVpcFromHostedZoneResponse.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return DisassociateVpcFromHostedZoneResponse.Builder Modifier and Type Method Description static DisassociateVpcFromHostedZoneResponse.BuilderDisassociateVpcFromHostedZoneResponse. builder()default DisassociateVpcFromHostedZoneResponse.BuilderDisassociateVpcFromHostedZoneResponse.Builder. changeInfo(Consumer<ChangeInfo.Builder> changeInfo)A complex type that describes the changes made to the specified private hosted zone.DisassociateVpcFromHostedZoneResponse.BuilderDisassociateVpcFromHostedZoneResponse.Builder. changeInfo(ChangeInfo changeInfo)A complex type that describes the changes made to the specified private hosted zone.DisassociateVpcFromHostedZoneResponse.BuilderDisassociateVpcFromHostedZoneResponse. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type DisassociateVpcFromHostedZoneResponse.Builder Modifier and Type Method Description static Class<? extends DisassociateVpcFromHostedZoneResponse.Builder>DisassociateVpcFromHostedZoneResponse. serializableBuilderClass()
-