Uses of Class
software.amazon.awssdk.services.s3.model.ObjectLockLegalHold
-
Packages that use ObjectLockLegalHold Package Description software.amazon.awssdk.services.s3.model -
-
Uses of ObjectLockLegalHold in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectLockLegalHold Modifier and Type Method Description ObjectLockLegalHoldGetObjectLegalHoldResponse. legalHold()The current legal hold status for the specified object.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 ObjectLockLegalHold Modifier and Type Method Description GetObjectLegalHoldResponse.BuilderGetObjectLegalHoldResponse.Builder. legalHold(ObjectLockLegalHold legalHold)The current legal hold status for the specified object.PutObjectLegalHoldRequest.BuilderPutObjectLegalHoldRequest.Builder. legalHold(ObjectLockLegalHold legalHold)Container element for the legal hold configuration you want to apply to the specified object.
-