| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
FindingSource |
FindingSource.clone() |
FindingSource |
FindingSource.withDetail(FindingSourceDetail detail)
Includes details about how the access that generated the finding is granted.
|
FindingSource |
FindingSource.withType(FindingSourceType type)
Indicates the type of access that generated the finding.
|
FindingSource |
FindingSource.withType(String type)
Indicates the type of access that generated the finding.
|
| Modifier and Type | Method and Description |
|---|---|
List<FindingSource> |
AccessPreviewFinding.getSources()
The sources of the finding.
|
List<FindingSource> |
Finding.getSources()
The sources of the finding.
|
List<FindingSource> |
FindingSummary.getSources()
The sources of the finding.
|
| Modifier and Type | Method and Description |
|---|---|
AccessPreviewFinding |
AccessPreviewFinding.withSources(FindingSource... sources)
The sources of the finding.
|
Finding |
Finding.withSources(FindingSource... sources)
The sources of the finding.
|
FindingSummary |
FindingSummary.withSources(FindingSource... sources)
The sources of the finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccessPreviewFinding.setSources(Collection<FindingSource> sources)
The sources of the finding.
|
void |
Finding.setSources(Collection<FindingSource> sources)
The sources of the finding.
|
void |
FindingSummary.setSources(Collection<FindingSource> sources)
The sources of the finding.
|
AccessPreviewFinding |
AccessPreviewFinding.withSources(Collection<FindingSource> sources)
The sources of the finding.
|
Finding |
Finding.withSources(Collection<FindingSource> sources)
The sources of the finding.
|
FindingSummary |
FindingSummary.withSources(Collection<FindingSource> sources)
The sources of the finding.
|
Copyright © 2023. All rights reserved.