Uses of Class
software.amazon.awssdk.services.iotwireless.model.DisassociateWirelessGatewayFromThingResponse
-
Packages that use DisassociateWirelessGatewayFromThingResponse 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 DisassociateWirelessGatewayFromThingResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return DisassociateWirelessGatewayFromThingResponse Modifier and Type Method Description default DisassociateWirelessGatewayFromThingResponseIotWirelessClient. disassociateWirelessGatewayFromThing(Consumer<DisassociateWirelessGatewayFromThingRequest.Builder> disassociateWirelessGatewayFromThingRequest)Disassociates a wireless gateway from its currently associated thing.default DisassociateWirelessGatewayFromThingResponseIotWirelessClient. disassociateWirelessGatewayFromThing(DisassociateWirelessGatewayFromThingRequest disassociateWirelessGatewayFromThingRequest)Disassociates a wireless gateway from its currently associated thing.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type DisassociateWirelessGatewayFromThingResponse Modifier and Type Method Description default CompletableFuture<DisassociateWirelessGatewayFromThingResponse>IotWirelessAsyncClient. disassociateWirelessGatewayFromThing(Consumer<DisassociateWirelessGatewayFromThingRequest.Builder> disassociateWirelessGatewayFromThingRequest)Disassociates a wireless gateway from its currently associated thing.default CompletableFuture<DisassociateWirelessGatewayFromThingResponse>IotWirelessAsyncClient. disassociateWirelessGatewayFromThing(DisassociateWirelessGatewayFromThingRequest disassociateWirelessGatewayFromThingRequest)Disassociates a wireless gateway from its currently associated thing.
-