Uses of Interface
software.amazon.awssdk.services.s3.model.DeleteObjectResponse.Builder
Packages that use DeleteObjectResponse.Builder
-
Uses of DeleteObjectResponse.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return DeleteObjectResponse.BuilderModifier and TypeMethodDescriptionstatic DeleteObjectResponse.BuilderDeleteObjectResponse.builder()DeleteObjectResponse.Builder.deleteMarker(Boolean deleteMarker) Indicates whether the specified object version that was permanently deleted was (true) or was not (false) a delete marker before deletion.DeleteObjectResponse.Builder.requestCharged(String requestCharged) Sets the value of the RequestCharged property for this object.DeleteObjectResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.DeleteObjectResponse.toBuilder()Returns the version ID of the delete marker created as a result of the DELETE operation.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type DeleteObjectResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteObjectResponse.Builder>DeleteObjectResponse.serializableBuilderClass()