Uses of Class
software.amazon.awssdk.services.inspector2.model.CisCheckAggregation
-
Packages that use CisCheckAggregation Package Description software.amazon.awssdk.services.inspector2.model software.amazon.awssdk.services.inspector2.paginators -
-
Uses of CisCheckAggregation in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type CisCheckAggregation Modifier and Type Method Description List<CisCheckAggregation>ListCisScanResultsAggregatedByChecksResponse. checkAggregations()The check aggregations.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type CisCheckAggregation Modifier and Type Method Description ListCisScanResultsAggregatedByChecksResponse.BuilderListCisScanResultsAggregatedByChecksResponse.Builder. checkAggregations(CisCheckAggregation... checkAggregations)The check aggregations.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type CisCheckAggregation Modifier and Type Method Description ListCisScanResultsAggregatedByChecksResponse.BuilderListCisScanResultsAggregatedByChecksResponse.Builder. checkAggregations(Collection<CisCheckAggregation> checkAggregations)The check aggregations. -
Uses of CisCheckAggregation in software.amazon.awssdk.services.inspector2.paginators
Methods in software.amazon.awssdk.services.inspector2.paginators that return types with arguments of type CisCheckAggregation Modifier and Type Method Description SdkIterable<CisCheckAggregation>ListCisScanResultsAggregatedByChecksIterable. checkAggregations()Returns an iterable to iterate through the paginatedListCisScanResultsAggregatedByChecksResponse.checkAggregations()member.SdkPublisher<CisCheckAggregation>ListCisScanResultsAggregatedByChecksPublisher. checkAggregations()Returns a publisher that can be used to get a stream of data.
-