| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
Scope |
Scope.clone() |
Scope |
Scope.withKey(ScopeType key)
The type of the scope.
|
Scope |
Scope.withKey(String key)
The type of the scope.
|
Scope |
Scope.withValue(String value)
The resource identifier for the specified scope type.
|
| Modifier and Type | Method and Description |
|---|---|
List<Scope> |
Exclusion.getScopes()
The AWS resources for which the exclusion pertains.
|
List<Scope> |
ExclusionPreview.getScopes()
The AWS resources for which the exclusion preview pertains.
|
| Modifier and Type | Method and Description |
|---|---|
Exclusion |
Exclusion.withScopes(Scope... scopes)
The AWS resources for which the exclusion pertains.
|
ExclusionPreview |
ExclusionPreview.withScopes(Scope... scopes)
The AWS resources for which the exclusion preview pertains.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Exclusion.setScopes(Collection<Scope> scopes)
The AWS resources for which the exclusion pertains.
|
void |
ExclusionPreview.setScopes(Collection<Scope> scopes)
The AWS resources for which the exclusion preview pertains.
|
Exclusion |
Exclusion.withScopes(Collection<Scope> scopes)
The AWS resources for which the exclusion pertains.
|
ExclusionPreview |
ExclusionPreview.withScopes(Collection<Scope> scopes)
The AWS resources for which the exclusion preview pertains.
|
Copyright © 2022. All rights reserved.