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