| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<InventoryResultEntity> |
GetInventoryResponse.entities()
Collection of inventory entities such as a collection of instance inventory.
|
| Modifier and Type | Method and Description |
|---|---|
GetInventoryResponse.Builder |
GetInventoryResponse.Builder.entities(InventoryResultEntity... entities)
Collection of inventory entities such as a collection of instance inventory.
|
| Modifier and Type | Method and Description |
|---|---|
GetInventoryResponse.Builder |
GetInventoryResponse.Builder.entities(Collection<InventoryResultEntity> entities)
Collection of inventory entities such as a collection of instance inventory.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<InventoryResultEntity> |
GetInventoryPublisher.entities()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<InventoryResultEntity> |
GetInventoryIterable.entities()
Returns an iterable to iterate through the paginated
GetInventoryResponse.entities() member. |
Copyright © 2021. All rights reserved.