| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteConformancePackResponse> |
ConfigAsyncClient.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 CompletableFuture<DeleteConformancePackResponse> |
ConfigAsyncClient.deleteConformancePack(DeleteConformancePackRequest deleteConformancePackRequest)
Deletes the specified conformance pack and all the AWS Config rules, remediation actions, and all evaluation
results within that conformance pack.
|
Copyright © 2021. All rights reserved.