| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| Modifier and Type | Method and Description |
|---|---|
default GetInventoryResponse |
SsmClient.getInventory()
Query inventory information.
|
default GetInventoryResponse |
SsmClient.getInventory(Consumer<GetInventoryRequest.Builder> getInventoryRequest)
Query inventory information.
|
default GetInventoryResponse |
SsmClient.getInventory(GetInventoryRequest getInventoryRequest)
Query inventory information.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetInventoryResponse> |
SsmAsyncClient.getInventory()
Query inventory information.
|
default CompletableFuture<GetInventoryResponse> |
SsmAsyncClient.getInventory(Consumer<GetInventoryRequest.Builder> getInventoryRequest)
Query inventory information.
|
default CompletableFuture<GetInventoryResponse> |
SsmAsyncClient.getInventory(GetInventoryRequest getInventoryRequest)
Query inventory information.
|
Copyright © 2019. All rights reserved.