Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withAcceptRanges(String acceptRanges)
Indicate that a range of bytes was specified.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withBucketKeyEnabled(Boolean bucketKeyEnabled)
Indicate whether the object stored in Amazon S3 uses an S3 bucket key for server-side encryption with Amazon Web
Services KMS (SSE-KMS).
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withCacheControl(String cacheControl)
Specify caching behavior along the request/reply chain.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withContentDisposition(String contentDisposition)
Specify presentational information for the object.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withContentEncoding(String contentEncoding)
Specify 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.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withContentLanguage(String contentLanguage)
Set the language the content is in.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withContentLength(Long contentLength)
Set the size of the body in bytes.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withContentRange(String contentRange)
Set the portion of the object returned in the response.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withContentType(String contentType)
Set the standard MIME type describing the format of the object data.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withDeleteMarker(String deleteMarker)
Set whether an object stored in Amazon S3 is (
true ) or is not (false ) a delete
marker. |
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withErrorCode(String errorCode)
Set a string that uniquely identifies an error condition.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withErrorMessage(String errorMessage)
Set a generic description of the error condition.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withETag(String eTag)
Set an opaque identifier assigned by a web server to a specific version of a resource found at a URL.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withExpiration(String expiration)
If the object expiration is configured (see PUT Bucket lifecycle), the response includes this header.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withExpires(Date expires)
Set the date and time at which the object is no longer cacheable.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withFile(File file) |
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withInputStream(InputStream inputStream) |
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withLastModified(Date lastModified)
Set the date and time the object was last modified.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withMetadata(ObjectMetadata metadata)
Set a map of metadata to store with the object in S3.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withMissingMeta(Integer missingMeta)
Set the number of metadata entries not returned in
x-amz-meta headers. |
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withObjectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus)
Set whether an object stored in Amazon S3 has an active legal hold.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withObjectLockLegalHoldStatus(String objectLockLegalHoldStatus)
Set whether an object stored in Amazon S3 has an active legal hold.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withObjectLockMode(ObjectLockMode objectLockMode)
Set whether an object stored in Amazon S3 has Object Lock enabled.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withObjectLockMode(String objectLockMode)
Set whether an object stored in Amazon S3 has Object Lock enabled.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withObjectLockRetainUntilDate(Date objectLockRetainUntilDate)
Set the date and time when Object Lock is configured to expire.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withPartsCount(Integer partsCount)
Set the count of parts this object has.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withReplicationStatus(String replicationStatus)
Set if request involves bucket that is either a source or destination in a Replication rule.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withRequestCharged(String requestCharged)
Set the value of the RequestCharged property for this object.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withRequestRoute(String requestRoute)
Set the route prefix to the HTTP URL generated.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withRequestToken(String requestToken)
Set a single use encrypted token that maps
WriteGetObjectResponse to the end user GetObject
request. |
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withRestore(String restore)
Set information about object restoration operation and expiration time of the restored object copy.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withServerSideEncryption(String serverSideEncryption)
Set the server-side encryption algorithm used when storing requested object in Amazon S3 (for example, AES256,
aws:kms )). |
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withSSECustomerAlgorithm(String sSECustomerAlgorithm)
Set the algorithm used if server-side encryption with a customer-provided encryption key was specified for
object stored in Amazon S3.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withSSECustomerKeyMD5(String sSECustomerKeyMD5)
Set the 128-bit MD5 digest of customer-provided encryption key used in Amazon S3 to encrypt data stored in S3.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withSSEKMSKeyId(String sSEKMSKeyId)
Specify the ID of the Amazon Web Services Key Management Service (KMS) symmetric encryption customer managed
key that was used for the object.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withStatusCode(Integer statusCode)
Set the integer status code for an HTTP response of a corresponding
GetObject request. |
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withStorageClass(StorageClass storageClass)
Set the class of storage used to store object in Amazon S3.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withStorageClass(String storageClass)
Set the class of storage used to store object in Amazon S3.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withTagCount(Integer tagCount)
Set the number of tags, if any, on the object.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withVersionId(String versionId)
Set an ID used to reference a specific version of the object.
|
Copyright © 2024. All rights reserved.