| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
Exclusion |
Exclusion.clone() |
Exclusion |
Exclusion.withArn(String arn)
The ARN that specifies the exclusion.
|
Exclusion |
Exclusion.withAttributes(Attribute... attributes)
The system-defined attributes for the exclusion.
|
Exclusion |
Exclusion.withAttributes(Collection<Attribute> attributes)
The system-defined attributes for the exclusion.
|
Exclusion |
Exclusion.withDescription(String description)
The description of the exclusion.
|
Exclusion |
Exclusion.withRecommendation(String recommendation)
The recommendation for the exclusion.
|
Exclusion |
Exclusion.withScopes(Collection<Scope> scopes)
The AWS resources for which the exclusion pertains.
|
Exclusion |
Exclusion.withScopes(Scope... scopes)
The AWS resources for which the exclusion pertains.
|
Exclusion |
Exclusion.withTitle(String title)
The name of the exclusion.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Exclusion> |
DescribeExclusionsResult.getExclusions()
Information about the exclusions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeExclusionsResult |
DescribeExclusionsResult.addExclusionsEntry(String key,
Exclusion value)
Add a single Exclusions entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeExclusionsResult.setExclusions(Map<String,Exclusion> exclusions)
Information about the exclusions.
|
DescribeExclusionsResult |
DescribeExclusionsResult.withExclusions(Map<String,Exclusion> exclusions)
Information about the exclusions.
|
Copyright © 2024. All rights reserved.