Uses of Class
software.amazon.awssdk.services.guardduty.model.ItemPath
-
Packages that use ItemPath Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of ItemPath in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type ItemPath Modifier and Type Method Description List<ItemPath>Threat. itemPaths()Information about the nested item path and hash of the protected resource.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type ItemPath Modifier and Type Method Description Threat.BuilderThreat.Builder. itemPaths(ItemPath... itemPaths)Information about the nested item path and hash of the protected resource.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type ItemPath Modifier and Type Method Description Threat.BuilderThreat.Builder. itemPaths(Collection<ItemPath> itemPaths)Information about the nested item path and hash of the protected resource.
-