| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
StatusCounts |
StatusCounts.clone() |
StatusCounts |
CisTargetResourceAggregation.getStatusCounts()
The target resource status counts.
|
StatusCounts |
CisCheckAggregation.getStatusCounts()
The CIS check status counts.
|
StatusCounts |
StatusCounts.withFailed(Integer failed)
The number of checks that failed.
|
StatusCounts |
StatusCounts.withPassed(Integer passed)
The number of checks that passed.
|
StatusCounts |
StatusCounts.withSkipped(Integer skipped)
The number of checks that were skipped.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CisTargetResourceAggregation.setStatusCounts(StatusCounts statusCounts)
The target resource status counts.
|
void |
CisCheckAggregation.setStatusCounts(StatusCounts statusCounts)
The CIS check status counts.
|
CisTargetResourceAggregation |
CisTargetResourceAggregation.withStatusCounts(StatusCounts statusCounts)
The target resource status counts.
|
CisCheckAggregation |
CisCheckAggregation.withStatusCounts(StatusCounts statusCounts)
The CIS check status counts.
|
Copyright © 2024. All rights reserved.