| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotthingsgraph |
|
| Modifier and Type | Method and Description |
|---|---|
default AssociateEntityToThingResponse |
IoTThingsGraphClient.associateEntityToThing(AssociateEntityToThingRequest associateEntityToThingRequest)
Associates a device with a concrete thing that is in the user's registry.
|
default AssociateEntityToThingResponse |
IoTThingsGraphClient.associateEntityToThing(Consumer<AssociateEntityToThingRequest.Builder> associateEntityToThingRequest)
Associates a device with a concrete thing that is in the user's registry.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AssociateEntityToThingResponse> |
IoTThingsGraphAsyncClient.associateEntityToThing(AssociateEntityToThingRequest associateEntityToThingRequest)
Associates a device with a concrete thing that is in the user's registry.
|
default CompletableFuture<AssociateEntityToThingResponse> |
IoTThingsGraphAsyncClient.associateEntityToThing(Consumer<AssociateEntityToThingRequest.Builder> associateEntityToThingRequest)
Associates a device with a concrete thing that is in the user's registry.
|
Copyright © 2021. All rights reserved.