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