Uses of Class
software.amazon.awssdk.services.config.model.DeleteOrganizationConformancePackResponse
-
Packages that use DeleteOrganizationConformancePackResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of DeleteOrganizationConformancePackResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return DeleteOrganizationConformancePackResponse Modifier and Type Method Description default DeleteOrganizationConformancePackResponseConfigClient. 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 DeleteOrganizationConformancePackResponseConfigClient. 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.Methods in software.amazon.awssdk.services.config that return types with arguments of type DeleteOrganizationConformancePackResponse Modifier and Type Method Description default CompletableFuture<DeleteOrganizationConformancePackResponse>ConfigAsyncClient. 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 CompletableFuture<DeleteOrganizationConformancePackResponse>ConfigAsyncClient. 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.
-