| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
static NetworkEapMethod |
NetworkEapMethod.fromValue(String value)
Use this in place of valueOf.
|
static NetworkEapMethod |
NetworkEapMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkEapMethod[] |
NetworkEapMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkProfileData |
NetworkProfileData.withEapMethod(NetworkEapMethod eapMethod)
The authentication standard that is used in the EAP framework.
|
NetworkProfile |
NetworkProfile.withEapMethod(NetworkEapMethod eapMethod)
The authentication standard that is used in the EAP framework.
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withEapMethod(NetworkEapMethod eapMethod)
The authentication standard that is used in the EAP framework.
|
Copyright © 2020. All rights reserved.