Uses of Interface
software.amazon.awssdk.services.s3.model.DeleteObjectRequest.Builder
Packages that use DeleteObjectRequest.Builder
Package
Description
-
Uses of DeleteObjectRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type DeleteObjectRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<DeleteObjectResponse>S3AsyncClient.deleteObject(Consumer<DeleteObjectRequest.Builder> deleteObjectRequest) Removes an object from a bucket.default DeleteObjectResponseS3Client.deleteObject(Consumer<DeleteObjectRequest.Builder> deleteObjectRequest) Removes an object from a bucket. -
Uses of DeleteObjectRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return DeleteObjectRequest.BuilderModifier and TypeMethodDescriptionThe bucket name of the bucket containing the object.static DeleteObjectRequest.BuilderDeleteObjectRequest.builder()DeleteObjectRequest.Builder.bypassGovernanceRetention(Boolean bypassGovernanceRetention) Indicates whether S3 Object Lock should bypass Governance-mode restrictions to process this operation.DeleteObjectRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.Deletes the object if the ETag (entity tag) value provided during the delete operation matches the ETag of the object in S3.DeleteObjectRequest.Builder.ifMatchLastModifiedTime(Instant ifMatchLastModifiedTime) If present, the object is deleted only if its modification times matches the providedTimestamp.DeleteObjectRequest.Builder.ifMatchSize(Long ifMatchSize) If present, the object is deleted only if its size matches the provided size in bytes.Key name of the object to delete.The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.DeleteObjectRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteObjectRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteObjectRequest.Builder.requestPayer(String requestPayer) Sets the value of the RequestPayer property for this object.DeleteObjectRequest.Builder.requestPayer(RequestPayer requestPayer) Sets the value of the RequestPayer property for this object.DeleteObjectRequest.toBuilder()Version ID used to reference a specific version of the object.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type DeleteObjectRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteObjectRequest.Builder>DeleteObjectRequest.serializableBuilderClass() -
Uses of DeleteObjectRequest.Builder in software.amazon.awssdk.services.s3.presigner.model
Method parameters in software.amazon.awssdk.services.s3.presigner.model with type arguments of type DeleteObjectRequest.BuilderModifier and TypeMethodDescriptionDeleteObjectPresignRequest.Builder.deleteObjectRequest(Consumer<DeleteObjectRequest.Builder> deleteObjectRequest)