DnsRecordSet.UpdateTxtRecordSet |
DnsZone.UpdateStages.WithRecordSet.updateTxtRecordSet(String name) |
Begins the description of an update of an existing TXT record set in this DNS zone.
|
DnsRecordSet.UpdateTxtRecordSet |
DnsRecordSet.UpdateStages.WithTxtRecordTextValue.withoutText(String text) |
Removes a Txt record with the given text from this record set.
|
DnsRecordSet.UpdateTxtRecordSet |
DnsRecordSet.UpdateStages.WithTxtRecordTextValue.withoutText(List<String> textChunks) |
Removes a Txt record with the given text (split into 255 char chunks) from this record set.
|
DnsRecordSet.UpdateTxtRecordSet |
DnsRecordSet.UpdateStages.WithTxtRecordTextValue.withText(String text) |
Creates a Txt record with the given text in this record set.
|