Uses of Class
software.amazon.awssdk.services.config.model.DescribeOrganizationConformancePacksResponse
-
Packages that use DescribeOrganizationConformancePacksResponse Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.paginators -
-
Uses of DescribeOrganizationConformancePacksResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return DescribeOrganizationConformancePacksResponse Modifier and Type Method Description default DescribeOrganizationConformancePacksResponseConfigClient. describeOrganizationConformancePacks(Consumer<DescribeOrganizationConformancePacksRequest.Builder> describeOrganizationConformancePacksRequest)Returns a list of organization conformance packs.default DescribeOrganizationConformancePacksResponseConfigClient. describeOrganizationConformancePacks(DescribeOrganizationConformancePacksRequest describeOrganizationConformancePacksRequest)Returns a list of organization conformance packs.Methods in software.amazon.awssdk.services.config that return types with arguments of type DescribeOrganizationConformancePacksResponse Modifier and Type Method Description default CompletableFuture<DescribeOrganizationConformancePacksResponse>ConfigAsyncClient. describeOrganizationConformancePacks(Consumer<DescribeOrganizationConformancePacksRequest.Builder> describeOrganizationConformancePacksRequest)Returns a list of organization conformance packs.default CompletableFuture<DescribeOrganizationConformancePacksResponse>ConfigAsyncClient. describeOrganizationConformancePacks(DescribeOrganizationConformancePacksRequest describeOrganizationConformancePacksRequest)Returns a list of organization conformance packs. -
Uses of DescribeOrganizationConformancePacksResponse in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type DescribeOrganizationConformancePacksResponse Modifier and Type Method Description Iterator<DescribeOrganizationConformancePacksResponse>DescribeOrganizationConformancePacksIterable. iterator()Method parameters in software.amazon.awssdk.services.config.paginators with type arguments of type DescribeOrganizationConformancePacksResponse Modifier and Type Method Description voidDescribeOrganizationConformancePacksPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeOrganizationConformancePacksResponse> subscriber)
-