public interface TrustingAccountDao extends BaseJpaDao
| Modifier and Type | Method and Description |
|---|---|
TrustingAccountEntity |
getTrustingAccountById(String accountId)
Gets an AWS trusting account by AWS account number.
|
delete, detach, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, query, queryByNamedParams, save, saveAndRefreshTrustingAccountEntity getTrustingAccountById(String accountId)
accountId - the AWS account number, without dashes (case-sensitive)Copyright © 2019. All rights reserved.