Uses of Class
software.amazon.awssdk.services.snowdevicemanagement.model.DescribeDeviceResponse
-
Packages that use DescribeDeviceResponse Package Description software.amazon.awssdk.services.snowdevicemanagement Amazon Web Services Snow Device Management documentation. -
-
Uses of DescribeDeviceResponse in software.amazon.awssdk.services.snowdevicemanagement
Methods in software.amazon.awssdk.services.snowdevicemanagement that return DescribeDeviceResponse Modifier and Type Method Description default DescribeDeviceResponseSnowDeviceManagementClient. describeDevice(Consumer<DescribeDeviceRequest.Builder> describeDeviceRequest)Checks device-specific information, such as the device type, software version, IP addresses, and lock status.default DescribeDeviceResponseSnowDeviceManagementClient. describeDevice(DescribeDeviceRequest describeDeviceRequest)Checks device-specific information, such as the device type, software version, IP addresses, and lock status.Methods in software.amazon.awssdk.services.snowdevicemanagement that return types with arguments of type DescribeDeviceResponse Modifier and Type Method Description default CompletableFuture<DescribeDeviceResponse>SnowDeviceManagementAsyncClient. describeDevice(Consumer<DescribeDeviceRequest.Builder> describeDeviceRequest)Checks device-specific information, such as the device type, software version, IP addresses, and lock status.default CompletableFuture<DescribeDeviceResponse>SnowDeviceManagementAsyncClient. describeDevice(DescribeDeviceRequest describeDeviceRequest)Checks device-specific information, such as the device type, software version, IP addresses, and lock status.
-