Uses of Class
software.amazon.awssdk.services.inspector2.model.Resource
-
Packages that use Resource Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of Resource in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type Resource Modifier and Type Method Description List<Resource>Finding. resources()Contains information on the resources involved in a finding.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type Resource Modifier and Type Method Description Finding.BuilderFinding.Builder. resources(Resource... resources)Contains information on the resources involved in a finding.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type Resource Modifier and Type Method Description Finding.BuilderFinding.Builder. resources(Collection<Resource> resources)Contains information on the resources involved in a finding.
-