Uses of Interface
software.amazon.awssdk.services.config.model.GetCustomRulePolicyRequest.Builder
-
Packages that use GetCustomRulePolicyRequest.Builder Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.model -
-
Uses of GetCustomRulePolicyRequest.Builder in software.amazon.awssdk.services.config
Method parameters in software.amazon.awssdk.services.config with type arguments of type GetCustomRulePolicyRequest.Builder 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 GetCustomRulePolicyResponseConfigClient. getCustomRulePolicy(Consumer<GetCustomRulePolicyRequest.Builder> getCustomRulePolicyRequest)Returns the policy definition containing the logic for your Config Custom Policy rule. -
Uses of GetCustomRulePolicyRequest.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return GetCustomRulePolicyRequest.Builder Modifier and Type Method Description static GetCustomRulePolicyRequest.BuilderGetCustomRulePolicyRequest. builder()GetCustomRulePolicyRequest.BuilderGetCustomRulePolicyRequest.Builder. configRuleName(String configRuleName)The name of your Config Custom Policy rule.GetCustomRulePolicyRequest.BuilderGetCustomRulePolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCustomRulePolicyRequest.BuilderGetCustomRulePolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCustomRulePolicyRequest.BuilderGetCustomRulePolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.config.model that return types with arguments of type GetCustomRulePolicyRequest.Builder Modifier and Type Method Description static Class<? extends GetCustomRulePolicyRequest.Builder>GetCustomRulePolicyRequest. serializableBuilderClass()
-