| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
ExclusionPreview |
ExclusionPreview.clone() |
ExclusionPreview |
ExclusionPreview.withAttributes(Attribute... attributes)
The system-defined attributes for the exclusion preview.
|
ExclusionPreview |
ExclusionPreview.withAttributes(Collection<Attribute> attributes)
The system-defined attributes for the exclusion preview.
|
ExclusionPreview |
ExclusionPreview.withDescription(String description)
The description of the exclusion preview.
|
ExclusionPreview |
ExclusionPreview.withRecommendation(String recommendation)
The recommendation for the exclusion preview.
|
ExclusionPreview |
ExclusionPreview.withScopes(Collection<Scope> scopes)
The AWS resources for which the exclusion preview pertains.
|
ExclusionPreview |
ExclusionPreview.withScopes(Scope... scopes)
The AWS resources for which the exclusion preview pertains.
|
ExclusionPreview |
ExclusionPreview.withTitle(String title)
The name of the exclusion preview.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExclusionPreview> |
GetExclusionsPreviewResult.getExclusionPreviews()
Information about the exclusions included in the preview.
|
| Modifier and Type | Method and Description |
|---|---|
GetExclusionsPreviewResult |
GetExclusionsPreviewResult.withExclusionPreviews(ExclusionPreview... exclusionPreviews)
Information about the exclusions included in the preview.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetExclusionsPreviewResult.setExclusionPreviews(Collection<ExclusionPreview> exclusionPreviews)
Information about the exclusions included in the preview.
|
GetExclusionsPreviewResult |
GetExclusionsPreviewResult.withExclusionPreviews(Collection<ExclusionPreview> exclusionPreviews)
Information about the exclusions included in the preview.
|
Copyright © 2021. All rights reserved.