Package | Description |
---|---|
com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
Modifier and Type | Method and Description |
---|---|
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: A boolean value that indicates
whether this Resource Record Set should respect the health status of
any health checks associated with the ALIAS target record which it is
linked to.
|
AliasTarget |
AliasTarget.withHostedZoneId(String hostedZoneId)
Alias resource record sets only: The value of the hosted zone
ID for the AWS resource.
|
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 © 2014. All rights reserved.