Uses of Interface
software.amazon.awssdk.services.inspector2.model.StatusCounts.Builder
-
Packages that use StatusCounts.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of StatusCounts.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return StatusCounts.Builder Modifier and Type Method Description static StatusCounts.BuilderStatusCounts. builder()StatusCounts.BuilderStatusCounts.Builder. failed(Integer failed)The number of checks that failed.StatusCounts.BuilderStatusCounts.Builder. passed(Integer passed)The number of checks that passed.StatusCounts.BuilderStatusCounts.Builder. skipped(Integer skipped)The number of checks that were skipped.StatusCounts.BuilderStatusCounts. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type StatusCounts.Builder Modifier and Type Method Description static Class<? extends StatusCounts.Builder>StatusCounts. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type StatusCounts.Builder Modifier and Type Method Description default CisCheckAggregation.BuilderCisCheckAggregation.Builder. statusCounts(Consumer<StatusCounts.Builder> statusCounts)The CIS check status counts.default CisTargetResourceAggregation.BuilderCisTargetResourceAggregation.Builder. statusCounts(Consumer<StatusCounts.Builder> statusCounts)The target resource status counts.
-