DnsRecordSet.UpdateStages.WithETagCheck Interface

public static interface DnsRecordSet.UpdateStages.WithETagCheck

The stage of the record set update allowing to enable ETag validation.

Method Summary

Modifier and Type Method and Description
abstract Update withETagCheck()

Specifies that If-Match header needs to set to the current eTag value associated with the record set.

abstract Update withETagCheck(String eTagValue)

Specifies that if-Match header needs to set to the given eTag value.

Method Details

withETagCheck

public abstract DnsRecordSet.Update withETagCheck()

Specifies that If-Match header needs to set to the current eTag value associated with the record set.

Returns:

the next stage of the update

withETagCheck

public abstract DnsRecordSet.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

Applies to