Uses of Class
software.amazon.awssdk.services.s3.model.ObjectLockLegalHold
Packages that use ObjectLockLegalHold
-
Uses of ObjectLockLegalHold in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectLockLegalHoldModifier and TypeMethodDescriptionfinal ObjectLockLegalHoldGetObjectLegalHoldResponse.legalHold()The current legal hold status for the specified object.final ObjectLockLegalHoldPutObjectLegalHoldRequest.legalHold()Container element for the legal hold configuration you want to apply to the specified object.Methods in software.amazon.awssdk.services.s3.model with parameters of type ObjectLockLegalHoldModifier and TypeMethodDescriptionGetObjectLegalHoldResponse.Builder.legalHold(ObjectLockLegalHold legalHold) The current legal hold status for the specified object.PutObjectLegalHoldRequest.Builder.legalHold(ObjectLockLegalHold legalHold) Container element for the legal hold configuration you want to apply to the specified object.