Uses of Class
com.amazonaws.services.route53.model.ResourceRecordSet
Packages that use ResourceRecordSet
-
Uses of ResourceRecordSet in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return ResourceRecordSetModifier and TypeMethodDescriptionResourceRecordSet.clone()
Change.getResourceRecordSet()
Information about the resource record set to create or delete.ResourceRecordSet.withAliasTarget
(AliasTarget aliasTarget) Alias resource record sets only: Information about the AWS resource to which you are redirecting traffic.ResourceRecordSet.withFailover
(ResourceRecordSetFailover failover) Failover resource record sets only: To configure failover, you add theFailover
element to two resource record sets.ResourceRecordSet.withFailover
(String failover) Failover resource record sets only: To configure failover, you add theFailover
element to two resource record sets.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.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.The name of the domain you want to perform the action on.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.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.withResourceRecords
(ResourceRecord... resourceRecords) A complex type that contains the resource records for the current resource record set.ResourceRecordSet.withResourceRecords
(Collection<ResourceRecord> resourceRecords) A complex type that contains the resource records for the current resource record set.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.withTrafficPolicyInstanceId
(String trafficPolicyInstanceId) The cache time to live for the current resource record set.The DNS record type.The DNS record type.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.Methods in com.amazonaws.services.route53.model that return types with arguments of type ResourceRecordSetModifier and TypeMethodDescriptionListResourceRecordSetsResult.getResourceRecordSets()
A complex type that contains information about the resource record sets that are returned by the request.Methods in com.amazonaws.services.route53.model with parameters of type ResourceRecordSetModifier and TypeMethodDescriptionvoid
Change.setResourceRecordSet
(ResourceRecordSet resourceRecordSet) Information about the resource record set to create or delete.Change.withResourceRecordSet
(ResourceRecordSet resourceRecordSet) Information about the resource record set to create or delete.ListResourceRecordSetsResult.withResourceRecordSets
(ResourceRecordSet... resourceRecordSets) A complex type that contains information about the resource record sets that are returned by the request.Method parameters in com.amazonaws.services.route53.model with type arguments of type ResourceRecordSetModifier and TypeMethodDescriptionvoid
ListResourceRecordSetsResult.setResourceRecordSets
(Collection<ResourceRecordSet> resourceRecordSets) A complex type that contains information about the resource record sets that are returned by the request.ListResourceRecordSetsResult.withResourceRecordSets
(Collection<ResourceRecordSet> resourceRecordSets) A complex type that contains information about the resource record sets that are returned by the request.Constructors in com.amazonaws.services.route53.model with parameters of type ResourceRecordSetModifierConstructorDescriptionChange
(ChangeAction action, ResourceRecordSet resourceRecordSet) Constructs a new Change object.Change
(String action, ResourceRecordSet resourceRecordSet) Constructs a new Change object.