| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
| Modifier and Type | Method and Description |
|---|---|
AliasTarget |
AliasTarget.clone() |
AliasTarget |
ResourceRecordSet.getAliasTarget()
Alias resource record sets only: Information about the AWS
resource to which you are redirecting traffic.
|
AliasTarget |
AliasTarget.withDNSName(String dNSName)
Alias resource record sets only: The external DNS name
associated with the AWS Resource.
|
AliasTarget |
AliasTarget.withEvaluateTargetHealth(Boolean evaluateTargetHealth)
Alias resource record sets only: 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 HealthCheckId 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 record sets only: The value you use depends on
where you want to route queries: A CloudFront
distribution: Specify
Z2FDTNDATAQYW2. An ELB
load balancer: Specify the value of the hosted zone ID for the load
balancer. |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceRecordSet.setAliasTarget(AliasTarget aliasTarget)
Alias resource record sets only: Information about the AWS
resource to which you are redirecting traffic.
|
ResourceRecordSet |
ResourceRecordSet.withAliasTarget(AliasTarget aliasTarget)
Alias resource record sets only: Information about the AWS
resource to which you are redirecting traffic.
|
Copyright © 2015. All rights reserved.