| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Scope |
Scope.clone() |
Scope |
CreateAssessmentRequest.getScope() |
Scope |
UpdateAssessmentRequest.getScope()
The scope of the assessment.
|
Scope |
AssessmentMetadata.getScope()
The wrapper of Amazon Web Services accounts and services that are in scope for the assessment.
|
Scope |
Scope.withAwsAccounts(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.
|
Scope |
Scope.withAwsServices(AWSService... awsServices)
The Amazon Web Services services that are included in the scope of the assessment.
|
Scope |
Scope.withAwsServices(Collection<AWSService> awsServices)
The Amazon Web Services services that are included in the scope of the assessment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAssessmentRequest.setScope(Scope scope) |
void |
UpdateAssessmentRequest.setScope(Scope scope)
The scope of the assessment.
|
void |
AssessmentMetadata.setScope(Scope scope)
The wrapper of Amazon Web Services accounts and services that are in scope for the assessment.
|
CreateAssessmentRequest |
CreateAssessmentRequest.withScope(Scope scope) |
UpdateAssessmentRequest |
UpdateAssessmentRequest.withScope(Scope scope)
The scope of the assessment.
|
AssessmentMetadata |
AssessmentMetadata.withScope(Scope scope)
The wrapper of Amazon Web Services accounts and services that are in scope for the assessment.
|
Copyright © 2022. All rights reserved.