Uses of Class
software.amazon.awssdk.services.config.model.PutOrganizationConformancePackResponse
-
Packages that use PutOrganizationConformancePackResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of PutOrganizationConformancePackResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return PutOrganizationConformancePackResponse Modifier and Type Method Description default PutOrganizationConformancePackResponseConfigClient. putOrganizationConformancePack(Consumer<PutOrganizationConformancePackRequest.Builder> putOrganizationConformancePackRequest)Deploys conformance packs across member accounts in an Amazon Web Services Organization.default PutOrganizationConformancePackResponseConfigClient. putOrganizationConformancePack(PutOrganizationConformancePackRequest putOrganizationConformancePackRequest)Deploys conformance packs across member accounts in an Amazon Web Services Organization.Methods in software.amazon.awssdk.services.config that return types with arguments of type PutOrganizationConformancePackResponse Modifier and Type Method Description default CompletableFuture<PutOrganizationConformancePackResponse>ConfigAsyncClient. putOrganizationConformancePack(Consumer<PutOrganizationConformancePackRequest.Builder> putOrganizationConformancePackRequest)Deploys conformance packs across member accounts in an Amazon Web Services Organization.default CompletableFuture<PutOrganizationConformancePackResponse>ConfigAsyncClient. putOrganizationConformancePack(PutOrganizationConformancePackRequest putOrganizationConformancePackRequest)Deploys conformance packs across member accounts in an Amazon Web Services Organization.
-