Uses of Class
software.amazon.awssdk.services.backup.model.GetBackupVaultAccessPolicyResponse
-
Packages that use GetBackupVaultAccessPolicyResponse Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of GetBackupVaultAccessPolicyResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return GetBackupVaultAccessPolicyResponse Modifier and Type Method Description default GetBackupVaultAccessPolicyResponseBackupClient. getBackupVaultAccessPolicy(Consumer<GetBackupVaultAccessPolicyRequest.Builder> getBackupVaultAccessPolicyRequest)Returns the access policy document that is associated with the named backup vault.default GetBackupVaultAccessPolicyResponseBackupClient. getBackupVaultAccessPolicy(GetBackupVaultAccessPolicyRequest getBackupVaultAccessPolicyRequest)Returns the access policy document that is associated with the named backup vault.Methods in software.amazon.awssdk.services.backup that return types with arguments of type GetBackupVaultAccessPolicyResponse Modifier and Type Method Description default CompletableFuture<GetBackupVaultAccessPolicyResponse>BackupAsyncClient. getBackupVaultAccessPolicy(Consumer<GetBackupVaultAccessPolicyRequest.Builder> getBackupVaultAccessPolicyRequest)Returns the access policy document that is associated with the named backup vault.default CompletableFuture<GetBackupVaultAccessPolicyResponse>BackupAsyncClient. getBackupVaultAccessPolicy(GetBackupVaultAccessPolicyRequest getBackupVaultAccessPolicyRequest)Returns the access policy document that is associated with the named backup vault.
-