Package | Description |
---|---|
com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
Modifier and Type | Method and Description |
---|---|
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: Among resource record sets
that have the same combination of DNS name and type, a value that
indicates whether the current resource record set is a primary or
secondary resource record set.
|
ResourceRecordSet |
ResourceRecordSet.withFailover(String failover)
Failover resource record sets only: Among resource record sets
that have the same combination of DNS name and type, a value that
indicates whether the current resource record set is a primary or
secondary resource record set.
|
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 domain name of the current resource record set.
|
ResourceRecordSet |
ResourceRecordSet.withRegion(ResourceRecordSetRegion region)
Regional resource record sets only: Among resource record sets
that have the same combination of DNS name and type, a value that
specifies the AWS region for the current resource record set.
|
ResourceRecordSet |
ResourceRecordSet.withRegion(String region)
Regional resource record sets only: Among resource record sets
that have the same combination of DNS name and type, a value that
specifies the AWS region for the current resource record set.
|
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, Regional, 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.withTTL(Long tTL)
The cache time to live for the current resource record set.
|
ResourceRecordSet |
ResourceRecordSet.withType(RRType type)
The type of the current resource record set.
|
ResourceRecordSet |
ResourceRecordSet.withType(String type)
The type of the current resource record set.
|
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 what portion of traffic for the current resource record set
is routed to the associated location.
|
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 © 2014. All rights reserved.