Uses of Class
software.amazon.awssdk.services.config.model.GetCustomRulePolicyRequest
-
Packages that use GetCustomRulePolicyRequest Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.transform -
-
Uses of GetCustomRulePolicyRequest in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config with parameters of type GetCustomRulePolicyRequest Modifier and Type Method Description default CompletableFuture<GetCustomRulePolicyResponse>ConfigAsyncClient. getCustomRulePolicy(GetCustomRulePolicyRequest 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. -
Uses of GetCustomRulePolicyRequest in software.amazon.awssdk.services.config.transform
Methods in software.amazon.awssdk.services.config.transform with parameters of type GetCustomRulePolicyRequest Modifier and Type Method Description SdkHttpFullRequestGetCustomRulePolicyRequestMarshaller. marshall(GetCustomRulePolicyRequest getCustomRulePolicyRequest)
-