public static interface DnsZone.UpdateStages.WithETagCheck
Modifier and Type | Method and Description |
---|---|
DnsZone.Update |
withETagCheck()
Specifies that If-Match header needs to set to the current eTag value associated
with the DNS Zone.
|
DnsZone.Update |
withETagCheck(String eTagValue)
Specifies that if-Match header needs to set to the given eTag value.
|
DnsZone.Update withETagCheck()
DnsZone.Update withETagCheck(String eTagValue)
eTagValue
- the eTag valueCopyright © 2019. All rights reserved.