| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| Modifier and Type | Method and Description |
|---|---|
default GetCustomRulePolicyResponse |
ConfigClient.getCustomRulePolicy(Consumer<GetCustomRulePolicyRequest.Builder> getCustomRulePolicyRequest)
Returns the policy definition containing the logic for your Config Custom Policy rule.
|
default GetCustomRulePolicyResponse |
ConfigClient.getCustomRulePolicy(GetCustomRulePolicyRequest getCustomRulePolicyRequest)
Returns the policy definition containing the logic for your Config Custom Policy rule.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetCustomRulePolicyResponse> |
ConfigAsyncClient.getCustomRulePolicy(Consumer<GetCustomRulePolicyRequest.Builder> getCustomRulePolicyRequest)
Returns the policy definition containing the logic for your Config Custom Policy rule.
|
default CompletableFuture<GetCustomRulePolicyResponse> |
ConfigAsyncClient.getCustomRulePolicy(GetCustomRulePolicyRequest getCustomRulePolicyRequest)
Returns the policy definition containing the logic for your Config Custom Policy rule.
|
Copyright © 2023. All rights reserved.