| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| software.amazon.awssdk.services.s3.internal | |
| software.amazon.awssdk.services.s3.transform |
| Modifier and Type | Method and Description |
|---|---|
default DeleteObjectResponse |
S3Client.deleteObject(DeleteObjectRequest deleteObjectRequest)
Removes the null version (if there is one) of an object and inserts a delete marker, which becomes the latest
version of the object.
|
default CompletableFuture<DeleteObjectResponse> |
S3AsyncClient.deleteObject(DeleteObjectRequest deleteObjectRequest)
Removes the null version (if there is one) of an object and inserts a delete marker, which becomes the latest
version of the object.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DeleteObjectResponse> |
DelegatingS3AsyncClient.deleteObject(DeleteObjectRequest deleteObjectRequest)
Removes the null version (if there is one) of an object and inserts a delete marker, which becomes the latest
version of the object.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DeleteObjectRequestMarshaller.marshall(DeleteObjectRequest deleteObjectRequest) |
Copyright © 2022. All rights reserved.