Uses of Interface
software.amazon.awssdk.services.config.model.DeleteOrganizationConformancePackRequest.Builder
-
Packages that use DeleteOrganizationConformancePackRequest.Builder Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.model -
-
Uses of DeleteOrganizationConformancePackRequest.Builder in software.amazon.awssdk.services.config
Method parameters in software.amazon.awssdk.services.config with type arguments of type DeleteOrganizationConformancePackRequest.Builder 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 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. -
Uses of DeleteOrganizationConformancePackRequest.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return DeleteOrganizationConformancePackRequest.Builder Modifier and Type Method Description static DeleteOrganizationConformancePackRequest.BuilderDeleteOrganizationConformancePackRequest. builder()DeleteOrganizationConformancePackRequest.BuilderDeleteOrganizationConformancePackRequest.Builder. organizationConformancePackName(String organizationConformancePackName)The name of organization conformance pack that you want to delete.DeleteOrganizationConformancePackRequest.BuilderDeleteOrganizationConformancePackRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteOrganizationConformancePackRequest.BuilderDeleteOrganizationConformancePackRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteOrganizationConformancePackRequest.BuilderDeleteOrganizationConformancePackRequest. toBuilder()Methods in software.amazon.awssdk.services.config.model that return types with arguments of type DeleteOrganizationConformancePackRequest.Builder Modifier and Type Method Description static Class<? extends DeleteOrganizationConformancePackRequest.Builder>DeleteOrganizationConformancePackRequest. serializableBuilderClass()
-