| Package | Description |
|---|---|
| com.amazonaws.services.iotthingsgraph |
|
| com.amazonaws.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateEntityToThingResult> |
AWSIoTThingsGraphAsyncClient.associateEntityToThingAsync(AssociateEntityToThingRequest request,
AsyncHandler<AssociateEntityToThingRequest,AssociateEntityToThingResult> asyncHandler) |
Future<AssociateEntityToThingResult> |
AWSIoTThingsGraphAsync.associateEntityToThingAsync(AssociateEntityToThingRequest associateEntityToThingRequest,
AsyncHandler<AssociateEntityToThingRequest,AssociateEntityToThingResult> asyncHandler)
Associates a device with a concrete thing that is in the user's registry.
|
Future<AssociateEntityToThingResult> |
AbstractAWSIoTThingsGraphAsync.associateEntityToThingAsync(AssociateEntityToThingRequest request,
AsyncHandler<AssociateEntityToThingRequest,AssociateEntityToThingResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateEntityToThingRequest |
AssociateEntityToThingRequest.clone() |
AssociateEntityToThingRequest |
AssociateEntityToThingRequest.withEntityId(String entityId)
The ID of the device to be associated with the thing.
|
AssociateEntityToThingRequest |
AssociateEntityToThingRequest.withNamespaceVersion(Long namespaceVersion)
The version of the user's namespace.
|
AssociateEntityToThingRequest |
AssociateEntityToThingRequest.withThingName(String thingName)
The name of the thing to which the entity is to be associated.
|
Copyright © 2022. All rights reserved.