Package | Description |
---|---|
com.amazonaws.services.glacier.model | |
com.amazonaws.services.glacier.model.transform |
Modifier and Type | Field and Description |
---|---|
private VaultLockPolicy |
InitiateVaultLockRequest.policy
The vault lock policy as a JSON string, which uses "\" as an escape
character.
|
Modifier and Type | Method and Description |
---|---|
VaultLockPolicy |
VaultLockPolicy.clone() |
VaultLockPolicy |
InitiateVaultLockRequest.getPolicy()
The vault lock policy as a JSON string, which uses "\" as an escape
character.
|
VaultLockPolicy |
VaultLockPolicy.withPolicy(java.lang.String policy)
The vault lock policy.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
VaultLockPolicy |
VaultLockPolicyJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
VaultLockPolicyJsonMarshaller.marshall(VaultLockPolicy vaultLockPolicy,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|