Uses of Class
software.amazon.awssdk.services.glacier.model.VaultAccessPolicy
-
Packages that use VaultAccessPolicy Package Description software.amazon.awssdk.services.glacier.model -
-
Uses of VaultAccessPolicy in software.amazon.awssdk.services.glacier.model
Methods in software.amazon.awssdk.services.glacier.model that return VaultAccessPolicy Modifier and Type Method Description VaultAccessPolicyGetVaultAccessPolicyResponse. policy()Contains the returned vault access policy as a JSON string.VaultAccessPolicySetVaultAccessPolicyRequest. policy()The vault access policy as a JSON string.Methods in software.amazon.awssdk.services.glacier.model with parameters of type VaultAccessPolicy Modifier and Type Method Description GetVaultAccessPolicyResponse.BuilderGetVaultAccessPolicyResponse.Builder. policy(VaultAccessPolicy policy)Contains the returned vault access policy as a JSON string.SetVaultAccessPolicyRequest.BuilderSetVaultAccessPolicyRequest.Builder. policy(VaultAccessPolicy policy)The vault access policy as a JSON string.
-