Uses of Class
com.amazonaws.services.inspector.model.RulesPackage
-
Packages that use RulesPackage Package Description com.amazonaws.services.inspector.model -
-
Uses of RulesPackage in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return RulesPackage Modifier and Type Method Description RulesPackageRulesPackage. clone()RulesPackageRulesPackage. withArn(String arn)The ARN of the rules package.RulesPackageRulesPackage. withDescription(String description)The description of the rules package.RulesPackageRulesPackage. withName(String name)The name of the rules package.RulesPackageRulesPackage. withProvider(String provider)The provider of the rules package.RulesPackageRulesPackage. withVersion(String version)The version ID of the rules package.Methods in com.amazonaws.services.inspector.model that return types with arguments of type RulesPackage Modifier and Type Method Description List<RulesPackage>DescribeRulesPackagesResult. getRulesPackages()Information about the rules package.Methods in com.amazonaws.services.inspector.model with parameters of type RulesPackage Modifier and Type Method Description DescribeRulesPackagesResultDescribeRulesPackagesResult. withRulesPackages(RulesPackage... rulesPackages)Information about the rules package.Method parameters in com.amazonaws.services.inspector.model with type arguments of type RulesPackage Modifier and Type Method Description voidDescribeRulesPackagesResult. setRulesPackages(Collection<RulesPackage> rulesPackages)Information about the rules package.DescribeRulesPackagesResultDescribeRulesPackagesResult. withRulesPackages(Collection<RulesPackage> rulesPackages)Information about the rules package.
-