Uses of Class
software.amazon.awssdk.services.config.model.DeleteOrganizationConfigRuleRequest
-
Packages that use DeleteOrganizationConfigRuleRequest Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.transform -
-
Uses of DeleteOrganizationConfigRuleRequest in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config with parameters of type DeleteOrganizationConfigRuleRequest Modifier and Type Method Description default CompletableFuture<DeleteOrganizationConfigRuleResponse>ConfigAsyncClient. deleteOrganizationConfigRule(DeleteOrganizationConfigRuleRequest deleteOrganizationConfigRuleRequest)Deletes the specified organization Config rule and all of its evaluation results from all member accounts in that organization.default DeleteOrganizationConfigRuleResponseConfigClient. deleteOrganizationConfigRule(DeleteOrganizationConfigRuleRequest deleteOrganizationConfigRuleRequest)Deletes the specified organization Config rule and all of its evaluation results from all member accounts in that organization. -
Uses of DeleteOrganizationConfigRuleRequest in software.amazon.awssdk.services.config.transform
Methods in software.amazon.awssdk.services.config.transform with parameters of type DeleteOrganizationConfigRuleRequest Modifier and Type Method Description SdkHttpFullRequestDeleteOrganizationConfigRuleRequestMarshaller. marshall(DeleteOrganizationConfigRuleRequest deleteOrganizationConfigRuleRequest)
-