Uses of Class
software.amazon.awssdk.services.ssm.model.InventoryResultEntity
-
Packages that use InventoryResultEntity Package Description software.amazon.awssdk.services.ssm.model software.amazon.awssdk.services.ssm.paginators -
-
Uses of InventoryResultEntity in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type InventoryResultEntity Modifier and Type Method Description List<InventoryResultEntity>GetInventoryResponse. entities()Collection of inventory entities such as a collection of managed node inventory.Methods in software.amazon.awssdk.services.ssm.model with parameters of type InventoryResultEntity Modifier and Type Method Description GetInventoryResponse.BuilderGetInventoryResponse.Builder. entities(InventoryResultEntity... entities)Collection of inventory entities such as a collection of managed node inventory.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type InventoryResultEntity Modifier and Type Method Description GetInventoryResponse.BuilderGetInventoryResponse.Builder. entities(Collection<InventoryResultEntity> entities)Collection of inventory entities such as a collection of managed node inventory. -
Uses of InventoryResultEntity in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type InventoryResultEntity Modifier and Type Method Description SdkIterable<InventoryResultEntity>GetInventoryIterable. entities()Returns an iterable to iterate through the paginatedGetInventoryResponse.entities()member.SdkPublisher<InventoryResultEntity>GetInventoryPublisher. entities()Returns a publisher that can be used to get a stream of data.
-