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