|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
AmazonS3.getObjectMetadata(GetObjectMetadataRequest getObjectMetadataRequest)
Retrieves the metadata for the specified Amazon S3 object (or optionally, a specific object version) 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 | |
|---|---|
GetObjectMetadataRequest |
GetObjectMetadataRequest.withBucketName(String bucketName)
Sets the name of the bucket containing the object's whose metadata is being retrieved, and returns the updated request object so that additional calls may be chained together. |
GetObjectMetadataRequest |
GetObjectMetadataRequest.withKey(String key)
Sets the key of the object whose metadata is being retrieved, and returns the updated request object so that additional calls may be chained together. |
GetObjectMetadataRequest |
GetObjectMetadataRequest.withVersionId(String versionId)
Sets the optional version ID of the object version whose metadata is being retrieved , and returns the updated request object so that additional calls may be chained together. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||