Uses of Class
com.amazonaws.services.route53.model.ResourceRecord
Packages that use ResourceRecord
-
Uses of ResourceRecord in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return ResourceRecordModifier and TypeMethodDescriptionResourceRecord.clone()
The current or new DNS record value, not to exceed 4,000 characters.Methods in com.amazonaws.services.route53.model that return types with arguments of type ResourceRecordModifier and TypeMethodDescriptionResourceRecordSet.getResourceRecords()
A complex type that contains the resource records for the current resource record set.Methods in com.amazonaws.services.route53.model with parameters of type ResourceRecordModifier and TypeMethodDescriptionResourceRecordSet.withResourceRecords
(ResourceRecord... resourceRecords) A complex type that contains the resource records for the current resource record set.Method parameters in com.amazonaws.services.route53.model with type arguments of type ResourceRecordModifier and TypeMethodDescriptionvoid
ResourceRecordSet.setResourceRecords
(Collection<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.