Uses of Class
software.amazon.awssdk.services.config.model.ConformancePackStatusDetail
-
Packages that use ConformancePackStatusDetail Package Description software.amazon.awssdk.services.config.model software.amazon.awssdk.services.config.paginators -
-
Uses of ConformancePackStatusDetail in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return types with arguments of type ConformancePackStatusDetail Modifier and Type Method Description List<ConformancePackStatusDetail>DescribeConformancePackStatusResponse. conformancePackStatusDetails()A list ofConformancePackStatusDetailobjects.Methods in software.amazon.awssdk.services.config.model with parameters of type ConformancePackStatusDetail Modifier and Type Method Description DescribeConformancePackStatusResponse.BuilderDescribeConformancePackStatusResponse.Builder. conformancePackStatusDetails(ConformancePackStatusDetail... conformancePackStatusDetails)A list ofConformancePackStatusDetailobjects.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type ConformancePackStatusDetail Modifier and Type Method Description DescribeConformancePackStatusResponse.BuilderDescribeConformancePackStatusResponse.Builder. conformancePackStatusDetails(Collection<ConformancePackStatusDetail> conformancePackStatusDetails)A list ofConformancePackStatusDetailobjects. -
Uses of ConformancePackStatusDetail in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type ConformancePackStatusDetail Modifier and Type Method Description SdkIterable<ConformancePackStatusDetail>DescribeConformancePackStatusIterable. conformancePackStatusDetails()Returns an iterable to iterate through the paginatedDescribeConformancePackStatusResponse.conformancePackStatusDetails()member.SdkPublisher<ConformancePackStatusDetail>DescribeConformancePackStatusPublisher. conformancePackStatusDetails()Returns a publisher that can be used to get a stream of data.
-