Uses of Class
software.amazon.awssdk.services.inspector2.model.Finding
-
Packages that use Finding Package Description software.amazon.awssdk.services.inspector2.model software.amazon.awssdk.services.inspector2.paginators -
-
Uses of Finding in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type Finding Modifier and Type Method Description List<Finding>ListFindingsResponse. findings()Contains details on the findings in your environment.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type Finding Modifier and Type Method Description ListFindingsResponse.BuilderListFindingsResponse.Builder. findings(Finding... findings)Contains details on the findings in your environment.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type Finding Modifier and Type Method Description ListFindingsResponse.BuilderListFindingsResponse.Builder. findings(Collection<Finding> findings)Contains details on the findings in your environment. -
Uses of Finding in software.amazon.awssdk.services.inspector2.paginators
Methods in software.amazon.awssdk.services.inspector2.paginators that return types with arguments of type Finding Modifier and Type Method Description SdkIterable<Finding>ListFindingsIterable. findings()Returns an iterable to iterate through the paginatedListFindingsResponse.findings()member.SdkPublisher<Finding>ListFindingsPublisher. findings()Returns a publisher that can be used to get a stream of data.
-