DnsRecordSet.UpdateCombined Interface

public interface UpdateCombined extends DnsRecordSet.UpdateARecordSet,DnsRecordSet.UpdateAaaaRecordSet,DnsRecordSet.UpdateCNameRecordSet,DnsRecordSet.UpdateMXRecordSet,DnsRecordSet.UpdatePtrRecordSet,DnsRecordSet.UpdateNSRecordSet,DnsRecordSet.UpdateSrvRecordSet,DnsRecordSet.UpdateTxtRecordSet,DnsRecordSet.UpdateSoaRecord,DnsRecordSet.Update

The entirety of a record sets update as a part of parent DNS zone update.

Inherited Members

Settable<ParentT>.parent() DnsRecordSet.UpdateStages.WithCNameRecordAlias.withAlias(String alias) DnsRecordSet.UpdateStages.WithSoaRecordAttributes.withEmailServer(String emailServerHostName) DnsRecordSet.UpdateStages.WithETagCheck.withETagCheck() DnsRecordSet.UpdateStages.WithETagCheck.withETagCheck(String eTagValue) DnsRecordSet.UpdateStages.WithSoaRecordAttributes.withExpireTimeInSeconds(long expireTimeInSeconds) DnsRecordSet.UpdateStages.WithARecordIPv4Address.withIPv4Address(String ipv4Address) DnsRecordSet.UpdateStages.WithAaaaRecordIPv6Address.withIPv6Address(String ipv6Address) DnsRecordSet.UpdateStages.WithMXRecordMailExchange.withMailExchange(String mailExchangeHostName, int priority) DnsRecordSet.UpdateStages.WithMetadata.withMetadata(String key, String value) DnsRecordSet.UpdateStages.WithNSRecordNameServer.withNameServer(String nameServerHostName) DnsRecordSet.UpdateStages.WithSoaRecordAttributes.withNegativeResponseCachingTimeToLiveInSeconds(long negativeCachingTimeToLive) DnsRecordSet.UpdateStages.WithARecordIPv4Address.withoutIPv4Address(String ipv4Address) DnsRecordSet.UpdateStages.WithAaaaRecordIPv6Address.withoutIPv6Address(String ipv6Address) DnsRecordSet.UpdateStages.WithMXRecordMailExchange.withoutMailExchange(String mailExchangeHostName, int priority) DnsRecordSet.UpdateStages.WithMetadata.withoutMetadata(String key) DnsRecordSet.UpdateStages.WithNSRecordNameServer.withoutNameServer(String nameServerHostName) DnsRecordSet.UpdateStages.WithSrvRecordEntry.withoutRecord(String target, int port, int priority, int weight) DnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName.withoutTargetDomainName(String targetDomainName) DnsRecordSet.UpdateStages.WithTxtRecordTextValue.withoutText(String text) DnsRecordSet.UpdateStages.WithTxtRecordTextValue.withoutText(List<String> textChunks) DnsRecordSet.UpdateStages.WithSrvRecordEntry.withRecord(String target, int port, int priority, int weight) DnsRecordSet.UpdateStages.WithSoaRecordAttributes.withRefreshTimeInSeconds(long refreshTimeInSeconds) DnsRecordSet.UpdateStages.WithSoaRecordAttributes.withRetryTimeInSeconds(long refreshTimeInSeconds) DnsRecordSet.UpdateStages.WithSoaRecordAttributes.withSerialNumber(long serialNumber) DnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName.withTargetDomainName(String targetDomainName) DnsRecordSet.UpdateStages.WithTxtRecordTextValue.withText(String text) DnsRecordSet.UpdateStages.WithTtl.withTimeToLive(long ttlInSeconds)

Applies to