Uses of Interface
software.amazon.awssdk.services.s3.model.ObjectLockLegalHold.Builder
-
Packages that use ObjectLockLegalHold.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of ObjectLockLegalHold.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectLockLegalHold.Builder Modifier and Type Method Description static ObjectLockLegalHold.BuilderObjectLockLegalHold. builder()ObjectLockLegalHold.BuilderObjectLockLegalHold.Builder. status(String status)Indicates whether the specified object has a legal hold in place.ObjectLockLegalHold.BuilderObjectLockLegalHold.Builder. status(ObjectLockLegalHoldStatus status)Indicates whether the specified object has a legal hold in place.ObjectLockLegalHold.BuilderObjectLockLegalHold. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ObjectLockLegalHold.Builder Modifier and Type Method Description static Class<? extends ObjectLockLegalHold.Builder>ObjectLockLegalHold. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type ObjectLockLegalHold.Builder Modifier and Type Method Description default GetObjectLegalHoldResponse.BuilderGetObjectLegalHoldResponse.Builder. legalHold(Consumer<ObjectLockLegalHold.Builder> legalHold)The current legal hold status for the specified object.default PutObjectLegalHoldRequest.BuilderPutObjectLegalHoldRequest.Builder. legalHold(Consumer<ObjectLockLegalHold.Builder> legalHold)Container element for the legal hold configuration you want to apply to the specified object.
-