Uses of Interface
software.amazon.awssdk.services.config.model.DescribeConformancePackStatusRequest.Builder
-
Packages that use DescribeConformancePackStatusRequest.Builder Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.model -
-
Uses of DescribeConformancePackStatusRequest.Builder in software.amazon.awssdk.services.config
Method parameters in software.amazon.awssdk.services.config with type arguments of type DescribeConformancePackStatusRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeConformancePackStatusResponse>ConfigAsyncClient. describeConformancePackStatus(Consumer<DescribeConformancePackStatusRequest.Builder> describeConformancePackStatusRequest)Provides one or more conformance packs deployment status.default DescribeConformancePackStatusResponseConfigClient. describeConformancePackStatus(Consumer<DescribeConformancePackStatusRequest.Builder> describeConformancePackStatusRequest)Provides one or more conformance packs deployment status.default DescribeConformancePackStatusPublisherConfigAsyncClient. describeConformancePackStatusPaginator(Consumer<DescribeConformancePackStatusRequest.Builder> describeConformancePackStatusRequest)Provides one or more conformance packs deployment status.default DescribeConformancePackStatusIterableConfigClient. describeConformancePackStatusPaginator(Consumer<DescribeConformancePackStatusRequest.Builder> describeConformancePackStatusRequest)Provides one or more conformance packs deployment status. -
Uses of DescribeConformancePackStatusRequest.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return DescribeConformancePackStatusRequest.Builder Modifier and Type Method Description static DescribeConformancePackStatusRequest.BuilderDescribeConformancePackStatusRequest. builder()DescribeConformancePackStatusRequest.BuilderDescribeConformancePackStatusRequest.Builder. conformancePackNames(String... conformancePackNames)Comma-separated list of conformance pack names.DescribeConformancePackStatusRequest.BuilderDescribeConformancePackStatusRequest.Builder. conformancePackNames(Collection<String> conformancePackNames)Comma-separated list of conformance pack names.DescribeConformancePackStatusRequest.BuilderDescribeConformancePackStatusRequest.Builder. limit(Integer limit)The maximum number of conformance packs status returned on each page.DescribeConformancePackStatusRequest.BuilderDescribeConformancePackStatusRequest.Builder. nextToken(String nextToken)ThenextTokenstring returned in a previous request that you use to request the next page of results in a paginated response.DescribeConformancePackStatusRequest.BuilderDescribeConformancePackStatusRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeConformancePackStatusRequest.BuilderDescribeConformancePackStatusRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeConformancePackStatusRequest.BuilderDescribeConformancePackStatusRequest. toBuilder()Methods in software.amazon.awssdk.services.config.model that return types with arguments of type DescribeConformancePackStatusRequest.Builder Modifier and Type Method Description static Class<? extends DescribeConformancePackStatusRequest.Builder>DescribeConformancePackStatusRequest. serializableBuilderClass()
-