Uses of Class
software.amazon.awssdk.services.config.model.DeleteConformancePackResponse
-
Packages that use DeleteConformancePackResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of DeleteConformancePackResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return DeleteConformancePackResponse Modifier and Type Method Description default DeleteConformancePackResponseConfigClient. 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 DeleteConformancePackResponseConfigClient. deleteConformancePack(DeleteConformancePackRequest deleteConformancePackRequest)Deletes the specified conformance pack and all the Config rules, remediation actions, and all evaluation results within that conformance pack.Methods in software.amazon.awssdk.services.config that return types with arguments of type DeleteConformancePackResponse Modifier and Type Method Description default CompletableFuture<DeleteConformancePackResponse>ConfigAsyncClient. 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 CompletableFuture<DeleteConformancePackResponse>ConfigAsyncClient. deleteConformancePack(DeleteConformancePackRequest deleteConformancePackRequest)Deletes the specified conformance pack and all the Config rules, remediation actions, and all evaluation results within that conformance pack.
-