Uses of Class
software.amazon.awssdk.services.config.model.DescribeConformancePackStatusRequest
-
Packages that use DescribeConformancePackStatusRequest Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.paginators software.amazon.awssdk.services.config.transform -
-
Uses of DescribeConformancePackStatusRequest in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config with parameters of type DescribeConformancePackStatusRequest Modifier and Type Method Description default CompletableFuture<DescribeConformancePackStatusResponse>ConfigAsyncClient. describeConformancePackStatus(DescribeConformancePackStatusRequest describeConformancePackStatusRequest)Provides one or more conformance packs deployment status.default DescribeConformancePackStatusResponseConfigClient. describeConformancePackStatus(DescribeConformancePackStatusRequest describeConformancePackStatusRequest)Provides one or more conformance packs deployment status.default DescribeConformancePackStatusPublisherConfigAsyncClient. describeConformancePackStatusPaginator(DescribeConformancePackStatusRequest describeConformancePackStatusRequest)Provides one or more conformance packs deployment status.default DescribeConformancePackStatusIterableConfigClient. describeConformancePackStatusPaginator(DescribeConformancePackStatusRequest describeConformancePackStatusRequest)Provides one or more conformance packs deployment status. -
Uses of DescribeConformancePackStatusRequest in software.amazon.awssdk.services.config.paginators
Constructors in software.amazon.awssdk.services.config.paginators with parameters of type DescribeConformancePackStatusRequest Constructor Description DescribeConformancePackStatusIterable(ConfigClient client, DescribeConformancePackStatusRequest firstRequest)DescribeConformancePackStatusPublisher(ConfigAsyncClient client, DescribeConformancePackStatusRequest firstRequest) -
Uses of DescribeConformancePackStatusRequest in software.amazon.awssdk.services.config.transform
Methods in software.amazon.awssdk.services.config.transform with parameters of type DescribeConformancePackStatusRequest Modifier and Type Method Description SdkHttpFullRequestDescribeConformancePackStatusRequestMarshaller. marshall(DescribeConformancePackStatusRequest describeConformancePackStatusRequest)
-