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 AWS
resource to which you are redirecting traffic.
|
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)
Health Check resource record sets only, not required for alias
resource record sets: An identifier that is used to identify health
check associated with the resource record set.
|
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)
A complex type that contains the resource records for the current
resource record set.
|
ResourceRecordSet |
ResourceRecordSet.withResourceRecords(ResourceRecord... resourceRecords)
A complex type that contains the resource records for the current
resource record set.
|
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) |
ResourceRecordSet |
ResourceRecordSet.withTTL(Long tTL)
The cache time to live for the current resource record set.
|
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()
A complex type that contains information about the resource record sets
that are returned by the request.
|
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)
A complex type that contains information about the resource record sets
that are returned by the request.
|
Modifier and Type | Method and Description |
---|---|
void |
ListResourceRecordSetsResult.setResourceRecordSets(Collection<ResourceRecordSet> resourceRecordSets)
A complex type that contains information about the resource record sets
that are returned by the request.
|
ListResourceRecordSetsResult |
ListResourceRecordSetsResult.withResourceRecordSets(Collection<ResourceRecordSet> resourceRecordSets)
A complex type that contains information about the resource record sets
that are returned by the request.
|
Constructor and Description |
---|
Change(ChangeAction action,
ResourceRecordSet resourceRecordSet)
Constructs a new Change object.
|
Change(String action,
ResourceRecordSet resourceRecordSet)
Constructs a new Change object.
|
Copyright © 2018. All rights reserved.