| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceNetworkProfileInfo |
DeviceNetworkProfileInfo.clone() |
DeviceNetworkProfileInfo |
Device.getNetworkProfileInfo()
Detailed information about a device's network profile.
|
DeviceNetworkProfileInfo |
DeviceNetworkProfileInfo.withCertificateArn(String certificateArn)
The ARN of the certificate associated with a device.
|
DeviceNetworkProfileInfo |
DeviceNetworkProfileInfo.withCertificateExpirationTime(Date certificateExpirationTime)
The time (in epoch) when the certificate expires.
|
DeviceNetworkProfileInfo |
DeviceNetworkProfileInfo.withNetworkProfileArn(String networkProfileArn)
The ARN of the network profile associated with a device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Device.setNetworkProfileInfo(DeviceNetworkProfileInfo networkProfileInfo)
Detailed information about a device's network profile.
|
Device |
Device.withNetworkProfileInfo(DeviceNetworkProfileInfo networkProfileInfo)
Detailed information about a device's network profile.
|
Copyright © 2020. All rights reserved.