Uses of Class
software.amazon.awssdk.services.inspector.model.Scope
-
Packages that use Scope Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of Scope in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return types with arguments of type Scope Modifier and Type Method Description List<Scope>Exclusion. scopes()The AWS resources for which the exclusion pertains.List<Scope>ExclusionPreview. scopes()The AWS resources for which the exclusion preview pertains.Methods in software.amazon.awssdk.services.inspector.model with parameters of type Scope Modifier and Type Method Description Exclusion.BuilderExclusion.Builder. scopes(Scope... scopes)The AWS resources for which the exclusion pertains.ExclusionPreview.BuilderExclusionPreview.Builder. scopes(Scope... scopes)The AWS resources for which the exclusion preview pertains.Method parameters in software.amazon.awssdk.services.inspector.model with type arguments of type Scope Modifier and Type Method Description Exclusion.BuilderExclusion.Builder. scopes(Collection<Scope> scopes)The AWS resources for which the exclusion pertains.ExclusionPreview.BuilderExclusionPreview.Builder. scopes(Collection<Scope> scopes)The AWS resources for which the exclusion preview pertains.
-