Uses of Class
software.amazon.awssdk.services.config.model.GetCustomRulePolicyResponse
-
Packages that use GetCustomRulePolicyResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of GetCustomRulePolicyResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return GetCustomRulePolicyResponse Modifier and Type Method Description default GetCustomRulePolicyResponseConfigClient. getCustomRulePolicy(Consumer<GetCustomRulePolicyRequest.Builder> getCustomRulePolicyRequest)Returns the policy definition containing the logic for your Config Custom Policy rule.default GetCustomRulePolicyResponseConfigClient. getCustomRulePolicy(GetCustomRulePolicyRequest getCustomRulePolicyRequest)Returns the policy definition containing the logic for your Config Custom Policy rule.Methods in software.amazon.awssdk.services.config that return types with arguments of type GetCustomRulePolicyResponse Modifier and Type Method 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.
-