Uses of Interface
software.amazon.awssdk.services.ssm.model.ListInventoryEntriesRequest.Builder
Packages that use ListInventoryEntriesRequest.Builder
Package
Description
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
-
Uses of ListInventoryEntriesRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type ListInventoryEntriesRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.listInventoryEntries(Consumer<ListInventoryEntriesRequest.Builder> listInventoryEntriesRequest) A list of inventory items returned by the request.default ListInventoryEntriesResponseSsmClient.listInventoryEntries(Consumer<ListInventoryEntriesRequest.Builder> listInventoryEntriesRequest) A list of inventory items returned by the request. -
Uses of ListInventoryEntriesRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ListInventoryEntriesRequest.BuilderModifier and TypeMethodDescriptionListInventoryEntriesRequest.builder()ListInventoryEntriesRequest.Builder.filters(Collection<InventoryFilter> filters) One or more filters.ListInventoryEntriesRequest.Builder.filters(Consumer<InventoryFilter.Builder>... filters) One or more filters.ListInventoryEntriesRequest.Builder.filters(InventoryFilter... filters) One or more filters.ListInventoryEntriesRequest.Builder.instanceId(String instanceId) The managed node ID for which you want inventory information.ListInventoryEntriesRequest.Builder.maxResults(Integer maxResults) The maximum number of items to return for this call.The token for the next set of items to return.ListInventoryEntriesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListInventoryEntriesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListInventoryEntriesRequest.toBuilder()The type of inventory item for which you want information.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ListInventoryEntriesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListInventoryEntriesRequest.Builder>ListInventoryEntriesRequest.serializableBuilderClass()