CertificateAddHeaders.withETag(String eTag) 方法
定义
Set the ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match headers.
public CertificateAddHeaders withETag(String eTag)
参数
- eTag
- String
the eTag value to set
返回
the CertificateAddHeaders object itself.