| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
AWSAccount |
Assessment.awsAccount()
The Amazon Web Services account that's associated with the assessment.
|
| Modifier and Type | Method and Description |
|---|---|
List<AWSAccount> |
Scope.awsAccounts()
The Amazon Web Services accounts that are included in the scope of the assessment.
|
| Modifier and Type | Method and Description |
|---|---|
Assessment.Builder |
Assessment.Builder.awsAccount(AWSAccount awsAccount)
The Amazon Web Services account that's associated with the assessment.
|
Scope.Builder |
Scope.Builder.awsAccounts(AWSAccount... awsAccounts)
The Amazon Web Services accounts that are included in the scope of the assessment.
|
| Modifier and Type | Method and Description |
|---|---|
Scope.Builder |
Scope.Builder.awsAccounts(Collection<AWSAccount> awsAccounts)
The Amazon Web Services accounts that are included in the scope of the assessment.
|
Copyright © 2023. All rights reserved.