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 VaultLockPolicy
VaultLockPolicy. clone()
VaultLockPolicy
InitiateVaultLockRequest. getPolicy()
The vault lock policy as a JSON string, which uses "\" as an escape character.VaultLockPolicy
VaultLockPolicy. withPolicy(String policy)
The vault lock policy.Methods in com.amazonaws.services.glacier.model with parameters of type VaultLockPolicy Modifier and Type Method Description void
InitiateVaultLockRequest. setPolicy(VaultLockPolicy policy)
The vault lock policy as a JSON string, which uses "\" as an escape character.InitiateVaultLockRequest
InitiateVaultLockRequest. withPolicy(VaultLockPolicy policy)
The vault lock policy as a JSON string, which uses "\" as an escape character.
-