Package | Description |
---|---|
com.amazonaws.services.glacier.model |
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(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.
|
Copyright © 2018. All rights reserved.