| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkProfileData |
NetworkProfileData.clone() |
NetworkProfileData |
NetworkProfileData.withCertificateAuthorityArn(String certificateAuthorityArn)
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM).
|
NetworkProfileData |
NetworkProfileData.withDescription(String description)
Detailed information about a device's network profile.
|
NetworkProfileData |
NetworkProfileData.withEapMethod(NetworkEapMethod eapMethod)
The authentication standard that is used in the EAP framework.
|
NetworkProfileData |
NetworkProfileData.withEapMethod(String eapMethod)
The authentication standard that is used in the EAP framework.
|
NetworkProfileData |
NetworkProfileData.withNetworkProfileArn(String networkProfileArn)
The ARN of the network profile associated with a device.
|
NetworkProfileData |
NetworkProfileData.withNetworkProfileName(String networkProfileName)
The name of the network profile associated with a device.
|
NetworkProfileData |
NetworkProfileData.withSecurityType(NetworkSecurityType securityType)
The security type of the Wi-Fi network.
|
NetworkProfileData |
NetworkProfileData.withSecurityType(String securityType)
The security type of the Wi-Fi network.
|
NetworkProfileData |
NetworkProfileData.withSsid(String ssid)
The SSID of the Wi-Fi network.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkProfileData> |
SearchNetworkProfilesResult.getNetworkProfiles()
The network profiles that meet the specified set of filter criteria, in sort order.
|
| Modifier and Type | Method and Description |
|---|---|
SearchNetworkProfilesResult |
SearchNetworkProfilesResult.withNetworkProfiles(NetworkProfileData... networkProfiles)
The network profiles that meet the specified set of filter criteria, in sort order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchNetworkProfilesResult.setNetworkProfiles(Collection<NetworkProfileData> networkProfiles)
The network profiles that meet the specified set of filter criteria, in sort order.
|
SearchNetworkProfilesResult |
SearchNetworkProfilesResult.withNetworkProfiles(Collection<NetworkProfileData> networkProfiles)
The network profiles that meet the specified set of filter criteria, in sort order.
|
Copyright © 2022. All rights reserved.