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