| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkProfile |
NetworkProfile.clone() |
NetworkProfile |
GetNetworkProfileResult.getNetworkProfile()
The network profile associated with a device.
|
NetworkProfile |
NetworkProfile.withCertificateAuthorityArn(String certificateAuthorityArn)
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM).
|
NetworkProfile |
NetworkProfile.withCurrentPassword(String currentPassword)
The current password of the Wi-Fi network.
|
NetworkProfile |
NetworkProfile.withDescription(String description)
Detailed information about a device's network profile.
|
NetworkProfile |
NetworkProfile.withEapMethod(NetworkEapMethod eapMethod)
The authentication standard that is used in the EAP framework.
|
NetworkProfile |
NetworkProfile.withEapMethod(String eapMethod)
The authentication standard that is used in the EAP framework.
|
NetworkProfile |
NetworkProfile.withNetworkProfileArn(String networkProfileArn)
The ARN of the network profile associated with a device.
|
NetworkProfile |
NetworkProfile.withNetworkProfileName(String networkProfileName)
The name of the network profile associated with a device.
|
NetworkProfile |
NetworkProfile.withNextPassword(String nextPassword)
The next, or subsequent, password of the Wi-Fi network.
|
NetworkProfile |
NetworkProfile.withSecurityType(NetworkSecurityType securityType)
The security type of the Wi-Fi network.
|
NetworkProfile |
NetworkProfile.withSecurityType(String securityType)
The security type of the Wi-Fi network.
|
NetworkProfile |
NetworkProfile.withSsid(String ssid)
The SSID of the Wi-Fi network.
|
NetworkProfile |
NetworkProfile.withTrustAnchors(Collection<String> trustAnchors)
The root certificates of your authentication server, which is installed on your devices and used to trust your
authentication server during EAP negotiation.
|
NetworkProfile |
NetworkProfile.withTrustAnchors(String... trustAnchors)
The root certificates of your authentication server, which is installed on your devices and used to trust your
authentication server during EAP negotiation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetNetworkProfileResult.setNetworkProfile(NetworkProfile networkProfile)
The network profile associated with a device.
|
GetNetworkProfileResult |
GetNetworkProfileResult.withNetworkProfile(NetworkProfile networkProfile)
The network profile associated with a device.
|
Copyright © 2019. All rights reserved.