Uses of Interface
software.amazon.awssdk.services.ssm.model.PutInventoryRequest.Builder
-
Packages that use PutInventoryRequest.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 PutInventoryRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type PutInventoryRequest.Builder Modifier and Type Method Description default CompletableFuture<PutInventoryResponse>SsmAsyncClient. putInventory(Consumer<PutInventoryRequest.Builder> putInventoryRequest)Bulk update custom inventory items on one or more managed nodes.default PutInventoryResponseSsmClient. putInventory(Consumer<PutInventoryRequest.Builder> putInventoryRequest)Bulk update custom inventory items on one or more managed nodes. -
Uses of PutInventoryRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PutInventoryRequest.Builder Modifier and Type Method Description static PutInventoryRequest.BuilderPutInventoryRequest. builder()PutInventoryRequest.BuilderPutInventoryRequest.Builder. instanceId(String instanceId)An managed node ID where you want to add or update inventory items.PutInventoryRequest.BuilderPutInventoryRequest.Builder. items(Collection<InventoryItem> items)The inventory items that you want to add or update on managed nodes.PutInventoryRequest.BuilderPutInventoryRequest.Builder. items(Consumer<InventoryItem.Builder>... items)The inventory items that you want to add or update on managed nodes.PutInventoryRequest.BuilderPutInventoryRequest.Builder. items(InventoryItem... items)The inventory items that you want to add or update on managed nodes.PutInventoryRequest.BuilderPutInventoryRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutInventoryRequest.BuilderPutInventoryRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutInventoryRequest.BuilderPutInventoryRequest. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type PutInventoryRequest.Builder Modifier and Type Method Description static Class<? extends PutInventoryRequest.Builder>PutInventoryRequest. serializableBuilderClass()
-