Interface DnsZone.UpdateStages.WithETagCheck
-
- All Known Subinterfaces:
DnsZone.Update
- Enclosing interface:
- DnsZone.UpdateStages
public static interface DnsZone.UpdateStages.WithETagCheckThe stage of the DNS zone update allowing to enable ETag validation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DnsZone.UpdatewithETagCheck()Specifies that If-Match header needs to set to the current eTag value associated with the DNS Zone.DnsZone.UpdatewithETagCheck(String eTagValue)Specifies that if-Match header needs to set to the given eTag value.
-
-
-
Method Detail
-
withETagCheck
DnsZone.Update withETagCheck()
Specifies that If-Match header needs to set to the current eTag value associated with the DNS Zone.- Returns:
- the next stage of the update
-
withETagCheck
DnsZone.Update withETagCheck(String eTagValue)
Specifies that if-Match header needs to set to the given eTag value.- Parameters:
eTagValue- the eTag value- Returns:
- the next stage of the update
-
-