Uses of Class
software.amazon.awssdk.services.glacier.model.VaultLockPolicy
-
Packages that use VaultLockPolicy Package Description software.amazon.awssdk.services.glacier.model -
-
Uses of VaultLockPolicy in software.amazon.awssdk.services.glacier.model
Methods in software.amazon.awssdk.services.glacier.model that return VaultLockPolicy Modifier and Type Method Description VaultLockPolicyInitiateVaultLockRequest. policy()The vault lock policy as a JSON string, which uses "\" as an escape character.Methods in software.amazon.awssdk.services.glacier.model with parameters of type VaultLockPolicy Modifier and Type Method Description InitiateVaultLockRequest.BuilderInitiateVaultLockRequest.Builder. policy(VaultLockPolicy policy)The vault lock policy as a JSON string, which uses "\" as an escape character.
-