Uses of Class
software.amazon.awssdk.services.auditmanager.model.Scope
-
Packages that use Scope Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of Scope in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return Scope Modifier and Type Method Description ScopeAssessmentMetadata. scope()The wrapper of Amazon Web Services accounts and services that are in scope for the assessment.ScopeCreateAssessmentRequest. scope()Returns the value of the Scope property for this object.ScopeUpdateAssessmentRequest. scope()The scope of the assessment.Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type Scope Modifier and Type Method Description AssessmentMetadata.BuilderAssessmentMetadata.Builder. scope(Scope scope)The wrapper of Amazon Web Services accounts and services that are in scope for the assessment.CreateAssessmentRequest.BuilderCreateAssessmentRequest.Builder. scope(Scope scope)Sets the value of the Scope property for this object.UpdateAssessmentRequest.BuilderUpdateAssessmentRequest.Builder. scope(Scope scope)The scope of the assessment.
-