Uses of Class
software.amazon.awssdk.services.iotthingsgraph.model.AssociateEntityToThingResponse
-
Packages that use AssociateEntityToThingResponse Package Description software.amazon.awssdk.services.iotthingsgraph AWS IoT Things Graph -
-
Uses of AssociateEntityToThingResponse in software.amazon.awssdk.services.iotthingsgraph
Methods in software.amazon.awssdk.services.iotthingsgraph that return AssociateEntityToThingResponse Modifier and Type Method Description default AssociateEntityToThingResponseIoTThingsGraphClient. associateEntityToThing(Consumer<AssociateEntityToThingRequest.Builder> associateEntityToThingRequest)Deprecated.since: 2022-08-30default AssociateEntityToThingResponseIoTThingsGraphClient. associateEntityToThing(AssociateEntityToThingRequest associateEntityToThingRequest)Deprecated.since: 2022-08-30Methods in software.amazon.awssdk.services.iotthingsgraph that return types with arguments of type AssociateEntityToThingResponse Modifier and Type Method Description default CompletableFuture<AssociateEntityToThingResponse>IoTThingsGraphAsyncClient. associateEntityToThing(Consumer<AssociateEntityToThingRequest.Builder> associateEntityToThingRequest)Deprecated.since: 2022-08-30default CompletableFuture<AssociateEntityToThingResponse>IoTThingsGraphAsyncClient. associateEntityToThing(AssociateEntityToThingRequest associateEntityToThingRequest)Deprecated.since: 2022-08-30
-