Uses of Class
com.amazonaws.services.glacier.model.VaultLockPolicy
Packages that use VaultLockPolicy
-
Uses of VaultLockPolicy in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return VaultLockPolicyModifier and TypeMethodDescriptionVaultLockPolicy.clone()InitiateVaultLockRequest.getPolicy()The vault lock policy as a JSON string, which uses "\" as an escape character.VaultLockPolicy.withPolicy(String policy) The vault lock policy.Methods in com.amazonaws.services.glacier.model with parameters of type VaultLockPolicyModifier and TypeMethodDescriptionvoidInitiateVaultLockRequest.setPolicy(VaultLockPolicy policy) The vault lock policy as a JSON string, which uses "\" as an escape character.InitiateVaultLockRequest.withPolicy(VaultLockPolicy policy) The vault lock policy as a JSON string, which uses "\" as an escape character.