Uses of Class
software.amazon.awssdk.services.inspector2.model.Counts
-
Packages that use Counts Package Description software.amazon.awssdk.services.inspector2.model software.amazon.awssdk.services.inspector2.paginators -
-
Uses of Counts in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type Counts Modifier and Type Method Description List<Counts>ListCoverageStatisticsResponse. countsByGroup()An array with the number for each group.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type Counts Modifier and Type Method Description ListCoverageStatisticsResponse.BuilderListCoverageStatisticsResponse.Builder. countsByGroup(Counts... countsByGroup)An array with the number for each group.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type Counts Modifier and Type Method Description ListCoverageStatisticsResponse.BuilderListCoverageStatisticsResponse.Builder. countsByGroup(Collection<Counts> countsByGroup)An array with the number for each group. -
Uses of Counts in software.amazon.awssdk.services.inspector2.paginators
Methods in software.amazon.awssdk.services.inspector2.paginators that return types with arguments of type Counts Modifier and Type Method Description SdkIterable<Counts>ListCoverageStatisticsIterable. countsByGroup()Returns an iterable to iterate through the paginatedListCoverageStatisticsResponse.countsByGroup()member.SdkPublisher<Counts>ListCoverageStatisticsPublisher. countsByGroup()Returns a publisher that can be used to get a stream of data.
-