Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.Location
-
Packages that use Location Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of Location in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type Location Modifier and Type Method Description List<Location>ValidatePolicyFinding. locations()The list of locations in the policy document that are related to the finding.Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type Location Modifier and Type Method Description ValidatePolicyFinding.BuilderValidatePolicyFinding.Builder. locations(Location... locations)The list of locations in the policy document that are related to the finding.Method parameters in software.amazon.awssdk.services.accessanalyzer.model with type arguments of type Location Modifier and Type Method Description ValidatePolicyFinding.BuilderValidatePolicyFinding.Builder. locations(Collection<Location> locations)The list of locations in the policy document that are related to the finding.
-