| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceRecordSet |
ResourceRecordSet.clone() |
ResourceRecordSet |
Change.getResourceRecordSet()
Information about the resource record set to create or delete.
|
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.
|
ResourceRecordSet |
ResourceRecordSet.withFailover(ResourceRecordSetFailover failover)
Failover resource record sets only: To configure failover, you add the
Failover element to
two resource record sets. |
ResourceRecordSet |
ResourceRecordSet.withFailover(String failover)
Failover resource record sets only: To configure failover, you add the
Failover element to
two resource record sets. |
ResourceRecordSet |
ResourceRecordSet.withGeoLocation(GeoLocation geoLocation)
Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds
to DNS queries based on the geographic origin of the query.
|
ResourceRecordSet |
ResourceRecordSet.withHealthCheckId(String healthCheckId)
If you want Amazon Route 53 to return this resource record set in response to a DNS query only when a health
check is passing, include the
HealthCheckId element and specify the ID of the applicable health
check. |
ResourceRecordSet |
ResourceRecordSet.withName(String name)
The name of the domain you want to perform the action on.
|
ResourceRecordSet |
ResourceRecordSet.withRegion(ResourceRecordSetRegion region)
Latency-based resource record sets only: The Amazon EC2 region where the resource that is specified in
this resource record set resides.
|
ResourceRecordSet |
ResourceRecordSet.withRegion(String region)
Latency-based resource record sets only: The Amazon EC2 region where the resource that is specified in
this resource record set resides.
|
ResourceRecordSet |
ResourceRecordSet.withResourceRecords(Collection<ResourceRecord> resourceRecords)
Information about the resource records to act upon.
|
ResourceRecordSet |
ResourceRecordSet.withResourceRecords(ResourceRecord... resourceRecords)
Information about the resource records to act upon.
|
ResourceRecordSet |
ResourceRecordSet.withSetIdentifier(String setIdentifier)
Weighted, Latency, Geo, and Failover resource record sets only: An identifier that differentiates among
multiple resource record sets that have the same combination of DNS name and type.
|
ResourceRecordSet |
ResourceRecordSet.withTrafficPolicyInstanceId(String trafficPolicyInstanceId)
When you create a traffic policy instance, Amazon Route 53 automatically creates a resource record set.
|
ResourceRecordSet |
ResourceRecordSet.withTTL(Long tTL)
The resource record cache time to live (TTL), in seconds.
|
ResourceRecordSet |
ResourceRecordSet.withType(RRType type)
The DNS record type.
|
ResourceRecordSet |
ResourceRecordSet.withType(String type)
The DNS record type.
|
ResourceRecordSet |
ResourceRecordSet.withWeight(Long weight)
Weighted resource record sets only: Among resource record sets that have the same combination of DNS name
and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the
current resource record set.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceRecordSet> |
ListResourceRecordSetsResult.getResourceRecordSets()
Information about multiple resource record sets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Change.setResourceRecordSet(ResourceRecordSet resourceRecordSet)
Information about the resource record set to create or delete.
|
Change |
Change.withResourceRecordSet(ResourceRecordSet resourceRecordSet)
Information about the resource record set to create or delete.
|
ListResourceRecordSetsResult |
ListResourceRecordSetsResult.withResourceRecordSets(ResourceRecordSet... resourceRecordSets)
Information about multiple resource record sets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourceRecordSetsResult.setResourceRecordSets(Collection<ResourceRecordSet> resourceRecordSets)
Information about multiple resource record sets.
|
ListResourceRecordSetsResult |
ListResourceRecordSetsResult.withResourceRecordSets(Collection<ResourceRecordSet> resourceRecordSets)
Information about multiple resource record sets.
|
| Constructor and Description |
|---|
Change(ChangeAction action,
ResourceRecordSet resourceRecordSet)
Constructs a new Change object.
|
Change(String action,
ResourceRecordSet resourceRecordSet)
Constructs a new Change object.
|
Copyright © 2016. All rights reserved.