Uses of Class
software.amazon.awssdk.services.iotwireless.model.GetServiceEndpointResponse
-
Packages that use GetServiceEndpointResponse 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 GetServiceEndpointResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return GetServiceEndpointResponse Modifier and Type Method Description default GetServiceEndpointResponseIotWirelessClient. getServiceEndpoint(Consumer<GetServiceEndpointRequest.Builder> getServiceEndpointRequest)Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server (LNS) connections.default GetServiceEndpointResponseIotWirelessClient. getServiceEndpoint(GetServiceEndpointRequest getServiceEndpointRequest)Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server (LNS) connections.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type GetServiceEndpointResponse Modifier and Type Method Description default CompletableFuture<GetServiceEndpointResponse>IotWirelessAsyncClient. getServiceEndpoint(Consumer<GetServiceEndpointRequest.Builder> getServiceEndpointRequest)Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server (LNS) connections.default CompletableFuture<GetServiceEndpointResponse>IotWirelessAsyncClient. getServiceEndpoint(GetServiceEndpointRequest getServiceEndpointRequest)Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server (LNS) connections.
-