| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteConfigRuleResponse |
ConfigClient.deleteConfigRule(Consumer<DeleteConfigRuleRequest.Builder> deleteConfigRuleRequest)
Deletes the specified AWS Config rule and all of its evaluation results.
|
default DeleteConfigRuleResponse |
ConfigClient.deleteConfigRule(DeleteConfigRuleRequest deleteConfigRuleRequest)
Deletes the specified AWS Config rule and all of its evaluation results.
|
default DeleteConformancePackResponse |
ConfigClient.deleteConformancePack(Consumer<DeleteConformancePackRequest.Builder> deleteConformancePackRequest)
Deletes the specified conformance pack and all the AWS 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 AWS 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 AWS Config rule.
|
default DeleteEvaluationResultsResponse |
ConfigClient.deleteEvaluationResults(DeleteEvaluationResultsRequest deleteEvaluationResultsRequest)
Deletes the evaluation results for the specified AWS 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 AWS Config rule for evaluating whether your AWS resources comply with your desired
configurations.
|
default PutConfigRuleResponse |
ConfigClient.putConfigRule(PutConfigRuleRequest putConfigRuleRequest)
Adds or updates an AWS Config rule for evaluating whether your AWS 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 organization config rule for your entire organization evaluating whether your AWS resources
comply with your desired configurations.
|
default PutOrganizationConfigRuleResponse |
ConfigClient.putOrganizationConfigRule(PutOrganizationConfigRuleRequest putOrganizationConfigRuleRequest)
Adds or updates organization config rule for your entire organization evaluating whether your AWS resources
comply with your desired configurations.
|
default PutOrganizationConformancePackResponse |
ConfigClient.putOrganizationConformancePack(Consumer<PutOrganizationConformancePackRequest.Builder> putOrganizationConformancePackRequest)
Deploys conformance packs across member accounts in an AWS Organization.
|
default PutOrganizationConformancePackResponse |
ConfigClient.putOrganizationConformancePack(PutOrganizationConformancePackRequest putOrganizationConformancePackRequest)
Deploys conformance packs across member accounts in an AWS Organization.
|
default StartConfigRulesEvaluationResponse |
ConfigClient.startConfigRulesEvaluation(Consumer<StartConfigRulesEvaluationRequest.Builder> startConfigRulesEvaluationRequest)
Runs an on-demand evaluation for the specified AWS 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 AWS Config rules against the last known configuration state of the
resources.
|
Copyright © 2021. All rights reserved.