Uses of Class
software.amazon.awssdk.services.iotwireless.model.UpdateDestinationResponse
-
Packages that use UpdateDestinationResponse 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 UpdateDestinationResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return UpdateDestinationResponse Modifier and Type Method Description default UpdateDestinationResponseIotWirelessClient. updateDestination(Consumer<UpdateDestinationRequest.Builder> updateDestinationRequest)Updates properties of a destination.default UpdateDestinationResponseIotWirelessClient. updateDestination(UpdateDestinationRequest updateDestinationRequest)Updates properties of a destination.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type UpdateDestinationResponse Modifier and Type Method Description default CompletableFuture<UpdateDestinationResponse>IotWirelessAsyncClient. updateDestination(Consumer<UpdateDestinationRequest.Builder> updateDestinationRequest)Updates properties of a destination.default CompletableFuture<UpdateDestinationResponse>IotWirelessAsyncClient. updateDestination(UpdateDestinationRequest updateDestinationRequest)Updates properties of a destination.
-