Uses of Interface
software.amazon.awssdk.services.auditmanager.model.Scope.Builder
-
Packages that use Scope.Builder Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of Scope.Builder in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return Scope.Builder Modifier and Type Method Description Scope.BuilderScope.Builder. awsAccounts(Collection<AWSAccount> awsAccounts)The Amazon Web Services accounts that are included in the scope of the assessment.Scope.BuilderScope.Builder. awsAccounts(Consumer<AWSAccount.Builder>... awsAccounts)The Amazon Web Services accounts that are included in the scope of the assessment.Scope.BuilderScope.Builder. awsAccounts(AWSAccount... awsAccounts)The Amazon Web Services accounts that are included in the scope of the assessment.Scope.BuilderScope.Builder. awsServices(Collection<AWSService> awsServices)Deprecated.You can't specify services in scope when creating/updating an assessment.Scope.BuilderScope.Builder. awsServices(Consumer<AWSService.Builder>... awsServices)Deprecated.You can't specify services in scope when creating/updating an assessment.Scope.BuilderScope.Builder. awsServices(AWSService... awsServices)Deprecated.You can't specify services in scope when creating/updating an assessment.static Scope.BuilderScope. builder()Scope.BuilderScope. toBuilder()Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type Scope.Builder Modifier and Type Method Description static Class<? extends Scope.Builder>Scope. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.auditmanager.model with type arguments of type Scope.Builder Modifier and Type Method Description default AssessmentMetadata.BuilderAssessmentMetadata.Builder. scope(Consumer<Scope.Builder> scope)The wrapper of Amazon Web Services accounts and services that are in scope for the assessment.default CreateAssessmentRequest.BuilderCreateAssessmentRequest.Builder. scope(Consumer<Scope.Builder> scope)Sets the value of the Scope property for this object.default UpdateAssessmentRequest.BuilderUpdateAssessmentRequest.Builder. scope(Consumer<Scope.Builder> scope)The scope of the assessment.
-