| Package | Description |
|---|---|
| com.amazonaws.services.iotthingsgraph |
|
| com.amazonaws.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DissociateEntityFromThingResult> |
AWSIoTThingsGraphAsyncClient.dissociateEntityFromThingAsync(DissociateEntityFromThingRequest request,
AsyncHandler<DissociateEntityFromThingRequest,DissociateEntityFromThingResult> asyncHandler) |
Future<DissociateEntityFromThingResult> |
AWSIoTThingsGraphAsync.dissociateEntityFromThingAsync(DissociateEntityFromThingRequest dissociateEntityFromThingRequest,
AsyncHandler<DissociateEntityFromThingRequest,DissociateEntityFromThingResult> asyncHandler)
Dissociates a device entity from a concrete thing.
|
Future<DissociateEntityFromThingResult> |
AbstractAWSIoTThingsGraphAsync.dissociateEntityFromThingAsync(DissociateEntityFromThingRequest request,
AsyncHandler<DissociateEntityFromThingRequest,DissociateEntityFromThingResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DissociateEntityFromThingRequest |
DissociateEntityFromThingRequest.clone() |
DissociateEntityFromThingRequest |
DissociateEntityFromThingRequest.withEntityType(EntityType entityType)
The entity type from which to disassociate the thing.
|
DissociateEntityFromThingRequest |
DissociateEntityFromThingRequest.withEntityType(String entityType)
The entity type from which to disassociate the thing.
|
DissociateEntityFromThingRequest |
DissociateEntityFromThingRequest.withThingName(String thingName)
The name of the thing to disassociate.
|
Copyright © 2022. All rights reserved.