Uses of Class
software.amazon.awssdk.services.iotwireless.model.CreateDestinationResponse
-
Packages that use CreateDestinationResponse 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 CreateDestinationResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return CreateDestinationResponse Modifier and Type Method Description default CreateDestinationResponseIotWirelessClient. createDestination(Consumer<CreateDestinationRequest.Builder> createDestinationRequest)Creates a new destination that maps a device message to an AWS IoT rule.default CreateDestinationResponseIotWirelessClient. createDestination(CreateDestinationRequest createDestinationRequest)Creates a new destination that maps a device message to an AWS IoT rule.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type CreateDestinationResponse Modifier and Type Method Description default CompletableFuture<CreateDestinationResponse>IotWirelessAsyncClient. createDestination(Consumer<CreateDestinationRequest.Builder> createDestinationRequest)Creates a new destination that maps a device message to an AWS IoT rule.default CompletableFuture<CreateDestinationResponse>IotWirelessAsyncClient. createDestination(CreateDestinationRequest createDestinationRequest)Creates a new destination that maps a device message to an AWS IoT rule.
-