Uses of Class
software.amazon.awssdk.services.route53.model.HostedZoneSummary
Packages that use HostedZoneSummary
-
Uses of HostedZoneSummary in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type HostedZoneSummaryModifier and TypeMethodDescriptionfinal List<HostedZoneSummary>ListHostedZonesByVpcResponse.hostedZoneSummaries()A list that contains oneHostedZoneSummaryelement for each hosted zone that the specified Amazon VPC is associated with.Methods in software.amazon.awssdk.services.route53.model with parameters of type HostedZoneSummaryModifier and TypeMethodDescriptionListHostedZonesByVpcResponse.Builder.hostedZoneSummaries(HostedZoneSummary... hostedZoneSummaries) A list that contains oneHostedZoneSummaryelement for each hosted zone that the specified Amazon VPC is associated with.Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type HostedZoneSummaryModifier and TypeMethodDescriptionListHostedZonesByVpcResponse.Builder.hostedZoneSummaries(Collection<HostedZoneSummary> hostedZoneSummaries) A list that contains oneHostedZoneSummaryelement for each hosted zone that the specified Amazon VPC is associated with.