| Package | Description |
|---|---|
| software.amazon.awssdk.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
List<FindingSource> |
FindingSummary.sources()
The sources of the finding.
|
List<FindingSource> |
AccessPreviewFinding.sources()
The sources of the finding.
|
List<FindingSource> |
Finding.sources()
The sources of the finding.
|
| Modifier and Type | Method and Description |
|---|---|
FindingSummary.Builder |
FindingSummary.Builder.sources(FindingSource... sources)
The sources of the finding.
|
AccessPreviewFinding.Builder |
AccessPreviewFinding.Builder.sources(FindingSource... sources)
The sources of the finding.
|
Finding.Builder |
Finding.Builder.sources(FindingSource... sources)
The sources of the finding.
|
| Modifier and Type | Method and Description |
|---|---|
FindingSummary.Builder |
FindingSummary.Builder.sources(Collection<FindingSource> sources)
The sources of the finding.
|
AccessPreviewFinding.Builder |
AccessPreviewFinding.Builder.sources(Collection<FindingSource> sources)
The sources of the finding.
|
Finding.Builder |
Finding.Builder.sources(Collection<FindingSource> sources)
The sources of the finding.
|
Copyright © 2023. All rights reserved.