| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Scope.Builder |
Scope.Builder.awsAccounts(AWSAccount... awsAccounts)
The Amazon Web Services accounts that are included in the scope of the assessment.
|
Scope.Builder |
Scope.Builder.awsAccounts(Collection<AWSAccount> awsAccounts)
The Amazon Web Services accounts that are included in the scope of the assessment.
|
Scope.Builder |
Scope.Builder.awsAccounts(Consumer<AWSAccount.Builder>... awsAccounts)
The Amazon Web Services accounts that are included in the scope of the assessment.
|
Scope.Builder |
Scope.Builder.awsServices(AWSService... awsServices)
The Amazon Web Services services that are included in the scope of the assessment.
|
Scope.Builder |
Scope.Builder.awsServices(Collection<AWSService> awsServices)
The Amazon Web Services services that are included in the scope of the assessment.
|
Scope.Builder |
Scope.Builder.awsServices(Consumer<AWSService.Builder>... awsServices)
The Amazon Web Services services that are included in the scope of the assessment.
|
static Scope.Builder |
Scope.builder() |
Scope.Builder |
Scope.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Scope.Builder> |
Scope.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AssessmentMetadata.Builder |
AssessmentMetadata.Builder.scope(Consumer<Scope.Builder> scope)
The wrapper of Amazon Web Services accounts and services that are in scope for the assessment.
|
default CreateAssessmentRequest.Builder |
CreateAssessmentRequest.Builder.scope(Consumer<Scope.Builder> scope)
Sets the value of the Scope property for this object.
|
default UpdateAssessmentRequest.Builder |
UpdateAssessmentRequest.Builder.scope(Consumer<Scope.Builder> scope)
The scope of the assessment.
|
Copyright © 2023. All rights reserved.