| Package | Description |
|---|---|
| com.ibm.cos.v2.services.s3 | |
| com.ibm.cos.v2.services.s3.waiters | |
| com.ibm.cos.v2.transfer.s3.internal.utils |
| Modifier and Type | Method and Description |
|---|---|
default HeadObjectResponse |
S3Client.headObject(Consumer<HeadObjectRequest.Builder> headObjectRequest)
The
HEAD operation retrieves metadata from an object without returning the object itself. |
default HeadObjectResponse |
S3Client.headObject(HeadObjectRequest headObjectRequest)
The
HEAD operation retrieves metadata from an object without returning the object itself. |
HeadObjectResponse |
DelegatingS3Client.headObject(HeadObjectRequest headObjectRequest)
The
HEAD operation retrieves metadata from an object without returning the object itself. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<HeadObjectResponse> |
S3AsyncClient.headObject(Consumer<HeadObjectRequest.Builder> headObjectRequest)
The
HEAD operation retrieves metadata from an object without returning the object itself. |
default CompletableFuture<HeadObjectResponse> |
S3AsyncClient.headObject(HeadObjectRequest headObjectRequest)
The
HEAD operation retrieves metadata from an object without returning the object itself. |
CompletableFuture<HeadObjectResponse> |
DelegatingS3AsyncClient.headObject(HeadObjectRequest headObjectRequest)
The
HEAD operation retrieves metadata from an object without returning the object itself. |
| Modifier and Type | Method and Description |
|---|---|
default WaiterResponse<HeadObjectResponse> |
S3Waiter.waitUntilObjectExists(Consumer<HeadObjectRequest.Builder> headObjectRequest)
Polls
S3Client.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectExists is met, or until it is
determined that the resource will never enter into the desired state. |
default CompletableFuture<WaiterResponse<HeadObjectResponse>> |
S3AsyncWaiter.waitUntilObjectExists(Consumer<HeadObjectRequest.Builder> headObjectRequest)
Polls
S3AsyncClient.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectExists is met, or until it
is determined that the resource will never enter into the desired state. |
default WaiterResponse<HeadObjectResponse> |
S3Waiter.waitUntilObjectExists(Consumer<HeadObjectRequest.Builder> headObjectRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
S3Client.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectExists is met, or until it is
determined that the resource will never enter into the desired state. |
default CompletableFuture<WaiterResponse<HeadObjectResponse>> |
S3AsyncWaiter.waitUntilObjectExists(Consumer<HeadObjectRequest.Builder> headObjectRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
S3AsyncClient.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectExists is met, or until it
is determined that the resource will never enter into the desired state. |
default WaiterResponse<HeadObjectResponse> |
S3Waiter.waitUntilObjectExists(HeadObjectRequest headObjectRequest)
Polls
S3Client.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectExists is met, or until it is
determined that the resource will never enter into the desired state |
default CompletableFuture<WaiterResponse<HeadObjectResponse>> |
S3AsyncWaiter.waitUntilObjectExists(HeadObjectRequest headObjectRequest)
Polls
S3AsyncClient.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectExists is met, or until it
is determined that the resource will never enter into the desired state |
default WaiterResponse<HeadObjectResponse> |
S3Waiter.waitUntilObjectExists(HeadObjectRequest headObjectRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
S3Client.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectExists is met, or until it is
determined that the resource will never enter into the desired state |
default CompletableFuture<WaiterResponse<HeadObjectResponse>> |
S3AsyncWaiter.waitUntilObjectExists(HeadObjectRequest headObjectRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
S3AsyncClient.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectExists is met, or until it
is determined that the resource will never enter into the desired state |
default WaiterResponse<HeadObjectResponse> |
S3Waiter.waitUntilObjectNotExists(Consumer<HeadObjectRequest.Builder> headObjectRequest)
Polls
S3Client.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectNotExists is met, or until it is
determined that the resource will never enter into the desired state. |
default CompletableFuture<WaiterResponse<HeadObjectResponse>> |
S3AsyncWaiter.waitUntilObjectNotExists(Consumer<HeadObjectRequest.Builder> headObjectRequest)
Polls
S3AsyncClient.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectNotExists is met, or until
it is determined that the resource will never enter into the desired state. |
default WaiterResponse<HeadObjectResponse> |
S3Waiter.waitUntilObjectNotExists(Consumer<HeadObjectRequest.Builder> headObjectRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
S3Client.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectNotExists is met, or until it is
determined that the resource will never enter into the desired state. |
default CompletableFuture<WaiterResponse<HeadObjectResponse>> |
S3AsyncWaiter.waitUntilObjectNotExists(Consumer<HeadObjectRequest.Builder> headObjectRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
S3AsyncClient.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectNotExists is met, or until
it is determined that the resource will never enter into the desired state. |
default WaiterResponse<HeadObjectResponse> |
S3Waiter.waitUntilObjectNotExists(HeadObjectRequest headObjectRequest)
Polls
S3Client.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectNotExists is met, or until it is
determined that the resource will never enter into the desired state |
default CompletableFuture<WaiterResponse<HeadObjectResponse>> |
S3AsyncWaiter.waitUntilObjectNotExists(HeadObjectRequest headObjectRequest)
Polls
S3AsyncClient.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectNotExists is met, or until
it is determined that the resource will never enter into the desired state |
default WaiterResponse<HeadObjectResponse> |
S3Waiter.waitUntilObjectNotExists(HeadObjectRequest headObjectRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
S3Client.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectNotExists is met, or until it is
determined that the resource will never enter into the desired state |
default CompletableFuture<WaiterResponse<HeadObjectResponse>> |
S3AsyncWaiter.waitUntilObjectNotExists(HeadObjectRequest headObjectRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
S3AsyncClient.headObject(com.ibm.cos.v2.services.s3.model.HeadObjectRequest) API until the desired condition ObjectNotExists is met, or until
it is determined that the resource will never enter into the desired state |
| Modifier and Type | Method and Description |
|---|---|
static Pair<DownloadFileRequest,AsyncResponseTransformer<GetObjectResponse,GetObjectResponse>> |
ResumableRequestConverter.toDownloadFileRequestAndTransformer(ResumableFileDownload resumableFileDownload,
HeadObjectResponse headObjectResponse,
DownloadFileRequest originalDownloadRequest)
|
Copyright © 2026. All rights reserved.