Uses of Class
com.google.cloud.storage.multipartupload.model.ObjectLockMode
Packages that use ObjectLockMode
-
Uses of ObjectLockMode in com.google.cloud.storage.multipartupload.model
Fields in com.google.cloud.storage.multipartupload.model declared as ObjectLockModeModifier and TypeFieldDescriptionstatic final ObjectLockModeObjectLockMode.COMPLIANCECompliance mode.static final ObjectLockModeObjectLockMode.GOVERNANCEGovernance mode.Methods in com.google.cloud.storage.multipartupload.model that return ObjectLockModeModifier and TypeMethodDescriptionCreateMultipartUploadRequest.getObjectLockMode()Returns the mode of the object's retention configuration.static ObjectLockModeGet the ObjectLockMode for the given String constant, and allow unrecognized values.static ObjectLockModeObjectLockMode.valueOfStrict(String constant) Get the ObjectLockMode for the given String constant, and throw an exception if the constant is not recognized.static ObjectLockMode[]ObjectLockMode.values()Return the known values for ObjectLockMode.Methods in com.google.cloud.storage.multipartupload.model with parameters of type ObjectLockModeModifier and TypeMethodDescriptionCreateMultipartUploadRequest.Builder.objectLockMode(ObjectLockMode objectLockMode) Mode of the object's retention configuration.