| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotthingsgraph |
|
| Modifier and Type | Method and Description |
|---|---|
default DissociateEntityFromThingResponse |
IoTThingsGraphClient.dissociateEntityFromThing(Consumer<DissociateEntityFromThingRequest.Builder> dissociateEntityFromThingRequest)
Dissociates a device entity from a concrete thing.
|
default DissociateEntityFromThingResponse |
IoTThingsGraphClient.dissociateEntityFromThing(DissociateEntityFromThingRequest dissociateEntityFromThingRequest)
Dissociates a device entity from a concrete thing.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DissociateEntityFromThingResponse> |
IoTThingsGraphAsyncClient.dissociateEntityFromThing(Consumer<DissociateEntityFromThingRequest.Builder> dissociateEntityFromThingRequest)
Dissociates a device entity from a concrete thing.
|
default CompletableFuture<DissociateEntityFromThingResponse> |
IoTThingsGraphAsyncClient.dissociateEntityFromThing(DissociateEntityFromThingRequest dissociateEntityFromThingRequest)
Dissociates a device entity from a concrete thing.
|
Copyright © 2021. All rights reserved.