Uses of Class
software.amazon.awssdk.services.glacier.model.GetVaultAccessPolicyResponse
-
Packages that use GetVaultAccessPolicyResponse Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data." -
-
Uses of GetVaultAccessPolicyResponse in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier that return GetVaultAccessPolicyResponse Modifier and Type Method Description default GetVaultAccessPolicyResponseGlacierClient. getVaultAccessPolicy(Consumer<GetVaultAccessPolicyRequest.Builder> getVaultAccessPolicyRequest)This operation retrieves theaccess-policysubresource set on the vault; for more information on setting this subresource, see Set Vault Access Policy (PUT access-policy).default GetVaultAccessPolicyResponseGlacierClient. getVaultAccessPolicy(GetVaultAccessPolicyRequest getVaultAccessPolicyRequest)This operation retrieves theaccess-policysubresource set on the vault; for more information on setting this subresource, see Set Vault Access Policy (PUT access-policy).Methods in software.amazon.awssdk.services.glacier that return types with arguments of type GetVaultAccessPolicyResponse Modifier and Type Method Description default CompletableFuture<GetVaultAccessPolicyResponse>GlacierAsyncClient. getVaultAccessPolicy(Consumer<GetVaultAccessPolicyRequest.Builder> getVaultAccessPolicyRequest)This operation retrieves theaccess-policysubresource set on the vault; for more information on setting this subresource, see Set Vault Access Policy (PUT access-policy).default CompletableFuture<GetVaultAccessPolicyResponse>GlacierAsyncClient. getVaultAccessPolicy(GetVaultAccessPolicyRequest getVaultAccessPolicyRequest)This operation retrieves theaccess-policysubresource set on the vault; for more information on setting this subresource, see Set Vault Access Policy (PUT access-policy).
-