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.DeleteObjectResponseDelegatingS3Client. deleteObject(DeleteObjectRequest deleteObjectRequest)Removes an object from a bucket.default CompletableFuture<DeleteObjectResponse>S3AsyncClient. deleteObject(DeleteObjectRequest deleteObjectRequest)Removes an object from a bucket.default DeleteObjectResponseS3Client. 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 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)
-