Uses of Class
software.amazon.awssdk.services.ssm.model.InventoryResultEntity
Packages that use InventoryResultEntity
Package
Description
-
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 InventoryResultEntityModifier and TypeMethodDescriptionfinal 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 InventoryResultEntityModifier and TypeMethodDescriptionGetInventoryResponse.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 InventoryResultEntityModifier and TypeMethodDescriptionGetInventoryResponse.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 InventoryResultEntityModifier and TypeMethodDescriptionfinal SdkIterable<InventoryResultEntity>GetInventoryIterable.entities()Returns an iterable to iterate through the paginatedGetInventoryResponse.entities()member.GetInventoryPublisher.entities()Returns a publisher that can be used to get a stream of data.