| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteConfigRuleResponse |
ConfigClient.deleteConfigRule(Consumer<DeleteConfigRuleRequest.Builder> deleteConfigRuleRequest)
Deletes the specified Config rule and all of its evaluation results.
|
default DeleteConfigRuleResponse |
ConfigClient.deleteConfigRule(DeleteConfigRuleRequest deleteConfigRuleRequest)
Deletes the specified Config rule and all of its evaluation results.
|
default DeleteConformancePackResponse |
ConfigClient.deleteConformancePack(Consumer<DeleteConformancePackRequest.Builder> deleteConformancePackRequest)
Deletes the specified conformance pack and all the Config rules, remediation actions, and all evaluation results
within that conformance pack.
|
default DeleteConformancePackResponse |
ConfigClient.deleteConformancePack(DeleteConformancePackRequest deleteConformancePackRequest)
Deletes the specified conformance pack and all the Config rules, remediation actions, and all evaluation results
within that conformance pack.
|
default DeleteEvaluationResultsResponse |
ConfigClient.deleteEvaluationResults(Consumer<DeleteEvaluationResultsRequest.Builder> deleteEvaluationResultsRequest)
Deletes the evaluation results for the specified Config rule.
|
default DeleteEvaluationResultsResponse |
ConfigClient.deleteEvaluationResults(DeleteEvaluationResultsRequest deleteEvaluationResultsRequest)
Deletes the evaluation results for the specified Config rule.
|
default DeleteOrganizationConfigRuleResponse |
ConfigClient.deleteOrganizationConfigRule(Consumer<DeleteOrganizationConfigRuleRequest.Builder> deleteOrganizationConfigRuleRequest)
Deletes the specified organization Config rule and all of its evaluation results from all member accounts in that
organization.
|
default DeleteOrganizationConfigRuleResponse |
ConfigClient.deleteOrganizationConfigRule(DeleteOrganizationConfigRuleRequest deleteOrganizationConfigRuleRequest)
Deletes the specified organization Config rule and all of its evaluation results from all member accounts in that
organization.
|
default DeleteOrganizationConformancePackResponse |
ConfigClient.deleteOrganizationConformancePack(Consumer<DeleteOrganizationConformancePackRequest.Builder> deleteOrganizationConformancePackRequest)
Deletes the specified organization conformance pack and all of the Config rules and remediation actions from all
member accounts in that organization.
|
default DeleteOrganizationConformancePackResponse |
ConfigClient.deleteOrganizationConformancePack(DeleteOrganizationConformancePackRequest deleteOrganizationConformancePackRequest)
Deletes the specified organization conformance pack and all of the Config rules and remediation actions from all
member accounts in that organization.
|
default PutConfigRuleResponse |
ConfigClient.putConfigRule(Consumer<PutConfigRuleRequest.Builder> putConfigRuleRequest)
Adds or updates an Config rule to evaluate if your Amazon Web Services resources comply with your desired
configurations.
|
default PutConfigRuleResponse |
ConfigClient.putConfigRule(PutConfigRuleRequest putConfigRuleRequest)
Adds or updates an Config rule to evaluate if your Amazon Web Services resources comply with your desired
configurations.
|
default PutConformancePackResponse |
ConfigClient.putConformancePack(Consumer<PutConformancePackRequest.Builder> putConformancePackRequest)
Creates or updates a conformance pack.
|
default PutConformancePackResponse |
ConfigClient.putConformancePack(PutConformancePackRequest putConformancePackRequest)
Creates or updates a conformance pack.
|
default PutOrganizationConfigRuleResponse |
ConfigClient.putOrganizationConfigRule(Consumer<PutOrganizationConfigRuleRequest.Builder> putOrganizationConfigRuleRequest)
Adds or updates an Config rule for your entire organization to evaluate if your Amazon Web Services resources
comply with your desired configurations.
|
default PutOrganizationConfigRuleResponse |
ConfigClient.putOrganizationConfigRule(PutOrganizationConfigRuleRequest putOrganizationConfigRuleRequest)
Adds or updates an Config rule for your entire organization to evaluate if your Amazon Web Services resources
comply with your desired configurations.
|
default PutOrganizationConformancePackResponse |
ConfigClient.putOrganizationConformancePack(Consumer<PutOrganizationConformancePackRequest.Builder> putOrganizationConformancePackRequest)
Deploys conformance packs across member accounts in an Amazon Web Services Organization.
|
default PutOrganizationConformancePackResponse |
ConfigClient.putOrganizationConformancePack(PutOrganizationConformancePackRequest putOrganizationConformancePackRequest)
Deploys conformance packs across member accounts in an Amazon Web Services Organization.
|
default StartConfigRulesEvaluationResponse |
ConfigClient.startConfigRulesEvaluation(Consumer<StartConfigRulesEvaluationRequest.Builder> startConfigRulesEvaluationRequest)
Runs an on-demand evaluation for the specified Config rules against the last known configuration state of the
resources.
|
default StartConfigRulesEvaluationResponse |
ConfigClient.startConfigRulesEvaluation(StartConfigRulesEvaluationRequest startConfigRulesEvaluationRequest)
Runs an on-demand evaluation for the specified Config rules against the last known configuration state of the
resources.
|
Copyright © 2023. All rights reserved.