| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| Modifier and Type | Method and Description |
|---|---|
default PutOrganizationConfigRuleResponse |
ConfigClient.putOrganizationConfigRule(Consumer<PutOrganizationConfigRuleRequest.Builder> putOrganizationConfigRuleRequest)
Adds or updates organization config rule for your entire organization evaluating whether your AWS resources
comply with your desired configurations.
|
default PutOrganizationConfigRuleResponse |
ConfigClient.putOrganizationConfigRule(PutOrganizationConfigRuleRequest putOrganizationConfigRuleRequest)
Adds or updates organization config rule for your entire organization evaluating whether your AWS resources
comply with your desired configurations.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutOrganizationConfigRuleResponse> |
ConfigAsyncClient.putOrganizationConfigRule(Consumer<PutOrganizationConfigRuleRequest.Builder> putOrganizationConfigRuleRequest)
Adds or updates organization config rule for your entire organization evaluating whether your AWS resources
comply with your desired configurations.
|
default CompletableFuture<PutOrganizationConfigRuleResponse> |
ConfigAsyncClient.putOrganizationConfigRule(PutOrganizationConfigRuleRequest putOrganizationConfigRuleRequest)
Adds or updates organization config rule for your entire organization evaluating whether your AWS resources
comply with your desired configurations.
|
Copyright © 2021. All rights reserved.