Uses of Class
software.amazon.awssdk.services.config.model.DescribeOrganizationConformancePackStatusesResponse
-
Packages that use DescribeOrganizationConformancePackStatusesResponse Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.paginators -
-
Uses of DescribeOrganizationConformancePackStatusesResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return DescribeOrganizationConformancePackStatusesResponse Modifier and Type Method Description default DescribeOrganizationConformancePackStatusesResponseConfigClient. describeOrganizationConformancePackStatuses(Consumer<DescribeOrganizationConformancePackStatusesRequest.Builder> describeOrganizationConformancePackStatusesRequest)Provides organization conformance pack deployment status for an organization.default DescribeOrganizationConformancePackStatusesResponseConfigClient. describeOrganizationConformancePackStatuses(DescribeOrganizationConformancePackStatusesRequest describeOrganizationConformancePackStatusesRequest)Provides organization conformance pack deployment status for an organization.Methods in software.amazon.awssdk.services.config that return types with arguments of type DescribeOrganizationConformancePackStatusesResponse Modifier and Type Method Description default CompletableFuture<DescribeOrganizationConformancePackStatusesResponse>ConfigAsyncClient. describeOrganizationConformancePackStatuses(Consumer<DescribeOrganizationConformancePackStatusesRequest.Builder> describeOrganizationConformancePackStatusesRequest)Provides organization conformance pack deployment status for an organization.default CompletableFuture<DescribeOrganizationConformancePackStatusesResponse>ConfigAsyncClient. describeOrganizationConformancePackStatuses(DescribeOrganizationConformancePackStatusesRequest describeOrganizationConformancePackStatusesRequest)Provides organization conformance pack deployment status for an organization. -
Uses of DescribeOrganizationConformancePackStatusesResponse in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type DescribeOrganizationConformancePackStatusesResponse Modifier and Type Method Description Iterator<DescribeOrganizationConformancePackStatusesResponse>DescribeOrganizationConformancePackStatusesIterable. iterator()Method parameters in software.amazon.awssdk.services.config.paginators with type arguments of type DescribeOrganizationConformancePackStatusesResponse Modifier and Type Method Description voidDescribeOrganizationConformancePackStatusesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeOrganizationConformancePackStatusesResponse> subscriber)
-