| Package | Description |
|---|---|
| com.ibm.cos.v2.services.s3 | |
| com.ibm.cos.v2.services.s3.presigner.model | |
| com.ibm.cos.v2.services.s3.transform |
| Modifier and Type | Method and Description |
|---|---|
default DeleteObjectResponse |
S3Client.deleteObject(DeleteObjectRequest deleteObjectRequest)
Removes an object from a bucket.
|
default CompletableFuture<DeleteObjectResponse> |
S3AsyncClient.deleteObject(DeleteObjectRequest deleteObjectRequest)
Removes an object from a bucket.
|
DeleteObjectResponse |
DelegatingS3Client.deleteObject(DeleteObjectRequest deleteObjectRequest)
Removes an object from a bucket.
|
CompletableFuture<DeleteObjectResponse> |
DelegatingS3AsyncClient.deleteObject(DeleteObjectRequest deleteObjectRequest)
Removes an object from a bucket.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteObjectRequest |
DeleteObjectPresignRequest.deleteObjectRequest()
Retrieve the
DeleteObjectRequest that should be presigned. |
| Modifier and Type | Method and Description |
|---|---|
DeleteObjectPresignRequest.Builder |
DeleteObjectPresignRequest.Builder.deleteObjectRequest(DeleteObjectRequest deleteObjectRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DeleteObjectRequestMarshaller.marshall(DeleteObjectRequest deleteObjectRequest) |
Copyright © 2026. All rights reserved.