Package | Description |
---|---|
com.amazonaws.services.glacier.model | |
com.amazonaws.services.glacier.model.transform |
Modifier and Type | Field and Description |
---|---|
private VaultAccessPolicy |
SetVaultAccessPolicyRequest.policy
The vault access policy as a JSON string.
|
private VaultAccessPolicy |
GetVaultAccessPolicyResult.policy
Contains the returned vault access policy as a JSON string.
|
Modifier and Type | Method and Description |
---|---|
VaultAccessPolicy |
VaultAccessPolicy.clone() |
VaultAccessPolicy |
SetVaultAccessPolicyRequest.getPolicy()
The vault access policy as a JSON string.
|
VaultAccessPolicy |
GetVaultAccessPolicyResult.getPolicy()
Contains the returned vault access policy as a JSON string.
|
VaultAccessPolicy |
VaultAccessPolicy.withPolicy(java.lang.String policy)
The vault access policy.
|
Modifier and Type | Method and Description |
---|---|
void |
SetVaultAccessPolicyRequest.setPolicy(VaultAccessPolicy policy)
The vault access policy as a JSON string.
|
void |
GetVaultAccessPolicyResult.setPolicy(VaultAccessPolicy policy)
Contains the returned vault access policy as a JSON string.
|
SetVaultAccessPolicyRequest |
SetVaultAccessPolicyRequest.withPolicy(VaultAccessPolicy policy)
The vault access policy as a JSON string.
|
GetVaultAccessPolicyResult |
GetVaultAccessPolicyResult.withPolicy(VaultAccessPolicy policy)
Contains the returned vault access policy as a JSON string.
|
Modifier and Type | Method and Description |
---|---|
VaultAccessPolicy |
VaultAccessPolicyJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
VaultAccessPolicyJsonMarshaller.marshall(VaultAccessPolicy vaultAccessPolicy,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|