Uses of Interface
software.amazon.awssdk.services.inspector2.model.Counts.Builder
-
Packages that use Counts.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of Counts.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return Counts.Builder Modifier and Type Method Description static Counts.BuilderCounts. builder()Counts.BuilderCounts.Builder. count(Long count)The number of resources.Counts.BuilderCounts.Builder. groupKey(String groupKey)The key associated with this groupCounts.BuilderCounts.Builder. groupKey(GroupKey groupKey)The key associated with this groupCounts.BuilderCounts. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type Counts.Builder Modifier and Type Method Description static Class<? extends Counts.Builder>Counts. serializableBuilderClass()
-