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