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 ObjectMetadataAbstractAmazonS3. getObjectMetadata(GetObjectMetadataRequest getObjectMetadataRequest)ObjectMetadataAmazonS3. getObjectMetadata(GetObjectMetadataRequest getObjectMetadataRequest)Gets the metadata for the specified Amazon S3 object without actually fetching the object itself.ObjectMetadataAmazonS3Client. 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 GetObjectMetadataRequestGetObjectMetadataRequest. withBucketName(String bucketName)Sets the name of the bucket containing the object whose metadata is being retrieved.GetObjectMetadataRequestGetObjectMetadataRequest. withKey(String key)Sets the key of the object whose metadata is being retrieved.GetObjectMetadataRequestGetObjectMetadataRequest. withPartNumber(Integer partNumber)Sets the optional part number to find the number of parts of an object.GetObjectMetadataRequestGetObjectMetadataRequest. withRequesterPays(boolean isRequesterPays)Used for conducting this operation from a Requester Pays Bucket.GetObjectMetadataRequestGetObjectMetadataRequest. 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.GetObjectMetadataRequestGetObjectMetadataRequest. withVersionId(String versionId)Sets the optional version ID of the object version whose metadata is being retrieved.
-