| 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 AWS resource, such as a CloudFront distribution or
an Amazon S3 bucket, that you want to route traffic to.
|
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, failover alias, geolocation alias, latency alias, and weighted alias resource record
sets: When
EvaluateTargetHealth is true, an alias resource record set inherits the
health of the referenced AWS resource, such as an ELB load balancer or another resource record set in the hosted
zone. |
AliasTarget |
AliasTarget.withHostedZoneId(String hostedZoneId)
Alias resource records sets only: The value used depends on where you want to route traffic:
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceRecordSet.setAliasTarget(AliasTarget aliasTarget)
Alias resource record sets only: Information about the AWS resource, such as a CloudFront distribution or
an Amazon S3 bucket, that you want to route traffic to.
|
ResourceRecordSet |
ResourceRecordSet.withAliasTarget(AliasTarget aliasTarget)
Alias resource record sets only: Information about the AWS resource, such as a CloudFront distribution or
an Amazon S3 bucket, that you want to route traffic to.
|
Copyright © 2021. All rights reserved.