Uses of Class
software.amazon.awssdk.services.iotwireless.model.AssociateWirelessGatewayWithThingResponse
-
Packages that use AssociateWirelessGatewayWithThingResponse Package Description software.amazon.awssdk.services.iotwireless AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud. -
-
Uses of AssociateWirelessGatewayWithThingResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return AssociateWirelessGatewayWithThingResponse Modifier and Type Method Description default AssociateWirelessGatewayWithThingResponseIotWirelessClient. associateWirelessGatewayWithThing(Consumer<AssociateWirelessGatewayWithThingRequest.Builder> associateWirelessGatewayWithThingRequest)Associates a wireless gateway with a thing.default AssociateWirelessGatewayWithThingResponseIotWirelessClient. associateWirelessGatewayWithThing(AssociateWirelessGatewayWithThingRequest associateWirelessGatewayWithThingRequest)Associates a wireless gateway with a thing.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type AssociateWirelessGatewayWithThingResponse Modifier and Type Method Description default CompletableFuture<AssociateWirelessGatewayWithThingResponse>IotWirelessAsyncClient. associateWirelessGatewayWithThing(Consumer<AssociateWirelessGatewayWithThingRequest.Builder> associateWirelessGatewayWithThingRequest)Associates a wireless gateway with a thing.default CompletableFuture<AssociateWirelessGatewayWithThingResponse>IotWirelessAsyncClient. associateWirelessGatewayWithThing(AssociateWirelessGatewayWithThingRequest associateWirelessGatewayWithThingRequest)Associates a wireless gateway with a thing.
-