Uses of Class
software.amazon.awssdk.services.route53.model.HostedZoneSummary
-
Packages that use HostedZoneSummary Package Description software.amazon.awssdk.services.route53.model -
-
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 HostedZoneSummary Modifier and Type Method Description 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 HostedZoneSummary Modifier and Type Method Description ListHostedZonesByVpcResponse.BuilderListHostedZonesByVpcResponse.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 HostedZoneSummary Modifier and Type Method Description ListHostedZonesByVpcResponse.BuilderListHostedZonesByVpcResponse.Builder. hostedZoneSummaries(Collection<HostedZoneSummary> hostedZoneSummaries)A list that contains oneHostedZoneSummaryelement for each hosted zone that the specified Amazon VPC is associated with.
-