| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.helper | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.jpa |
| Modifier and Type | Method and Description |
|---|---|
TrustingAccountEntity |
TrustingAccountDao.getTrustingAccountById(String accountId)
Gets an AWS trusting account by AWS account number.
|
| Modifier and Type | Method and Description |
|---|---|
TrustingAccountEntity |
TrustingAccountDaoHelper.getTrustingAccountEntity(String accountId)
Gets an AWS trusting account by AWS account number and ensure it exists.
|
| Modifier and Type | Method and Description |
|---|---|
TrustingAccountEntity |
TrustingAccountDaoImpl.getTrustingAccountById(String accountId) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<TrustingAccountEntity,String> |
TrustingAccountEntity_.id |
static javax.persistence.metamodel.SingularAttribute<TrustingAccountEntity,String> |
TrustingAccountEntity_.roleArn |
static javax.persistence.metamodel.SingularAttribute<TrustingAccountEntity,String> |
TrustingAccountEntity_.stagingBucketName |
Copyright © 2021. All rights reserved.