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 the null version (if there is one) of an object and inserts a delete marker, which becomes the latest version of the object.DeleteObjectResponseDelegatingS3Client. 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.default DeleteObjectResponseS3Client. 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. -
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 DeleteObjectRequestDeleteObjectPresignRequest. deleteObjectRequest()Retrieve theDeleteObjectRequestthat should be presigned.Methods in software.amazon.awssdk.services.s3.presigner.model with parameters of type DeleteObjectRequest Modifier and Type Method Description DeleteObjectPresignRequest.BuilderDeleteObjectPresignRequest.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 SdkHttpFullRequestDeleteObjectRequestMarshaller. marshall(DeleteObjectRequest deleteObjectRequest)
-