| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceInfo |
DeviceInfo.clone() |
DeviceInfo |
Customer.getDeviceInfo()
Information regarding Customer’s device.
|
DeviceInfo |
AgentInfo.getDeviceInfo()
Information regarding Agent’s device.
|
DeviceInfo |
DeviceInfo.withOperatingSystem(String operatingSystem)
Operating system that the participant used for the call.
|
DeviceInfo |
DeviceInfo.withPlatformName(String platformName)
Name of the platform that the participant used for the call.
|
DeviceInfo |
DeviceInfo.withPlatformVersion(String platformVersion)
Version of the platform that the participant used for the call.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Customer.setDeviceInfo(DeviceInfo deviceInfo)
Information regarding Customer’s device.
|
void |
AgentInfo.setDeviceInfo(DeviceInfo deviceInfo)
Information regarding Agent’s device.
|
Customer |
Customer.withDeviceInfo(DeviceInfo deviceInfo)
Information regarding Customer’s device.
|
AgentInfo |
AgentInfo.withDeviceInfo(DeviceInfo deviceInfo)
Information regarding Agent’s device.
|
Copyright © 2024. All rights reserved.