Uses of Class
com.amazonaws.services.s3.model.GetObjectMetadataRequest
-
Packages that use GetObjectMetadataRequest Package Description com.amazonaws.services.s3 Synchronous client for accessing Amazon S3.com.amazonaws.services.s3.model 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 GetObjectMetadataRequest Modifier and Type Method Description ObjectMetadata
AbstractAmazonS3. getObjectMetadata(GetObjectMetadataRequest getObjectMetadataRequest)
ObjectMetadata
AmazonS3. getObjectMetadata(GetObjectMetadataRequest getObjectMetadataRequest)
Gets the metadata for the specified Amazon S3 object without actually fetching the object itself.ObjectMetadata
AmazonS3Client. getObjectMetadata(GetObjectMetadataRequest getObjectMetadataRequest)
-
Uses of GetObjectMetadataRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return GetObjectMetadataRequest Modifier and Type Method Description GetObjectMetadataRequest
GetObjectMetadataRequest. withBucketName(String bucketName)
Sets the name of the bucket containing the object whose metadata is being retrieved.GetObjectMetadataRequest
GetObjectMetadataRequest. withKey(String key)
Sets the key of the object whose metadata is being retrieved.GetObjectMetadataRequest
GetObjectMetadataRequest. withPartNumber(Integer partNumber)
Sets the optional part number to find the number of parts of an object.GetObjectMetadataRequest
GetObjectMetadataRequest. withRequesterPays(boolean isRequesterPays)
Used for conducting this operation from a Requester Pays Bucket.GetObjectMetadataRequest
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
GetObjectMetadataRequest. withVersionId(String versionId)
Sets the optional version ID of the object version whose metadata is being retrieved.
-