Uses of Class
com.amazonaws.services.s3.model.GetObjectMetadataRequest
Packages that use GetObjectMetadataRequest
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of GetObjectMetadataRequest in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type GetObjectMetadataRequestModifier and TypeMethodDescriptionAbstractAmazonS3.getObjectMetadata
(GetObjectMetadataRequest getObjectMetadataRequest) AmazonS3.getObjectMetadata
(GetObjectMetadataRequest getObjectMetadataRequest) Gets the metadata for the specified Amazon S3 object without actually fetching the object itself.AmazonS3Client.getObjectMetadata
(GetObjectMetadataRequest getObjectMetadataRequest) -
Uses of GetObjectMetadataRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return GetObjectMetadataRequestModifier and TypeMethodDescriptionGetObjectMetadataRequest.withBucketName
(String bucketName) Sets the name of the bucket containing the object whose metadata is being retrieved.Sets the key of the object whose metadata is being retrieved.GetObjectMetadataRequest.withPartNumber
(Integer partNumber) Sets the optional part number to find the number of parts of an object.GetObjectMetadataRequest.withRequesterPays
(boolean isRequesterPays) Used for conducting this operation from a Requester Pays Bucket.GetObjectMetadataRequest.withSSECustomerKey
(SSECustomerKey sseKey) Sets the optional customer-provided server-side encryption key to use when retrieving the metadata of a server-side encrypted object, and retuns the updated request object so that additional method calls can be chained together.GetObjectMetadataRequest.withVersionId
(String versionId) Sets the optional version ID of the object version whose metadata is being retrieved.