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 RulesPackage
RulesPackage. clone()
RulesPackage
RulesPackage. withArn(String arn)
The ARN of the rules package.RulesPackage
RulesPackage. withDescription(String description)
The description of the rules package.RulesPackage
RulesPackage. withName(String name)
The name of the rules package.RulesPackage
RulesPackage. withProvider(String provider)
The provider of the rules package.RulesPackage
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 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 DescribeRulesPackagesResult
DescribeRulesPackagesResult. 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 void
DescribeRulesPackagesResult. setRulesPackages(Collection<RulesPackage> rulesPackages)
Information about the rules package.DescribeRulesPackagesResult
DescribeRulesPackagesResult. withRulesPackages(Collection<RulesPackage> rulesPackages)
Information about the rules package.
-