Uses of Class
software.amazon.awssdk.services.config.model.PutOrganizationConfigRuleResponse
-
Packages that use PutOrganizationConfigRuleResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of PutOrganizationConfigRuleResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return PutOrganizationConfigRuleResponse Modifier and Type Method Description default PutOrganizationConfigRuleResponseConfigClient. putOrganizationConfigRule(Consumer<PutOrganizationConfigRuleRequest.Builder> putOrganizationConfigRuleRequest)Adds or updates an Config rule for your entire organization to evaluate if your Amazon Web Services resources comply with your desired configurations.default PutOrganizationConfigRuleResponseConfigClient. putOrganizationConfigRule(PutOrganizationConfigRuleRequest putOrganizationConfigRuleRequest)Adds or updates an Config rule for your entire organization to evaluate if your Amazon Web Services resources comply with your desired configurations.Methods in software.amazon.awssdk.services.config that return types with arguments of type PutOrganizationConfigRuleResponse Modifier and Type Method Description default CompletableFuture<PutOrganizationConfigRuleResponse>ConfigAsyncClient. putOrganizationConfigRule(Consumer<PutOrganizationConfigRuleRequest.Builder> putOrganizationConfigRuleRequest)Adds or updates an Config rule for your entire organization to evaluate if your Amazon Web Services resources comply with your desired configurations.default CompletableFuture<PutOrganizationConfigRuleResponse>ConfigAsyncClient. putOrganizationConfigRule(PutOrganizationConfigRuleRequest putOrganizationConfigRuleRequest)Adds or updates an Config rule for your entire organization to evaluate if your Amazon Web Services resources comply with your desired configurations.
-