Uses of Class
com.amazonaws.services.inspector.model.RulesPackage
Packages that use RulesPackage
-
Uses of RulesPackage in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return RulesPackageModifier and TypeMethodDescriptionRulesPackage.clone()
The ARN of the rules package.RulesPackage.withDescription
(String description) The description of the rules package.The name of the rules package.RulesPackage.withProvider
(String provider) The provider of the rules package.RulesPackage.withVersion
(String version) The version ID of the rules package.Methods in com.amazonaws.services.inspector.model that return types with arguments of type RulesPackageModifier and TypeMethodDescriptionDescribeRulesPackagesResult.getRulesPackages()
Information about the rules package.Methods in com.amazonaws.services.inspector.model with parameters of type RulesPackageModifier and TypeMethodDescriptionDescribeRulesPackagesResult.withRulesPackages
(RulesPackage... rulesPackages) Information about the rules package.Method parameters in com.amazonaws.services.inspector.model with type arguments of type RulesPackageModifier and TypeMethodDescriptionvoid
DescribeRulesPackagesResult.setRulesPackages
(Collection<RulesPackage> rulesPackages) Information about the rules package.DescribeRulesPackagesResult.withRulesPackages
(Collection<RulesPackage> rulesPackages) Information about the rules package.