@Component public class TrustingAccountDaoHelper extends Object
| Constructor and Description |
|---|
TrustingAccountDaoHelper() |
| Modifier and Type | Method and Description |
|---|---|
TrustingAccountEntity |
getTrustingAccountEntity(String accountId)
Gets an AWS trusting account by AWS account number and ensure it exists.
|
public TrustingAccountEntity getTrustingAccountEntity(String accountId) throws ObjectNotFoundException
accountId - the AWS account number, without dashes (case-sensitive)ObjectNotFoundException - if the trusting account entity doesn't existCopyright © 2019. All rights reserved.