| Package | Description |
|---|---|
| com.qcloud.cos | |
| com.qcloud.cos.model |
| Modifier and Type | Method and Description |
|---|---|
ObjectMetadata |
COS.getObjectMetadata(GetObjectMetadataRequest getObjectMetadataRequest)
Gets the metadata for the specified object without actually fetching the object itself.
|
ObjectMetadata |
COSClient.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.withVersionId(String versionId)
Sets the optional version ID of the object version whose metadata is
being retrieved.
|
Copyright © 2023. All rights reserved.