Uses of Class
software.amazon.awssdk.services.config.model.DescribeConformancePackStatusResponse
-
Packages that use DescribeConformancePackStatusResponse Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.paginators -
-
Uses of DescribeConformancePackStatusResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return DescribeConformancePackStatusResponse Modifier and Type Method Description default DescribeConformancePackStatusResponseConfigClient. describeConformancePackStatus(Consumer<DescribeConformancePackStatusRequest.Builder> describeConformancePackStatusRequest)Provides one or more conformance packs deployment status.default DescribeConformancePackStatusResponseConfigClient. describeConformancePackStatus(DescribeConformancePackStatusRequest describeConformancePackStatusRequest)Provides one or more conformance packs deployment status.Methods in software.amazon.awssdk.services.config that return types with arguments of type DescribeConformancePackStatusResponse Modifier and Type Method Description default CompletableFuture<DescribeConformancePackStatusResponse>ConfigAsyncClient. describeConformancePackStatus(Consumer<DescribeConformancePackStatusRequest.Builder> describeConformancePackStatusRequest)Provides one or more conformance packs deployment status.default CompletableFuture<DescribeConformancePackStatusResponse>ConfigAsyncClient. describeConformancePackStatus(DescribeConformancePackStatusRequest describeConformancePackStatusRequest)Provides one or more conformance packs deployment status. -
Uses of DescribeConformancePackStatusResponse in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type DescribeConformancePackStatusResponse Modifier and Type Method Description Iterator<DescribeConformancePackStatusResponse>DescribeConformancePackStatusIterable. iterator()Method parameters in software.amazon.awssdk.services.config.paginators with type arguments of type DescribeConformancePackStatusResponse Modifier and Type Method Description voidDescribeConformancePackStatusPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeConformancePackStatusResponse> subscriber)
-