Package | Description |
---|---|
com.amazonaws.services.route53.internal | |
com.amazonaws.services.route53.model | |
com.amazonaws.services.route53.model.transform |
Modifier and Type | Method and Description |
---|---|
private void |
Route53IdRequestHandler.removePrefix(ResourceRecordSet rrset) |
Modifier and Type | Field and Description |
---|---|
private ResourceRecordSet |
Change.resourceRecordSet
Information about the resource record set to create or delete.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ResourceRecordSet> |
ListResourceRecordSetsResult.resourceRecordSets
A complex type that contains information about the resource record sets
that are returned by the request.
|
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(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.util.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(java.lang.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(java.lang.String trafficPolicyInstanceId) |
ResourceRecordSet |
ResourceRecordSet.withTTL(java.lang.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(java.lang.String type)
The DNS record type.
|
ResourceRecordSet |
ResourceRecordSet.withWeight(java.lang.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 |
---|---|
java.util.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(java.util.Collection<ResourceRecordSet> resourceRecordSets)
A complex type that contains information about the resource record sets
that are returned by the request.
|
ListResourceRecordSetsResult |
ListResourceRecordSetsResult.withResourceRecordSets(java.util.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(java.lang.String action,
ResourceRecordSet resourceRecordSet)
Constructs a new Change object.
|
Modifier and Type | Method and Description |
---|---|
ResourceRecordSet |
ResourceRecordSetStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |