Uses of Class
software.amazon.awssdk.services.s3.model.DeleteObjectRequest
-
Packages that use DeleteObjectRequest Package Description software.amazon.awssdk.services.s3 software.amazon.awssdk.services.s3.presigner.model software.amazon.awssdk.services.s3.transform -
-
Uses of DeleteObjectRequest in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 with parameters of type DeleteObjectRequest Modifier and Type Method Description CompletableFuture<DeleteObjectResponse>
DelegatingS3AsyncClient. deleteObject(DeleteObjectRequest deleteObjectRequest)
Removes an object from a bucket.DeleteObjectResponse
DelegatingS3Client. deleteObject(DeleteObjectRequest deleteObjectRequest)
Removes an object from a bucket.default CompletableFuture<DeleteObjectResponse>
S3AsyncClient. deleteObject(DeleteObjectRequest deleteObjectRequest)
Removes an object from a bucket.default DeleteObjectResponse
S3Client. deleteObject(DeleteObjectRequest deleteObjectRequest)
Removes an object from a bucket. -
Uses of DeleteObjectRequest in software.amazon.awssdk.services.s3.presigner.model
Methods in software.amazon.awssdk.services.s3.presigner.model that return DeleteObjectRequest Modifier and Type Method Description DeleteObjectRequest
DeleteObjectPresignRequest. deleteObjectRequest()
Retrieve theDeleteObjectRequest
that should be presigned.Methods in software.amazon.awssdk.services.s3.presigner.model with parameters of type DeleteObjectRequest Modifier and Type Method Description DeleteObjectPresignRequest.Builder
DeleteObjectPresignRequest.Builder. deleteObjectRequest(DeleteObjectRequest deleteObjectRequest)
-
Uses of DeleteObjectRequest in software.amazon.awssdk.services.s3.transform
Methods in software.amazon.awssdk.services.s3.transform with parameters of type DeleteObjectRequest Modifier and Type Method Description SdkHttpFullRequest
DeleteObjectRequestMarshaller. marshall(DeleteObjectRequest deleteObjectRequest)
-