| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotthingsgraph |
|
| software.amazon.awssdk.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
default AssociateEntityToThingResponse |
IoTThingsGraphClient.associateEntityToThing(Consumer<AssociateEntityToThingRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
static AssociateEntityToThingRequest.Builder |
AssociateEntityToThingRequest.builder() |
AssociateEntityToThingRequest.Builder |
AssociateEntityToThingRequest.Builder.entityId(String entityId)
The ID of the device to be associated with the thing.
|
AssociateEntityToThingRequest.Builder |
AssociateEntityToThingRequest.Builder.namespaceVersion(Long namespaceVersion)
The version of the user's namespace.
|
AssociateEntityToThingRequest.Builder |
AssociateEntityToThingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateEntityToThingRequest.Builder |
AssociateEntityToThingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateEntityToThingRequest.Builder |
AssociateEntityToThingRequest.Builder.thingName(String thingName)
The name of the thing to which the entity is to be associated.
|
AssociateEntityToThingRequest.Builder |
AssociateEntityToThingRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociateEntityToThingRequest.Builder> |
AssociateEntityToThingRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.