| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotthingsgraph |
|
| Modifier and Type | Method and Description |
|---|---|
default GetEntitiesResponse |
IoTThingsGraphClient.getEntities(Consumer<GetEntitiesRequest.Builder> getEntitiesRequest)
Gets definitions of the specified entities.
|
default GetEntitiesResponse |
IoTThingsGraphClient.getEntities(GetEntitiesRequest getEntitiesRequest)
Gets definitions of the specified entities.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetEntitiesResponse> |
IoTThingsGraphAsyncClient.getEntities(Consumer<GetEntitiesRequest.Builder> getEntitiesRequest)
Gets definitions of the specified entities.
|
default CompletableFuture<GetEntitiesResponse> |
IoTThingsGraphAsyncClient.getEntities(GetEntitiesRequest getEntitiesRequest)
Gets definitions of the specified entities.
|
Copyright © 2021. All rights reserved.