Uses of Class
software.amazon.awssdk.services.config.model.OrganizationConfigRule
-
Packages that use OrganizationConfigRule Package Description software.amazon.awssdk.services.config.model software.amazon.awssdk.services.config.paginators -
-
Uses of OrganizationConfigRule in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return types with arguments of type OrganizationConfigRule Modifier and Type Method Description List<OrganizationConfigRule>DescribeOrganizationConfigRulesResponse. organizationConfigRules()Returns a list ofOrganizationConfigRuleobjects.Methods in software.amazon.awssdk.services.config.model with parameters of type OrganizationConfigRule Modifier and Type Method Description DescribeOrganizationConfigRulesResponse.BuilderDescribeOrganizationConfigRulesResponse.Builder. organizationConfigRules(OrganizationConfigRule... organizationConfigRules)Returns a list ofOrganizationConfigRuleobjects.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type OrganizationConfigRule Modifier and Type Method Description DescribeOrganizationConfigRulesResponse.BuilderDescribeOrganizationConfigRulesResponse.Builder. organizationConfigRules(Collection<OrganizationConfigRule> organizationConfigRules)Returns a list ofOrganizationConfigRuleobjects. -
Uses of OrganizationConfigRule in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type OrganizationConfigRule Modifier and Type Method Description SdkIterable<OrganizationConfigRule>DescribeOrganizationConfigRulesIterable. organizationConfigRules()Returns an iterable to iterate through the paginatedDescribeOrganizationConfigRulesResponse.organizationConfigRules()member.SdkPublisher<OrganizationConfigRule>DescribeOrganizationConfigRulesPublisher. organizationConfigRules()Returns a publisher that can be used to get a stream of data.
-