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