Uses of Enum
software.amazon.awssdk.services.s3.model.ObjectLockMode
Packages that use ObjectLockMode
-
Uses of ObjectLockMode in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectLockModeModifier and TypeMethodDescriptionstatic ObjectLockModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ObjectLockModeCopyObjectRequest.objectLockMode()The Object Lock mode that you want to apply to the object copy.final ObjectLockModeCreateMultipartUploadRequest.objectLockMode()Specifies the Object Lock mode that you want to apply to the uploaded object.final ObjectLockModeGetObjectResponse.objectLockMode()The Object Lock mode that's currently in place for this object.final ObjectLockModeHeadObjectResponse.objectLockMode()The Object Lock mode, if any, that's in effect for this object.final ObjectLockModePutObjectRequest.objectLockMode()The Object Lock mode that you want to apply to this object.final ObjectLockModeWriteGetObjectResponseRequest.objectLockMode()Indicates whether an object stored in Amazon S3 has Object Lock enabled.static ObjectLockModeReturns the enum constant of this type with the specified name.static ObjectLockMode[]ObjectLockMode.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 ObjectLockModeMethods in software.amazon.awssdk.services.s3.model with parameters of type ObjectLockModeModifier and TypeMethodDescriptionCopyObjectRequest.Builder.objectLockMode(ObjectLockMode objectLockMode) The Object Lock mode that you want to apply to the object copy.CreateMultipartUploadRequest.Builder.objectLockMode(ObjectLockMode objectLockMode) Specifies the Object Lock mode that you want to apply to the uploaded object.GetObjectResponse.Builder.objectLockMode(ObjectLockMode objectLockMode) The Object Lock mode that's currently in place for this object.HeadObjectResponse.Builder.objectLockMode(ObjectLockMode objectLockMode) The Object Lock mode, if any, that's in effect for this object.PutObjectRequest.Builder.objectLockMode(ObjectLockMode objectLockMode) The Object Lock mode that you want to apply to this object.WriteGetObjectResponseRequest.Builder.objectLockMode(ObjectLockMode objectLockMode) Indicates whether an object stored in Amazon S3 has Object Lock enabled.