Uses of Class
software.amazon.awssdk.services.config.model.PutOrganizationConfigRuleRequest
-
Packages that use PutOrganizationConfigRuleRequest Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.transform -
-
Uses of PutOrganizationConfigRuleRequest in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config with parameters of type PutOrganizationConfigRuleRequest Modifier and Type Method Description 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.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. -
Uses of PutOrganizationConfigRuleRequest in software.amazon.awssdk.services.config.transform
Methods in software.amazon.awssdk.services.config.transform with parameters of type PutOrganizationConfigRuleRequest Modifier and Type Method Description SdkHttpFullRequestPutOrganizationConfigRuleRequestMarshaller. marshall(PutOrganizationConfigRuleRequest putOrganizationConfigRuleRequest)
-