Uses of Class
software.amazon.awssdk.services.config.model.ConfigRule
-
Packages that use ConfigRule Package Description software.amazon.awssdk.services.config.model software.amazon.awssdk.services.config.paginators -
-
Uses of ConfigRule in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return ConfigRule Modifier and Type Method Description ConfigRulePutConfigRuleRequest. configRule()The rule that you want to add to your account.Methods in software.amazon.awssdk.services.config.model that return types with arguments of type ConfigRule Modifier and Type Method Description List<ConfigRule>DescribeConfigRulesResponse. configRules()The details about your Config rules.Methods in software.amazon.awssdk.services.config.model with parameters of type ConfigRule Modifier and Type Method Description PutConfigRuleRequest.BuilderPutConfigRuleRequest.Builder. configRule(ConfigRule configRule)The rule that you want to add to your account.DescribeConfigRulesResponse.BuilderDescribeConfigRulesResponse.Builder. configRules(ConfigRule... configRules)The details about your Config rules.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type ConfigRule Modifier and Type Method Description DescribeConfigRulesResponse.BuilderDescribeConfigRulesResponse.Builder. configRules(Collection<ConfigRule> configRules)The details about your Config rules. -
Uses of ConfigRule in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type ConfigRule Modifier and Type Method Description SdkIterable<ConfigRule>DescribeConfigRulesIterable. configRules()Returns an iterable to iterate through the paginatedDescribeConfigRulesResponse.configRules()member.SdkPublisher<ConfigRule>DescribeConfigRulesPublisher. configRules()Returns a publisher that can be used to get a stream of data.
-