| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
AliasTarget |
AliasTarget.clone() |
AliasTarget |
ResourceRecordSet.getAliasTarget()
Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk
environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are
redirecting queries.
|
AliasTarget |
AliasTarget.withDNSName(String dNSName)
Alias resource record sets only: The value that you specify depends on where you want to route queries:
|
AliasTarget |
AliasTarget.withEvaluateTargetHealth(Boolean evaluateTargetHealth)
Applies only to alias, weighted alias, latency alias, and failover alias record sets: If you set the value
of
EvaluateTargetHealth to true for the resource record set or sets in an alias,
weighted alias, latency alias, or failover alias resource record set, and if you specify a value for
HealthCheck$Id for every resource record set that is referenced by these alias resource
record sets, the alias resource record sets inherit the health of the referenced resource record sets. |
AliasTarget |
AliasTarget.withHostedZoneId(String hostedZoneId)
Alias resource records sets only: The value used depends on where the queries are routed:
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceRecordSet.setAliasTarget(AliasTarget aliasTarget)
Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk
environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are
redirecting queries.
|
ResourceRecordSet |
ResourceRecordSet.withAliasTarget(AliasTarget aliasTarget)
Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk
environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are
redirecting queries.
|
Copyright © 2016. All rights reserved.