Uses of Class
software.amazon.awssdk.services.iotwireless.model.DeleteDestinationResponse
-
Packages that use DeleteDestinationResponse 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 DeleteDestinationResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return DeleteDestinationResponse Modifier and Type Method Description default DeleteDestinationResponseIotWirelessClient. deleteDestination(Consumer<DeleteDestinationRequest.Builder> deleteDestinationRequest)Deletes a destination.default DeleteDestinationResponseIotWirelessClient. deleteDestination(DeleteDestinationRequest deleteDestinationRequest)Deletes a destination.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type DeleteDestinationResponse Modifier and Type Method Description default CompletableFuture<DeleteDestinationResponse>IotWirelessAsyncClient. deleteDestination(Consumer<DeleteDestinationRequest.Builder> deleteDestinationRequest)Deletes a destination.default CompletableFuture<DeleteDestinationResponse>IotWirelessAsyncClient. deleteDestination(DeleteDestinationRequest deleteDestinationRequest)Deletes a destination.
-