Uses of Interface
software.amazon.awssdk.services.s3.model.DeleteObjectsResponse.Builder
Packages that use DeleteObjectsResponse.Builder
-
Uses of DeleteObjectsResponse.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return DeleteObjectsResponse.BuilderModifier and TypeMethodDescriptionDeleteObjectsResponse.builder()DeleteObjectsResponse.Builder.deleted(Collection<DeletedObject> deleted) Container element for a successful delete.DeleteObjectsResponse.Builder.deleted(Consumer<DeletedObject.Builder>... deleted) Container element for a successful delete.DeleteObjectsResponse.Builder.deleted(DeletedObject... deleted) Container element for a successful delete.DeleteObjectsResponse.Builder.errors(Collection<S3Error> errors) Container for a failed delete action that describes the object that Amazon S3 attempted to delete and the error it encountered.DeleteObjectsResponse.Builder.errors(Consumer<S3Error.Builder>... errors) Container for a failed delete action that describes the object that Amazon S3 attempted to delete and the error it encountered.Container for a failed delete action that describes the object that Amazon S3 attempted to delete and the error it encountered.DeleteObjectsResponse.Builder.requestCharged(String requestCharged) Sets the value of the RequestCharged property for this object.DeleteObjectsResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.DeleteObjectsResponse.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type DeleteObjectsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteObjectsResponse.Builder>DeleteObjectsResponse.serializableBuilderClass()