Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.AccessPreviewFinding
-
Packages that use AccessPreviewFinding Package Description software.amazon.awssdk.services.accessanalyzer.model software.amazon.awssdk.services.accessanalyzer.paginators -
-
Uses of AccessPreviewFinding in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type AccessPreviewFinding Modifier and Type Method Description List<AccessPreviewFinding>ListAccessPreviewFindingsResponse. findings()A list of access preview findings that match the specified filter criteria.Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type AccessPreviewFinding Modifier and Type Method Description ListAccessPreviewFindingsResponse.BuilderListAccessPreviewFindingsResponse.Builder. findings(AccessPreviewFinding... findings)A list of access preview findings that match the specified filter criteria.Method parameters in software.amazon.awssdk.services.accessanalyzer.model with type arguments of type AccessPreviewFinding Modifier and Type Method Description ListAccessPreviewFindingsResponse.BuilderListAccessPreviewFindingsResponse.Builder. findings(Collection<AccessPreviewFinding> findings)A list of access preview findings that match the specified filter criteria. -
Uses of AccessPreviewFinding in software.amazon.awssdk.services.accessanalyzer.paginators
Methods in software.amazon.awssdk.services.accessanalyzer.paginators that return types with arguments of type AccessPreviewFinding Modifier and Type Method Description SdkIterable<AccessPreviewFinding>ListAccessPreviewFindingsIterable. findings()Returns an iterable to iterate through the paginatedListAccessPreviewFindingsResponse.findings()member.SdkPublisher<AccessPreviewFinding>ListAccessPreviewFindingsPublisher. findings()Returns a publisher that can be used to get a stream of data.
-