Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.FindingSource
-
Packages that use FindingSource Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of FindingSource in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type FindingSource Modifier and Type Method Description List<FindingSource>AccessPreviewFinding. sources()The sources of the finding.List<FindingSource>ExternalAccessDetails. sources()The sources of the external access finding.List<FindingSource>Finding. sources()The sources of the finding.List<FindingSource>FindingSummary. sources()The sources of the finding.Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type FindingSource Modifier and Type Method Description AccessPreviewFinding.BuilderAccessPreviewFinding.Builder. sources(FindingSource... sources)The sources of the finding.ExternalAccessDetails.BuilderExternalAccessDetails.Builder. sources(FindingSource... sources)The sources of the external access finding.Finding.BuilderFinding.Builder. sources(FindingSource... sources)The sources of the finding.FindingSummary.BuilderFindingSummary.Builder. sources(FindingSource... sources)The sources of the finding.Method parameters in software.amazon.awssdk.services.accessanalyzer.model with type arguments of type FindingSource Modifier and Type Method Description AccessPreviewFinding.BuilderAccessPreviewFinding.Builder. sources(Collection<FindingSource> sources)The sources of the finding.ExternalAccessDetails.BuilderExternalAccessDetails.Builder. sources(Collection<FindingSource> sources)The sources of the external access finding.Finding.BuilderFinding.Builder. sources(Collection<FindingSource> sources)The sources of the finding.FindingSummary.BuilderFindingSummary.Builder. sources(Collection<FindingSource> sources)The sources of the finding.
-