Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.ibm.cloud.objectstorage.services.s3.internal | |
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.ibm.cloud.objectstorage.services.s3.waiters |
Modifier and Type | Method and Description |
---|---|
ObjectMetadata |
AbstractAmazonS3.getObjectMetadata(GetObjectMetadataRequest getObjectMetadataRequest) |
ObjectMetadata |
AmazonS3Client.getObjectMetadata(GetObjectMetadataRequest getObjectMetadataRequest) |
ObjectMetadata |
AmazonS3.getObjectMetadata(GetObjectMetadataRequest getObjectMetadataRequest)
The HEAD action retrieves metadata from an object without returning the object itself.
|
Modifier and Type | Method and Description |
---|---|
static GetObjectMetadataRequest |
RequestCopyUtils.createGetObjectMetadataRequestFrom(GetObjectRequest getObjectRequest)
Creates a #GetObjectMetadataRequest by copying values for common members
from the input #GetObjectRequest.
|
Modifier and Type | Method and Description |
---|---|
abstract ObjectMetadata |
S3Direct.getObjectMetadata(GetObjectMetadataRequest req) |
Modifier and Type | Method and Description |
---|---|
GetObjectMetadataRequest |
GetObjectMetadataRequest.withBucketName(String bucketName)
The name of the bucket containing the object.
|
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.
|
GetObjectMetadataRequest |
GetObjectMetadataRequest.withWormMirrorDestination(String wormMirrorDestination)
Sets the optional mirror-destination value for WORM mirroring
and returns the updated GetObjectRequest so that additional
method calls may be chained together.
|
Modifier and Type | Method and Description |
---|---|
Waiter<GetObjectMetadataRequest> |
AmazonS3Waiters.objectExists()
Builds a ObjectExists waiter by using custom parameters waiterParameters
and other parameters defined in the waiters specification, and then polls
until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy
or custom polling strategy.
|
Waiter<GetObjectMetadataRequest> |
AmazonS3Waiters.objectNotExists()
Builds a ObjectNotExists waiter by using custom parameters
waiterParameters and other parameters defined in the waiters
specification, and then polls until it determines whether the resource
entered the desired state or not, where polling criteria is bound by
either default polling strategy or custom polling strategy.
|
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 © 2024. All rights reserved.