Uses of Interface
software.amazon.awssdk.services.iotwireless.model.AssociateWirelessGatewayWithThingRequest.Builder
-
Packages that use AssociateWirelessGatewayWithThingRequest.Builder 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.model -
-
Uses of AssociateWirelessGatewayWithThingRequest.Builder in software.amazon.awssdk.services.iotwireless
Method parameters in software.amazon.awssdk.services.iotwireless with type arguments of type AssociateWirelessGatewayWithThingRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateWirelessGatewayWithThingResponse>IotWirelessAsyncClient. associateWirelessGatewayWithThing(Consumer<AssociateWirelessGatewayWithThingRequest.Builder> associateWirelessGatewayWithThingRequest)Associates a wireless gateway with a thing.default AssociateWirelessGatewayWithThingResponseIotWirelessClient. associateWirelessGatewayWithThing(Consumer<AssociateWirelessGatewayWithThingRequest.Builder> associateWirelessGatewayWithThingRequest)Associates a wireless gateway with a thing. -
Uses of AssociateWirelessGatewayWithThingRequest.Builder in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type AssociateWirelessGatewayWithThingRequest.Builder Modifier and Type Method Description static Class<? extends AssociateWirelessGatewayWithThingRequest.Builder>AssociateWirelessGatewayWithThingRequest. serializableBuilderClass()
-