Uses of Interface
software.amazon.awssdk.services.route53.model.ListVpcAssociationAuthorizationsResponse.Builder
Packages that use ListVpcAssociationAuthorizationsResponse.Builder
-
Uses of ListVpcAssociationAuthorizationsResponse.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ListVpcAssociationAuthorizationsResponse.BuilderModifier and TypeMethodDescriptionListVpcAssociationAuthorizationsResponse.builder()ListVpcAssociationAuthorizationsResponse.Builder.hostedZoneId(String hostedZoneId) The ID of the hosted zone that you can associate the listed VPCs with.When the response includes aNextTokenelement, there are more VPCs that can be associated with the specified hosted zone.ListVpcAssociationAuthorizationsResponse.toBuilder()ListVpcAssociationAuthorizationsResponse.Builder.vpCs(Collection<VPC> vpCs) The list of VPCs that are authorized to be associated with the specified hosted zone.ListVpcAssociationAuthorizationsResponse.Builder.vpCs(Consumer<VPC.Builder>... vpCs) The list of VPCs that are authorized to be associated with the specified hosted zone.The list of VPCs that are authorized to be associated with the specified hosted zone.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ListVpcAssociationAuthorizationsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListVpcAssociationAuthorizationsResponse.Builder>ListVpcAssociationAuthorizationsResponse.serializableBuilderClass()