Uses of Class
software.amazon.awssdk.services.iotwireless.model.GetDeviceProfileResponse
-
Packages that use GetDeviceProfileResponse 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 GetDeviceProfileResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return GetDeviceProfileResponse Modifier and Type Method Description default GetDeviceProfileResponseIotWirelessClient. getDeviceProfile(Consumer<GetDeviceProfileRequest.Builder> getDeviceProfileRequest)Gets information about a device profile.default GetDeviceProfileResponseIotWirelessClient. getDeviceProfile(GetDeviceProfileRequest getDeviceProfileRequest)Gets information about a device profile.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type GetDeviceProfileResponse Modifier and Type Method Description default CompletableFuture<GetDeviceProfileResponse>IotWirelessAsyncClient. getDeviceProfile(Consumer<GetDeviceProfileRequest.Builder> getDeviceProfileRequest)Gets information about a device profile.default CompletableFuture<GetDeviceProfileResponse>IotWirelessAsyncClient. getDeviceProfile(GetDeviceProfileRequest getDeviceProfileRequest)Gets information about a device profile.
-