| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
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 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.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteOrganizationConformancePackRequest.Builder |
DeleteOrganizationConformancePackRequest.builder() |
DeleteOrganizationConformancePackRequest.Builder |
DeleteOrganizationConformancePackRequest.Builder.organizationConformancePackName(String organizationConformancePackName)
The name of organization conformance pack that you want to delete.
|
DeleteOrganizationConformancePackRequest.Builder |
DeleteOrganizationConformancePackRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteOrganizationConformancePackRequest.Builder |
DeleteOrganizationConformancePackRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteOrganizationConformancePackRequest.Builder |
DeleteOrganizationConformancePackRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteOrganizationConformancePackRequest.Builder> |
DeleteOrganizationConformancePackRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.