Uses of Class
com.amazonaws.services.glacier.model.VaultLockPolicy
-
Packages that use VaultLockPolicy Package Description com.amazonaws.services.glacier.model -
-
Uses of VaultLockPolicy in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return VaultLockPolicy Modifier and Type Method Description VaultLockPolicyVaultLockPolicy. clone()VaultLockPolicyInitiateVaultLockRequest. getPolicy()The vault lock policy as a JSON string, which uses "\" as an escape character.VaultLockPolicyVaultLockPolicy. withPolicy(String policy)The vault lock policy.Methods in com.amazonaws.services.glacier.model with parameters of type VaultLockPolicy Modifier and Type Method Description voidInitiateVaultLockRequest. setPolicy(VaultLockPolicy policy)The vault lock policy as a JSON string, which uses "\" as an escape character.InitiateVaultLockRequestInitiateVaultLockRequest. withPolicy(VaultLockPolicy policy)The vault lock policy as a JSON string, which uses "\" as an escape character.
-