Uses of Interface
software.amazon.awssdk.services.ssm.model.InventoryGroup.Builder
-
Packages that use InventoryGroup.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of InventoryGroup.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return InventoryGroup.Builder Modifier and Type Method Description static InventoryGroup.BuilderInventoryGroup. builder()InventoryGroup.BuilderInventoryGroup.Builder. filters(Collection<InventoryFilter> filters)Filters define the criteria for the group.InventoryGroup.BuilderInventoryGroup.Builder. filters(Consumer<InventoryFilter.Builder>... filters)Filters define the criteria for the group.InventoryGroup.BuilderInventoryGroup.Builder. filters(InventoryFilter... filters)Filters define the criteria for the group.InventoryGroup.BuilderInventoryGroup.Builder. name(String name)The name of the group.InventoryGroup.BuilderInventoryGroup. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type InventoryGroup.Builder Modifier and Type Method Description static Class<? extends InventoryGroup.Builder>InventoryGroup. serializableBuilderClass()
-