Uses of Interface
software.amazon.awssdk.services.ssm.model.ListInventoryEntriesRequest.Builder
-
Packages that use ListInventoryEntriesRequest.Builder Package Description software.amazon.awssdk.services.ssm 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.software.amazon.awssdk.services.ssm.model -
-
Uses of ListInventoryEntriesRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type ListInventoryEntriesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListInventoryEntriesResponse>SsmAsyncClient. 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.Builder Modifier and Type Method Description static ListInventoryEntriesRequest.BuilderListInventoryEntriesRequest. builder()ListInventoryEntriesRequest.BuilderListInventoryEntriesRequest.Builder. filters(Collection<InventoryFilter> filters)One or more filters.ListInventoryEntriesRequest.BuilderListInventoryEntriesRequest.Builder. filters(Consumer<InventoryFilter.Builder>... filters)One or more filters.ListInventoryEntriesRequest.BuilderListInventoryEntriesRequest.Builder. filters(InventoryFilter... filters)One or more filters.ListInventoryEntriesRequest.BuilderListInventoryEntriesRequest.Builder. instanceId(String instanceId)The managed node ID for which you want inventory information.ListInventoryEntriesRequest.BuilderListInventoryEntriesRequest.Builder. maxResults(Integer maxResults)The maximum number of items to return for this call.ListInventoryEntriesRequest.BuilderListInventoryEntriesRequest.Builder. nextToken(String nextToken)The token for the next set of items to return.ListInventoryEntriesRequest.BuilderListInventoryEntriesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListInventoryEntriesRequest.BuilderListInventoryEntriesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListInventoryEntriesRequest.BuilderListInventoryEntriesRequest. toBuilder()ListInventoryEntriesRequest.BuilderListInventoryEntriesRequest.Builder. typeName(String typeName)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.Builder Modifier and Type Method Description static Class<? extends ListInventoryEntriesRequest.Builder>ListInventoryEntriesRequest. serializableBuilderClass()
-