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