Uses of Class
software.amazon.awssdk.services.inspector2.model.StatusCounts
-
Packages that use StatusCounts Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of StatusCounts in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return StatusCounts Modifier and Type Method Description StatusCountsCisCheckAggregation. statusCounts()The CIS check status counts.StatusCountsCisTargetResourceAggregation. statusCounts()The target resource status counts.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type StatusCounts Modifier and Type Method Description CisCheckAggregation.BuilderCisCheckAggregation.Builder. statusCounts(StatusCounts statusCounts)The CIS check status counts.CisTargetResourceAggregation.BuilderCisTargetResourceAggregation.Builder. statusCounts(StatusCounts statusCounts)The target resource status counts.
-