Uses of Class
software.amazon.awssdk.services.worklink.model.DeviceSummary
-
Packages that use DeviceSummary Package Description software.amazon.awssdk.services.worklink.model -
-
Uses of DeviceSummary in software.amazon.awssdk.services.worklink.model
Methods in software.amazon.awssdk.services.worklink.model that return types with arguments of type DeviceSummary Modifier and Type Method Description List<DeviceSummary>ListDevicesResponse. devices()Information about the devices.Methods in software.amazon.awssdk.services.worklink.model with parameters of type DeviceSummary Modifier and Type Method Description ListDevicesResponse.BuilderListDevicesResponse.Builder. devices(DeviceSummary... devices)Information about the devices.Method parameters in software.amazon.awssdk.services.worklink.model with type arguments of type DeviceSummary Modifier and Type Method Description ListDevicesResponse.BuilderListDevicesResponse.Builder. devices(Collection<DeviceSummary> devices)Information about the devices.
-