Uses of Class
software.amazon.awssdk.services.devicefarm.model.DeviceInstance
-
Packages that use DeviceInstance Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of DeviceInstance in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return DeviceInstance Modifier and Type Method Description DeviceInstanceGetDeviceInstanceResponse. deviceInstance()An object that contains information about your device instance.DeviceInstanceUpdateDeviceInstanceResponse. deviceInstance()An object that contains information about your device instance.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type DeviceInstance Modifier and Type Method Description List<DeviceInstance>ListDeviceInstancesResponse. deviceInstances()An object that contains information about your device instances.List<DeviceInstance>Device. instances()The instances that belong to this device.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type DeviceInstance Modifier and Type Method Description GetDeviceInstanceResponse.BuilderGetDeviceInstanceResponse.Builder. deviceInstance(DeviceInstance deviceInstance)An object that contains information about your device instance.UpdateDeviceInstanceResponse.BuilderUpdateDeviceInstanceResponse.Builder. deviceInstance(DeviceInstance deviceInstance)An object that contains information about your device instance.ListDeviceInstancesResponse.BuilderListDeviceInstancesResponse.Builder. deviceInstances(DeviceInstance... deviceInstances)An object that contains information about your device instances.Device.BuilderDevice.Builder. instances(DeviceInstance... instances)The instances that belong to this device.Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type DeviceInstance Modifier and Type Method Description ListDeviceInstancesResponse.BuilderListDeviceInstancesResponse.Builder. deviceInstances(Collection<DeviceInstance> deviceInstances)An object that contains information about your device instances.Device.BuilderDevice.Builder. instances(Collection<DeviceInstance> instances)The instances that belong to this device.
-