Uses of Class
software.amazon.awssdk.services.s3.model.ObjectLockLegalHoldStatus
-
Packages that use ObjectLockLegalHoldStatus Package Description software.amazon.awssdk.services.s3.model -
-
Uses of ObjectLockLegalHoldStatus in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectLockLegalHoldStatus Modifier and Type Method Description static ObjectLockLegalHoldStatusObjectLockLegalHoldStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ObjectLockLegalHoldStatusCopyObjectRequest. objectLockLegalHoldStatus()Specifies whether you want to apply a legal hold to the object copy.ObjectLockLegalHoldStatusCreateMultipartUploadRequest. objectLockLegalHoldStatus()Specifies whether you want to apply a legal hold to the uploaded object.ObjectLockLegalHoldStatusGetObjectResponse. objectLockLegalHoldStatus()Indicates whether this object has an active legal hold.ObjectLockLegalHoldStatusHeadObjectResponse. objectLockLegalHoldStatus()Specifies whether a legal hold is in effect for this object.ObjectLockLegalHoldStatusPutObjectRequest. objectLockLegalHoldStatus()Specifies whether a legal hold will be applied to this object.ObjectLockLegalHoldStatusWriteGetObjectResponseRequest. objectLockLegalHoldStatus()Indicates whether an object stored in Amazon S3 has an active legal hold.ObjectLockLegalHoldStatusObjectLockLegalHold. status()Indicates whether the specified object has a legal hold in place.static ObjectLockLegalHoldStatusObjectLockLegalHoldStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectLockLegalHoldStatus[]ObjectLockLegalHoldStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ObjectLockLegalHoldStatus Modifier and Type Method Description static Set<ObjectLockLegalHoldStatus>ObjectLockLegalHoldStatus. knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type ObjectLockLegalHoldStatus Modifier and Type Method Description CopyObjectRequest.BuilderCopyObjectRequest.Builder. objectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus)Specifies whether you want to apply a legal hold to the object copy.CreateMultipartUploadRequest.BuilderCreateMultipartUploadRequest.Builder. objectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus)Specifies whether you want to apply a legal hold to the uploaded object.GetObjectResponse.BuilderGetObjectResponse.Builder. objectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus)Indicates whether this object has an active legal hold.HeadObjectResponse.BuilderHeadObjectResponse.Builder. objectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus)Specifies whether a legal hold is in effect for this object.PutObjectRequest.BuilderPutObjectRequest.Builder. objectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus)Specifies whether a legal hold will be applied to this object.WriteGetObjectResponseRequest.BuilderWriteGetObjectResponseRequest.Builder. objectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus)Indicates whether an object stored in Amazon S3 has an active legal hold.ObjectLockLegalHold.BuilderObjectLockLegalHold.Builder. status(ObjectLockLegalHoldStatus status)Indicates whether the specified object has a legal hold in place.
-