Uses of Class
software.amazon.awssdk.services.config.model.GetOrganizationCustomRulePolicyResponse
-
Packages that use GetOrganizationCustomRulePolicyResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of GetOrganizationCustomRulePolicyResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return GetOrganizationCustomRulePolicyResponse Modifier and Type Method Description default GetOrganizationCustomRulePolicyResponseConfigClient. getOrganizationCustomRulePolicy(Consumer<GetOrganizationCustomRulePolicyRequest.Builder> getOrganizationCustomRulePolicyRequest)Returns the policy definition containing the logic for your organization Config Custom Policy rule.default GetOrganizationCustomRulePolicyResponseConfigClient. getOrganizationCustomRulePolicy(GetOrganizationCustomRulePolicyRequest getOrganizationCustomRulePolicyRequest)Returns the policy definition containing the logic for your organization Config Custom Policy rule.Methods in software.amazon.awssdk.services.config that return types with arguments of type GetOrganizationCustomRulePolicyResponse Modifier and Type Method Description default CompletableFuture<GetOrganizationCustomRulePolicyResponse>ConfigAsyncClient. getOrganizationCustomRulePolicy(Consumer<GetOrganizationCustomRulePolicyRequest.Builder> getOrganizationCustomRulePolicyRequest)Returns the policy definition containing the logic for your organization Config Custom Policy rule.default CompletableFuture<GetOrganizationCustomRulePolicyResponse>ConfigAsyncClient. getOrganizationCustomRulePolicy(GetOrganizationCustomRulePolicyRequest getOrganizationCustomRulePolicyRequest)Returns the policy definition containing the logic for your organization Config Custom Policy rule.
-