Uses of Class
software.amazon.awssdk.services.route53.model.AliasTarget
-
Packages that use AliasTarget Package Description software.amazon.awssdk.services.route53.model -
-
Uses of AliasTarget in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return AliasTarget Modifier and Type Method Description AliasTargetResourceRecordSet. aliasTarget()Alias resource record sets only: Information about the Amazon Web Services resource, such as a CloudFront distribution or an Amazon S3 bucket, that you want to route traffic to.Methods in software.amazon.awssdk.services.route53.model with parameters of type AliasTarget Modifier and Type Method Description ResourceRecordSet.BuilderResourceRecordSet.Builder. aliasTarget(AliasTarget aliasTarget)Alias resource record sets only: Information about the Amazon Web Services resource, such as a CloudFront distribution or an Amazon S3 bucket, that you want to route traffic to.
-