| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model | |
| software.amazon.awssdk.services.inspector2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Counts> |
ListCoverageStatisticsResponse.countsByGroup()
An array with the number for each group.
|
| Modifier and Type | Method and Description |
|---|---|
ListCoverageStatisticsResponse.Builder |
ListCoverageStatisticsResponse.Builder.countsByGroup(Counts... countsByGroup)
An array with the number for each group.
|
| Modifier and Type | Method and Description |
|---|---|
ListCoverageStatisticsResponse.Builder |
ListCoverageStatisticsResponse.Builder.countsByGroup(Collection<Counts> countsByGroup)
An array with the number for each group.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Counts> |
ListCoverageStatisticsIterable.countsByGroup()
Returns an iterable to iterate through the paginated
ListCoverageStatisticsResponse.countsByGroup()
member. |
SdkPublisher<Counts> |
ListCoverageStatisticsPublisher.countsByGroup()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.