Uses of Class
software.amazon.awssdk.services.config.model.DeleteOrganizationConformancePackRequest
-
Packages that use DeleteOrganizationConformancePackRequest Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.transform -
-
Uses of DeleteOrganizationConformancePackRequest in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config with parameters of type DeleteOrganizationConformancePackRequest Modifier and Type Method Description 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.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. -
Uses of DeleteOrganizationConformancePackRequest in software.amazon.awssdk.services.config.transform
Methods in software.amazon.awssdk.services.config.transform with parameters of type DeleteOrganizationConformancePackRequest Modifier and Type Method Description SdkHttpFullRequestDeleteOrganizationConformancePackRequestMarshaller. marshall(DeleteOrganizationConformancePackRequest deleteOrganizationConformancePackRequest)
-