Uses of Class
software.amazon.awssdk.services.iotwireless.model.DisassociateWirelessGatewayFromThingRequest
-
Packages that use DisassociateWirelessGatewayFromThingRequest Package Description software.amazon.awssdk.services.iotwireless AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud.software.amazon.awssdk.services.iotwireless.transform -
-
Uses of DisassociateWirelessGatewayFromThingRequest in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless with parameters of type DisassociateWirelessGatewayFromThingRequest Modifier and Type Method Description default CompletableFuture<DisassociateWirelessGatewayFromThingResponse>IotWirelessAsyncClient. disassociateWirelessGatewayFromThing(DisassociateWirelessGatewayFromThingRequest disassociateWirelessGatewayFromThingRequest)Disassociates a wireless gateway from its currently associated thing.default DisassociateWirelessGatewayFromThingResponseIotWirelessClient. disassociateWirelessGatewayFromThing(DisassociateWirelessGatewayFromThingRequest disassociateWirelessGatewayFromThingRequest)Disassociates a wireless gateway from its currently associated thing. -
Uses of DisassociateWirelessGatewayFromThingRequest in software.amazon.awssdk.services.iotwireless.transform
Methods in software.amazon.awssdk.services.iotwireless.transform with parameters of type DisassociateWirelessGatewayFromThingRequest Modifier and Type Method Description SdkHttpFullRequestDisassociateWirelessGatewayFromThingRequestMarshaller. marshall(DisassociateWirelessGatewayFromThingRequest disassociateWirelessGatewayFromThingRequest)
-