| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
AWSAccount |
AWSAccount.clone() |
AWSAccount |
Assessment.getAwsAccount()
The Amazon Web Services account that's associated with the assessment.
|
AWSAccount |
AWSAccount.withEmailAddress(String emailAddress)
The email address that's associated with the Amazon Web Services account.
|
AWSAccount |
AWSAccount.withId(String id)
The identifier for the Amazon Web Services account.
|
AWSAccount |
AWSAccount.withName(String name)
The name of the Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
List<AWSAccount> |
Scope.getAwsAccounts()
The Amazon Web Services accounts that are included in the scope of the assessment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Assessment.setAwsAccount(AWSAccount awsAccount)
The Amazon Web Services account that's associated with the assessment.
|
Assessment |
Assessment.withAwsAccount(AWSAccount awsAccount)
The Amazon Web Services account that's associated with the assessment.
|
Scope |
Scope.withAwsAccounts(AWSAccount... awsAccounts)
The Amazon Web Services accounts that are included in the scope of the assessment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Scope.setAwsAccounts(Collection<AWSAccount> awsAccounts)
The Amazon Web Services accounts that are included in the scope of the assessment.
|
Scope |
Scope.withAwsAccounts(Collection<AWSAccount> awsAccounts)
The Amazon Web Services accounts that are included in the scope of the assessment.
|
Copyright © 2025. All rights reserved.