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.
|
com.amazonaws.services.s3.waiters |
Modifier and Type | Method and Description |
---|---|
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.
|
ObjectMetadata |
AbstractAmazonS3.getObjectMetadata(GetObjectMetadataRequest getObjectMetadataRequest) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ObjectMetadata |
HeadObjectFunction.apply(GetObjectMetadataRequest headObjectRequest)
Makes a call to the operation specified by the waiter by taking the
corresponding request and returns the corresponding result
|
Copyright © 2017. All rights reserved.