| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkEapMethod |
NetworkProfileData.eapMethod()
The authentication standard that is used in the EAP framework.
|
NetworkEapMethod |
CreateNetworkProfileRequest.eapMethod()
The authentication standard that is used in the EAP framework.
|
NetworkEapMethod |
NetworkProfile.eapMethod()
The authentication standard that is used in the EAP framework.
|
static NetworkEapMethod |
NetworkEapMethod.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<NetworkEapMethod> |
NetworkEapMethod.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
NetworkProfileData.Builder |
NetworkProfileData.Builder.eapMethod(NetworkEapMethod eapMethod)
The authentication standard that is used in the EAP framework.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.eapMethod(NetworkEapMethod eapMethod)
The authentication standard that is used in the EAP framework.
|
NetworkProfile.Builder |
NetworkProfile.Builder.eapMethod(NetworkEapMethod eapMethod)
The authentication standard that is used in the EAP framework.
|
Copyright © 2023. All rights reserved.