Uses of Class
software.amazon.awssdk.services.iotwireless.model.CreateDestinationRequest
-
Packages that use CreateDestinationRequest 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 CreateDestinationRequest in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless with parameters of type CreateDestinationRequest Modifier and Type Method Description default CompletableFuture<CreateDestinationResponse>IotWirelessAsyncClient. createDestination(CreateDestinationRequest 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. -
Uses of CreateDestinationRequest in software.amazon.awssdk.services.iotwireless.transform
Methods in software.amazon.awssdk.services.iotwireless.transform with parameters of type CreateDestinationRequest Modifier and Type Method Description SdkHttpFullRequestCreateDestinationRequestMarshaller. marshall(CreateDestinationRequest createDestinationRequest)
-