Uses of Class
software.amazon.awssdk.services.iotwireless.model.GetDestinationResponse
-
Packages that use GetDestinationResponse 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 GetDestinationResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return GetDestinationResponse Modifier and Type Method Description default GetDestinationResponseIotWirelessClient. getDestination(Consumer<GetDestinationRequest.Builder> getDestinationRequest)Gets information about a destination.default GetDestinationResponseIotWirelessClient. getDestination(GetDestinationRequest getDestinationRequest)Gets information about a destination.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type GetDestinationResponse Modifier and Type Method Description default CompletableFuture<GetDestinationResponse>IotWirelessAsyncClient. getDestination(Consumer<GetDestinationRequest.Builder> getDestinationRequest)Gets information about a destination.default CompletableFuture<GetDestinationResponse>IotWirelessAsyncClient. getDestination(GetDestinationRequest getDestinationRequest)Gets information about a destination.
-