Uses of Class
software.amazon.awssdk.services.iotwireless.model.CreateWirelessGatewayTaskDefinitionResponse
-
Packages that use CreateWirelessGatewayTaskDefinitionResponse 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 CreateWirelessGatewayTaskDefinitionResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return CreateWirelessGatewayTaskDefinitionResponse Modifier and Type Method Description default CreateWirelessGatewayTaskDefinitionResponseIotWirelessClient. createWirelessGatewayTaskDefinition(Consumer<CreateWirelessGatewayTaskDefinitionRequest.Builder> createWirelessGatewayTaskDefinitionRequest)Creates a gateway task definition.default CreateWirelessGatewayTaskDefinitionResponseIotWirelessClient. createWirelessGatewayTaskDefinition(CreateWirelessGatewayTaskDefinitionRequest createWirelessGatewayTaskDefinitionRequest)Creates a gateway task definition.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type CreateWirelessGatewayTaskDefinitionResponse Modifier and Type Method Description default CompletableFuture<CreateWirelessGatewayTaskDefinitionResponse>IotWirelessAsyncClient. createWirelessGatewayTaskDefinition(Consumer<CreateWirelessGatewayTaskDefinitionRequest.Builder> createWirelessGatewayTaskDefinitionRequest)Creates a gateway task definition.default CompletableFuture<CreateWirelessGatewayTaskDefinitionResponse>IotWirelessAsyncClient. createWirelessGatewayTaskDefinition(CreateWirelessGatewayTaskDefinitionRequest createWirelessGatewayTaskDefinitionRequest)Creates a gateway task definition.
-