Uses of Interface
software.amazon.awssdk.services.s3.model.DeleteObjectsRequest.Builder
Packages that use DeleteObjectsRequest.Builder
-
Uses of DeleteObjectsRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type DeleteObjectsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<DeleteObjectsResponse>S3AsyncClient.deleteObjects(Consumer<DeleteObjectsRequest.Builder> deleteObjectsRequest) This operation enables you to delete multiple objects from a bucket using a single HTTP request.default DeleteObjectsResponseS3Client.deleteObjects(Consumer<DeleteObjectsRequest.Builder> deleteObjectsRequest) This operation enables you to delete multiple objects from a bucket using a single HTTP request. -
Uses of DeleteObjectsRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return DeleteObjectsRequest.BuilderModifier and TypeMethodDescriptionThe bucket name containing the objects to delete.static DeleteObjectsRequest.BuilderDeleteObjectsRequest.builder()DeleteObjectsRequest.Builder.bypassGovernanceRetention(Boolean bypassGovernanceRetention) Specifies whether you want to delete this object even if it has a Governance-type Object Lock in place.DeleteObjectsRequest.Builder.checksumAlgorithm(String checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use the SDK.DeleteObjectsRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use the SDK.default DeleteObjectsRequest.BuilderDeleteObjectsRequest.Builder.delete(Consumer<Delete.Builder> delete) Container for the request.Container for the request.DeleteObjectsRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.DeleteObjectsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteObjectsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteObjectsRequest.Builder.requestPayer(String requestPayer) Sets the value of the RequestPayer property for this object.DeleteObjectsRequest.Builder.requestPayer(RequestPayer requestPayer) Sets the value of the RequestPayer property for this object.DeleteObjectsRequest.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type DeleteObjectsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteObjectsRequest.Builder>DeleteObjectsRequest.serializableBuilderClass()