| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.acceptRanges(String acceptRanges)
|
static HeadObjectResponse.Builder |
HeadObjectResponse.builder() |
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.cacheControl(String cacheControl)
Specifies caching behavior along the request/reply chain.
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.contentDisposition(String contentDisposition)
Specifies presentational information for the object.
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.contentEncoding(String contentEncoding)
Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be
applied to obtain the media-type referenced by the Content-Type header field.
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.contentLanguage(String contentLanguage)
The language the content is in.
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.contentLength(Long contentLength)
Size of the body in bytes.
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.contentType(String contentType)
A standard MIME type describing the format of the object data.
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.deleteMarker(Boolean deleteMarker)
Specifies whether the object retrieved was (true) or was not (false) a Delete Marker.
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.eTag(String eTag)
An ETag is an opaque identifier assigned by a web server to a specific version of a resource found at a URL
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.expiration(String expiration)
If the object expiration is configured (see PUT Bucket lifecycle), the response includes this header.
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.expires(Instant expires)
The date and time at which the object is no longer cacheable.
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.lastModified(Instant lastModified)
Last modified date of the object
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.metadata(Map<String,String> metadata)
A map of metadata to store with the object in S3.
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.missingMeta(Integer missingMeta)
This is set to the number of metadata entries not returned in x-amz-meta headers.
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.objectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus)
The Legal Hold status for the specified object.
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.objectLockLegalHoldStatus(String objectLockLegalHoldStatus)
The Legal Hold status for the specified object.
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.objectLockMode(ObjectLockMode objectLockMode)
The object lock mode currently in place for this object.
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.objectLockMode(String objectLockMode)
The object lock mode currently in place for this object.
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.objectLockRetainUntilDate(Instant objectLockRetainUntilDate)
The date and time when this object's object lock expires.
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.partsCount(Integer partsCount)
The count of parts this object has.
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.replicationStatus(ReplicationStatus replicationStatus)
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.replicationStatus(String replicationStatus)
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.requestCharged(RequestCharged requestCharged)
Sets the value of the RequestCharged property for this object.
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.requestCharged(String requestCharged)
Sets the value of the RequestCharged property for this object.
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.restore(String restore)
Provides information about object restoration operation and expiration time of the restored object copy.
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.serverSideEncryption(ServerSideEncryption serverSideEncryption)
The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.serverSideEncryption(String serverSideEncryption)
The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.sseCustomerAlgorithm(String sseCustomerAlgorithm)
If server-side encryption with a customer-provided encryption key was requested, the response will include
this header confirming the encryption algorithm used.
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.sseCustomerKeyMD5(String sseCustomerKeyMD5)
If server-side encryption with a customer-provided encryption key was requested, the response will include
this header to provide round trip message integrity verification of the customer-provided encryption key.
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.ssekmsKeyId(String ssekmsKeyId)
If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for
the object.
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.storageClass(StorageClass storageClass)
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.storageClass(String storageClass)
|
HeadObjectResponse.Builder |
HeadObjectResponse.toBuilder() |
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.versionId(String versionId)
Version of the object.
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.websiteRedirectLocation(String websiteRedirectLocation)
If the bucket is configured as a website, redirects requests for this object to another object in the same
bucket or to an external URL.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HeadObjectResponse.Builder> |
HeadObjectResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.