Uses of Class
com.amazonaws.services.s3.model.GetObjectMetadataRequest

Packages that use GetObjectMetadataRequest
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
 ObjectMetadata AmazonS3Client.getObjectMetadata(GetObjectMetadataRequest getObjectMetadataRequest)
           
 ObjectMetadata AmazonS3.getObjectMetadata(GetObjectMetadataRequest getObjectMetadataRequest)
           Gets the metadata for the specified Amazon S3 object without actually fetching the object itself.
 

Uses of GetObjectMetadataRequest in com.amazonaws.services.s3.model
 

Methods in com.amazonaws.services.s3.model that return GetObjectMetadataRequest
 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.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.
 



Copyright © 2016. All rights reserved.