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