Uses of Enum
software.amazon.awssdk.services.s3.model.ObjectLockLegalHoldStatus
Packages that use ObjectLockLegalHoldStatus
-
Uses of ObjectLockLegalHoldStatus in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectLockLegalHoldStatusModifier and TypeMethodDescriptionstatic ObjectLockLegalHoldStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.CopyObjectRequest.objectLockLegalHoldStatus()Specifies whether you want to apply a legal hold to the object copy.CreateMultipartUploadRequest.objectLockLegalHoldStatus()Specifies whether you want to apply a legal hold to the uploaded object.GetObjectResponse.objectLockLegalHoldStatus()Indicates whether this object has an active legal hold.HeadObjectResponse.objectLockLegalHoldStatus()Specifies whether a legal hold is in effect for this object.PutObjectRequest.objectLockLegalHoldStatus()Specifies whether a legal hold will be applied to this object.WriteGetObjectResponseRequest.objectLockLegalHoldStatus()Indicates whether an object stored in Amazon S3 has an active legal hold.ObjectLockLegalHold.status()Indicates whether the specified object has a legal hold in place.static ObjectLockLegalHoldStatusReturns 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 ObjectLockLegalHoldStatusModifier and TypeMethodDescriptionstatic Set<ObjectLockLegalHoldStatus>ObjectLockLegalHoldStatus.knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type ObjectLockLegalHoldStatusModifier and TypeMethodDescriptionCopyObjectRequest.Builder.objectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus) Specifies whether you want to apply a legal hold to the object copy.CreateMultipartUploadRequest.Builder.objectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus) Specifies whether you want to apply a legal hold to the uploaded object.GetObjectResponse.Builder.objectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus) Indicates whether this object has an active legal hold.HeadObjectResponse.Builder.objectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus) Specifies whether a legal hold is in effect for this object.PutObjectRequest.Builder.objectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus) Specifies whether a legal hold will be applied to this object.WriteGetObjectResponseRequest.Builder.objectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus) Indicates whether an object stored in Amazon S3 has an active legal hold.ObjectLockLegalHold.Builder.status(ObjectLockLegalHoldStatus status) Indicates whether the specified object has a legal hold in place.